Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/util/internal/
Djson_stream_parser.h173 util::Status ParseArrayValue(TokenType type);
Djson_stream_parser.cc231 result = ParseArrayValue(t); in RunParser()
656 util::Status JsonStreamParser::ParseArrayValue(TokenType type) { in ParseArrayValue() function in google::protobuf::util::converter::JsonStreamParser