Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/util/internal/
Djson_stream_parser.cc210 TokenType t = (string_open_ == 0) ? GetNextTokenType() : BEGIN_STRING; in RunParser()
267 case BEGIN_STRING: in ParseValue()
607 if (type == BEGIN_STRING) { in ParseEntry()
787 if (*data == '\"' || *data == '\'') return BEGIN_STRING; in GetNextTokenType()
Djson_stream_parser.h88 BEGIN_STRING, // " or ' enumerator