Home
last modified time | relevance | path

Searched defs:ch (Results 1 – 8 of 8) sorted by relevance

/thrift-3.4.0/lib/d/src/thrift/protocol/
Djson.d344 auto ch = reader_.peek(); in readFieldBegin() local
413 void writeJsonEscapeChar(ubyte ch) { in writeJsonEscapeChar()
423 void writeJsonChar(ubyte ch) { in writeJsonChar()
493 void readJsonSyntaxChar(ubyte[1] ch) { in readJsonSyntaxChar()
570 auto ch = reader_.peek(); in readJsonNumericChars() local
698 auto ch = (colon_ ? PAIR_SEP : ELEM_SEP); in read() local
742 void readSyntaxChar(LookaheadReader reader, ubyte[1] ch) { in readSyntaxChar()
991 ubyte hexVal(ubyte ch) { in hexVal()
1015 bool isJsonNumeric(ubyte ch) { in isJsonNumeric()
/thrift-3.4.0/lib/netstd/Thrift/Protocol/Utilities/
DTJsonProtocolHelper.cs151 public static byte ToHexVal(byte ch) in ToHexVal()
/thrift-3.4.0/lib/cpp/src/thrift/protocol/
DTJSONProtocol.cpp229 static uint32_t readSyntaxChar(TJSONProtocol::LookaheadReader& reader, uint8_t ch) { in readSyntaxChar()
241 static uint8_t hexVal(uint8_t ch) { in hexVal()
265 static bool isJSONNumeric(uint8_t ch) { in isJSONNumeric()
355 uint8_t ch = (colon_ ? kJSONPairSeparator : kJSONElemSeparator); in read() local
418 uint32_t TJSONProtocol::writeJSONEscapeChar(uint8_t ch) { in writeJSONEscapeChar()
429 uint32_t TJSONProtocol::writeJSONChar(uint8_t ch) { in writeJSONChar()
718 uint32_t TJSONProtocol::readJSONSyntaxChar(uint8_t ch) { in readJSONSyntaxChar()
742 uint8_t ch; in readJSONString() local
831 uint8_t ch = reader_.peek(); in readJSONNumericChars() local
982 uint8_t ch = reader_.peek(); in readFieldBegin() local
/thrift-3.4.0/lib/rb/lib/thrift/protocol/
Djson_protocol.rb225 def self.read_syntax_char(reader, ch) argument
233 def is_json_numeric(ch) argument
252 def write_json_escape_char(ch) argument
262 def write_json_char(ch) argument
485 def read_json_syntax_char(ch) argument
/thrift-3.4.0/lib/haxe/src/org/apache/thrift/protocol/
DTJSONProtocol.hx204 var ch = reader.Peek(); variable
499 var ch = reader.Read(); variable
521 var ch = reader.Read(); variable
600 var ch = reader.Peek(); variable
661 var ch = str.charAt(i); variable
/thrift-3.4.0/lib/c_glib/test/
Dtesttransportsslsocket.c294 char ch; in read_from_file() local
/thrift-3.4.0/lib/javame/src/org/apache/thrift/protocol/
DTJSONProtocol.java328 private static final byte hexVal(byte ch) throws TException { in hexVal()
/thrift-3.4.0/lib/java/src/main/java/org/apache/thrift/protocol/
DTJSONProtocol.java348 private static byte hexVal(byte ch) throws TException { in hexVal()