Home
last modified time | relevance | path

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

/thrift-3.4.0/lib/php/lib/Protocol/
DTJSONProtocol.php408 private function readJSONInteger() function in Thrift\\Protocol\\TJSONProtocol
/thrift-3.4.0/lib/javame/src/org/apache/thrift/protocol/
DTJSONProtocol.java748 private long readJSONInteger() throws TException { in readJSONInteger() method in TJSONProtocol
/thrift-3.4.0/lib/java/src/main/java/org/apache/thrift/protocol/
DTJSONProtocol.java726 private long readJSONInteger() throws TException { in readJSONInteger() method in TJSONProtocol
/thrift-3.4.0/lib/cpp/src/thrift/protocol/
DTJSONProtocol.cpp858 uint32_t TJSONProtocol::readJSONInteger(NumberType& num) { in readJSONInteger() function in apache::thrift::protocol::TJSONProtocol
/thrift-3.4.0/lib/py/src/protocol/
DTJSONProtocol.py348 def readJSONInteger(self): member in TJSONProtocolBase