Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/util/internal/
Djson_stream_parser.h81 util::Status FinishParse();
Djson_stream_parser_test.cc105 return parser.FinishParse(); in RunTest()
116 result = parser.FinishParse(); in RunTest()
Djson_stream_parser.cc197 util::Status JsonStreamParser::FinishParse() { in FinishParse() function in google::protobuf::util::converter::JsonStreamParser
/third_party/protobuf/src/google/protobuf/util/
Djson_util.cc201 RETURN_IF_ERROR(parser.FinishParse()); in JsonToBinaryStream()