Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/util/internal/
Djson_stream_parser.h108 BEGIN_KEY, // letter, _, $ or digit. Must begin with non-digit enumerator
Djson_stream_parser.cc707 } else if (type == BEGIN_KEY) { in ParseEntry()
937 return BEGIN_KEY; in GetNextTokenType()