Home
last modified time | relevance | path

Searched defs:VERSION_MASK (Results 1 – 21 of 21) sorted by relevance

/thrift-3.4.0/lib/perl/lib/Thrift/
DBinaryProtocol.pm40 use constant VERSION_MASK => 0xffff0000; constant
/thrift-3.4.0/lib/erl/src/
Dthrift_binary_protocol.erl43 -define(VERSION_MASK, 16#FFFF0000). macro
Dthrift_compact_protocol.erl51 -define(VERSION_MASK, 16#1f). macro
/thrift-3.4.0/lib/rb/lib/thrift/protocol/
Dbinary_protocol.rb22 VERSION_MASK = 0xffff0000 constant in Thrift.BinaryProtocol
Dcompact_protocol.rb25 VERSION_MASK = 0x1f constant in Thrift.CompactProtocol
/thrift-3.4.0/lib/cpp/src/thrift/protocol/
DTCompactProtocol.h40 static const int8_t VERSION_MASK = 0x1f; // 0001 1111 variable
/thrift-3.4.0/lib/nodejs/lib/thrift/
Dbinary_protocol.js32 var VERSION_MASK = -65536, // 0xffff0000 variable
/thrift-3.4.0/lib/php/lib/Protocol/
DTBinaryProtocol.php35 const VERSION_MASK = 0xffff0000; define in Thrift\\Protocol\\TBinaryProtocol
DTCompactProtocol.php59 const VERSION_MASK = 0x1f; define in Thrift\\Protocol\\TCompactProtocol
/thrift-3.4.0/lib/d/src/thrift/protocol/
Dbinary.d329 enum VERSION_MASK = 0xffff0000; variable
Dcompact.d590 enum VERSION_MASK = 0b0001_1111; variable
/thrift-3.4.0/lib/javame/src/org/apache/thrift/protocol/
DTBinaryProtocol.java33 protected static final int VERSION_MASK = 0xffff0000; field in TBinaryProtocol
/thrift-3.4.0/lib/go/thrift/
Dprotocol.go29 VERSION_MASK = 0xffff0000 const
/thrift-3.4.0/lib/py/src/protocol/
DTBinaryProtocol.py32 VERSION_MASK = -65536 variable in TBinaryProtocol
DTCompactProtocol.py129 VERSION_MASK = 0x1f variable in TCompactProtocol
/thrift-3.4.0/lib/java/src/main/java/org/apache/thrift/protocol/
DTBinaryProtocol.java35 protected static final int VERSION_MASK = 0xffff0000; field in TBinaryProtocol
DTCompactProtocol.java90 private static final byte VERSION_MASK = 0x1f; // 0001 1111 field in TCompactProtocol
/thrift-3.4.0/lib/rb/ext/
Dbinary_protocol_accelerated.c35 static int VERSION_MASK; variable
Dcompact_protocol.c41 static int VERSION_MASK; variable
/thrift-3.4.0/lib/php/src/ext/thrift_protocol/
Dphp_thrift_protocol.cpp79 const int32_t VERSION_MASK = 0xffff0000; variable
/thrift-3.4.0/lib/c_glib/src/thrift/c_glib/protocol/
Dthrift_compact_protocol.c54 static const gint8 VERSION_MASK = 0x1f; /* 0001 1111 */ variable