Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/util/internal/
Djson_stream_parser.h106 ENTRY_SEPARATOR, // : enumerator
Djson_stream_parser.cc733 if (type == ENTRY_SEPARATOR) { in ParseEntryMid()
934 if (*data == ':') return ENTRY_SEPARATOR; in GetNextTokenType()