Home
last modified time | relevance | path

Searched refs:COMPACT_SET (Results 1 – 3 of 3) sorted by relevance

/thrift-3.4.0/lib/lua/
DTCompactProtocol.lua62 COMPACT_SET = 0x0A,
77 TTypeToCompactType[TType.SET] = TCompactType.COMPACT_SET
92 CompactTypeToTType[TCompactType.COMPACT_SET] = TType.SET
/thrift-3.4.0/lib/php/lib/Protocol/
DTCompactProtocol.php45 const COMPACT_SET = 0x0A; define in Thrift\\Protocol\\TCompactProtocol
77 TType::SET => TCompactProtocol::COMPACT_SET,
93 TCompactProtocol::COMPACT_SET => TType::SET,
/thrift-3.4.0/lib/go/thrift/
Dcompact_protocol.go52 COMPACT_SET = 0x0A const
73 SET: COMPACT_SET,
840 case COMPACT_SET: