Home
last modified time | relevance | path

Searched refs:JSON_COLON (Results 1 – 1 of 1) sorted by relevance

/thrift-3.4.0/lib/go/thrift/
Dsimple_json_protocol.go158 JSON_COLON []byte var
178 JSON_COLON = []byte{':'}
634 if _, e := p.write(JSON_COLON); e != nil {
867 case JSON_COLON[0]:
1237 case ' ', 0, '\t', '\n', '\r', JSON_RBRACE[0], JSON_RBRACKET[0], JSON_COMMA[0], JSON_COLON[0]: