Home
last modified time | relevance | path

Searched defs:BOOL (Results 1 – 10 of 10) sorted by relevance

/thrift-3.4.0/lib/javame/src/org/apache/thrift/protocol/
DTType.java29 public static final byte BOOL = 2; field in TType
/thrift-3.4.0/lib/java/src/main/java/org/apache/thrift/protocol/
DTType.java26 public static final byte BOOL = 2; field in TType
/thrift-3.4.0/lib/perl/lib/Thrift/
DType.pm34 use constant BOOL => 2; constant
/thrift-3.4.0/lib/php/lib/Type/
DTType.php32 const BOOL = 2; define in Thrift\\Type\\TType
/thrift-3.4.0/lib/go/thrift/
Dtype.go28 BOOL = 2 const
/thrift-3.4.0/lib/rb/lib/thrift/
Dtypes.rb26 BOOL = 2 constant
/thrift-3.4.0/lib/py/src/
DThrift.py24 BOOL = 2 variable in TType
/thrift-3.4.0/lib/d/src/thrift/protocol/
Dbase.d40 BOOL = 2, /// enumerator
/thrift-3.4.0/lib/php/src/
DThrift.php30 const BOOL = 2; define in TType
/thrift-3.4.0/lib/js/src/
Dthrift.js75 BOOL: 2, property in Thrift.Type