Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/util/internal/
Djson_stream_parser.h104 BEGIN_ARRAY, // [ enumerator
Djson_stream_parser.cc321 case BEGIN_ARRAY: in ParseValue()
932 if (*data == '[') return BEGIN_ARRAY; in GetNextTokenType()