Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/util/internal/
Djson_stream_parser.cc624 if (type == VALUE_SEPARATOR) { in ParseObjectMid()
732 if (type == VALUE_SEPARATOR) { in ParseArrayMid()
770 return (stack_.top() == ARRAY_MID && type == VALUE_SEPARATOR) || in IsEmptyNullAllowed()
869 if (*data == ',') return VALUE_SEPARATOR; in GetNextTokenType()
Djson_stream_parser.h107 VALUE_SEPARATOR, // , enumerator