Home
last modified time | relevance | path

Searched defs:typeID (Results 1 – 5 of 5) sorted by relevance

/thrift-3.4.0/lib/php/lib/Protocol/
DTJSONProtocol.php77 private function getTypeNameForTypeID($typeID)
/thrift-3.4.0/lib/d/src/thrift/protocol/
Djson.d881 string getNameFromTType(TType typeID) { in getNameFromTType()
/thrift-3.4.0/lib/javame/src/org/apache/thrift/protocol/
DTJSONProtocol.java92 private static final byte[] getTypeNameForTypeID(byte typeID) in getTypeNameForTypeID()
/thrift-3.4.0/lib/java/src/main/java/org/apache/thrift/protocol/
DTJSONProtocol.java100 private static byte[] getTypeNameForTypeID(byte typeID) throws TException { in getTypeNameForTypeID()
/thrift-3.4.0/lib/cpp/src/thrift/protocol/
DTJSONProtocol.cpp72 static const std::string& getTypeNameForTypeID(TType typeID) { in getTypeNameForTypeID()