Searched refs:parse_code (Results 1 – 5 of 5) sorted by relevance
866 ParseErrorType parse_code) { in ReportFailure() argument867 (void)parse_code; // Parameter is used in Google-internal code. in ReportFailure()883 ParseErrorType parse_code) { in ReportUnknown() argument890 parse_code); in ReportUnknown()892 return ReportFailure(message, parse_code); in ReportUnknown()
239 ParseErrorType parse_code);245 ParseErrorType parse_code);
715 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