Home
last modified time | relevance | path

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

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