Home
last modified time | relevance | path

Searched refs:FinishParse (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/src/google/protobuf/util/internal/
Djson_stream_parser.h83 util::Status FinishParse();
Djson_stream_parser_test.cc102 return parser.FinishParse(); in RunTest()
113 result = parser.FinishParse(); in RunTest()
Djson_stream_parser.cc147 util::Status JsonStreamParser::FinishParse() { in FinishParse() function in google::protobuf::util::converter::JsonStreamParser
/external/protobuf/src/google/protobuf/util/
Djson_util.cc160 RETURN_IF_ERROR(parser.FinishParse()); in JsonToBinaryStream()