Home
last modified time | relevance | path

Searched defs:skipContext (Results 1 – 7 of 7) sorted by relevance

/thrift-3.4.0/lib/rb/lib/thrift/protocol/
Djson_protocol.rb508 def read_json_string(skipContext = false) argument
/thrift-3.4.0/lib/php/lib/Protocol/
DTJSONProtocol.php341 private function readJSONString($skipContext)
/thrift-3.4.0/lib/netstd/Thrift/Protocol/
DTJSONProtocol.cs413 …private async ValueTask<byte[]> ReadJsonStringAsync(bool skipContext, CancellationToken cancellati… in ReadJsonStringAsync()
/thrift-3.4.0/lib/javame/src/org/apache/thrift/protocol/
DTJSONProtocol.java638 private TByteArrayOutputStream readJSONString(boolean skipContext) in readJSONString()
/thrift-3.4.0/lib/java/src/main/java/org/apache/thrift/protocol/
DTJSONProtocol.java627 private TByteArrayOutputStream readJSONString(boolean skipContext) throws TException { in readJSONString()
/thrift-3.4.0/lib/cpp/src/thrift/protocol/
DTJSONProtocol.cpp738 uint32_t TJSONProtocol::readJSONString(std::string& str, bool skipContext) { in readJSONString()
/thrift-3.4.0/lib/py/src/protocol/
DTJSONProtocol.py280 def readJSONString(self, skipContext): argument