Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/util/internal/
Djson_stream_parser.h101 BEGIN_NULL, // null enumerator
Djson_stream_parser.cc331 case BEGIN_NULL: in ParseValue()
710 } else if (type == BEGIN_NULL || type == BEGIN_TRUE || type == BEGIN_FALSE) { in ParseEntry()
928 return BEGIN_NULL; in GetNextTokenType()