Home
last modified time | relevance | path

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

/thrift-3.4.0/lib/php/lib/Protocol/
DTSimpleJSONProtocol.php91 private function writeJSONInteger($num) function in Thrift\\Protocol\\TSimpleJSONProtocol
DTJSONProtocol.php277 private function writeJSONInteger($num) function in Thrift\\Protocol\\TJSONProtocol
/thrift-3.4.0/lib/javame/src/org/apache/thrift/protocol/
DTJSONProtocol.java430 private void writeJSONInteger(long num) throws TException { in writeJSONInteger() method in TJSONProtocol
/thrift-3.4.0/lib/java/src/main/java/org/apache/thrift/protocol/
DTJSONProtocol.java401 private void writeJSONInteger(long num) throws TException { in writeJSONInteger() method in TJSONProtocol
/thrift-3.4.0/lib/cpp/src/thrift/protocol/
DTJSONProtocol.cpp501 uint32_t TJSONProtocol::writeJSONInteger(NumberType num) { in writeJSONInteger() function in apache::thrift::protocol::TJSONProtocol