Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/util/internal/
Djson_stream_parser.h105 END_ARRAY, // ] enumerator
Djson_stream_parser.cc755 if (type == END_ARRAY) { in ParseArrayValue()
779 if (type == END_ARRAY) { in ParseArrayMid()
933 if (*data == ']') return END_ARRAY; in GetNextTokenType()