Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Djson_stream_parser.h161 util::Status ParseEntry(TokenType type);
Djson_stream_parser.cc223 result = ParseEntry(t); in RunParser()
594 util::Status JsonStreamParser::ParseEntry(TokenType type) { in ParseEntry() function in google::protobuf::util::converter::JsonStreamParser