/thrift-3.4.0/lib/perl/lib/Thrift/ |
D | BinaryProtocol.pm | 40 use constant VERSION_MASK => 0xffff0000; constant
|
/thrift-3.4.0/lib/erl/src/ |
D | thrift_binary_protocol.erl | 43 -define(VERSION_MASK, 16#FFFF0000). macro
|
D | thrift_compact_protocol.erl | 51 -define(VERSION_MASK, 16#1f). macro
|
/thrift-3.4.0/lib/rb/lib/thrift/protocol/ |
D | binary_protocol.rb | 22 VERSION_MASK = 0xffff0000 constant in Thrift.BinaryProtocol
|
D | compact_protocol.rb | 25 VERSION_MASK = 0x1f constant in Thrift.CompactProtocol
|
/thrift-3.4.0/lib/cpp/src/thrift/protocol/ |
D | TCompactProtocol.h | 40 static const int8_t VERSION_MASK = 0x1f; // 0001 1111 variable
|
/thrift-3.4.0/lib/nodejs/lib/thrift/ |
D | binary_protocol.js | 32 var VERSION_MASK = -65536, // 0xffff0000 variable
|
/thrift-3.4.0/lib/php/lib/Protocol/ |
D | TBinaryProtocol.php | 35 const VERSION_MASK = 0xffff0000; define in Thrift\\Protocol\\TBinaryProtocol
|
D | TCompactProtocol.php | 59 const VERSION_MASK = 0x1f; define in Thrift\\Protocol\\TCompactProtocol
|
/thrift-3.4.0/lib/d/src/thrift/protocol/ |
D | binary.d | 329 enum VERSION_MASK = 0xffff0000; variable
|
D | compact.d | 590 enum VERSION_MASK = 0b0001_1111; variable
|
/thrift-3.4.0/lib/javame/src/org/apache/thrift/protocol/ |
D | TBinaryProtocol.java | 33 protected static final int VERSION_MASK = 0xffff0000; field in TBinaryProtocol
|
/thrift-3.4.0/lib/go/thrift/ |
D | protocol.go | 29 VERSION_MASK = 0xffff0000 const
|
/thrift-3.4.0/lib/py/src/protocol/ |
D | TBinaryProtocol.py | 32 VERSION_MASK = -65536 variable in TBinaryProtocol
|
D | TCompactProtocol.py | 129 VERSION_MASK = 0x1f variable in TCompactProtocol
|
/thrift-3.4.0/lib/java/src/main/java/org/apache/thrift/protocol/ |
D | TBinaryProtocol.java | 35 protected static final int VERSION_MASK = 0xffff0000; field in TBinaryProtocol
|
D | TCompactProtocol.java | 90 private static final byte VERSION_MASK = 0x1f; // 0001 1111 field in TCompactProtocol
|
/thrift-3.4.0/lib/rb/ext/ |
D | binary_protocol_accelerated.c | 35 static int VERSION_MASK; variable
|
D | compact_protocol.c | 41 static int VERSION_MASK; variable
|
/thrift-3.4.0/lib/php/src/ext/thrift_protocol/ |
D | php_thrift_protocol.cpp | 79 const int32_t VERSION_MASK = 0xffff0000; variable
|
/thrift-3.4.0/lib/c_glib/src/thrift/c_glib/protocol/ |
D | thrift_compact_protocol.c | 54 static const gint8 VERSION_MASK = 0x1f; /* 0001 1111 */ variable
|