Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/util/internal/
Djson_stream_parser.h174 util::Status ParseEntry(TokenType type);
Djson_stream_parser.cc278 result = ParseEntry(t); in RunParser()
680 util::Status JsonStreamParser::ParseEntry(TokenType type) { in ParseEntry() function in google::protobuf::util::converter::JsonStreamParser