Home
last modified time | relevance | path

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

/thrift-3.4.0/lib/javame/src/org/apache/thrift/protocol/
DTType.java35 public static final byte STRING = 11; field in TType
/thrift-3.4.0/lib/java/src/main/java/org/apache/thrift/protocol/
DTType.java32 public static final byte STRING = 11; field in TType
/thrift-3.4.0/lib/perl/lib/Thrift/
DType.pm41 use constant STRING => 11; constant
/thrift-3.4.0/lib/php/lib/Type/
DTType.php39 const STRING = 11; define in Thrift\\Type\\TType
/thrift-3.4.0/lib/go/thrift/
Dtype.go35 STRING = 11 const
/thrift-3.4.0/lib/rb/lib/thrift/
Dtypes.rb32 STRING = 11 constant
/thrift-3.4.0/lib/py/src/
DThrift.py31 STRING = 11 variable in TType
/thrift-3.4.0/lib/d/src/thrift/protocol/
Dbase.d46 STRING = 11, /// enumerator
/thrift-3.4.0/lib/php/src/
DThrift.php37 const STRING = 11; define in TType
/thrift-3.4.0/lib/js/src/
Dthrift.js82 STRING: 11, property in Thrift.Type