Home
last modified time | relevance | path

Searched refs:parse_code (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/protobuf/src/google/protobuf/util/internal/
H A Djson_stream_parser.cc866 ParseErrorType parse_code) { in ReportFailure() argument
867 (void)parse_code; // Parameter is used in Google-internal code. in ReportFailure()
883 ParseErrorType parse_code) { in ReportUnknown() argument
890 parse_code); in ReportUnknown()
892 return ReportFailure(message, parse_code); in ReportUnknown()
H A Djson_stream_parser.h239 ParseErrorType parse_code);
245 ParseErrorType parse_code);
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/util/internal/
H A Djson_stream_parser.cc866 ParseErrorType parse_code) { in ReportFailure() argument
867 (void)parse_code; // Parameter is used in Google-internal code. in ReportFailure()
883 ParseErrorType parse_code) { in ReportUnknown() argument
890 parse_code); in ReportUnknown()
892 return ReportFailure(message, parse_code); in ReportUnknown()
H A Djson_stream_parser.h239 ParseErrorType parse_code);
245 ParseErrorType parse_code);
/aosp_15_r20/external/rust/android-crates-io/crates/httparse/src/
Dlib.rs715 self.code = Some(complete!(parse_code(&mut bytes))); in parse_with_config_and_uninit_headers()
976 fn parse_code(bytes: &mut Bytes<'_>) -> Result<u16> { in parse_code() function