Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/util/internal/
Djson_stream_parser.h96 END_ARRAY, // ] enumerator
Djson_stream_parser.cc661 if (type == END_ARRAY) { in ParseArrayValue()
684 if (type == END_ARRAY) { in ParseArrayMid()
803 if (*data == ']') return END_ARRAY; in GetNextTokenType()