Home
last modified time | relevance | path

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

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