Home
last modified time | relevance | path

Searched defs:ParseIntError (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/crates/nom/examples/
Dstring.rs32 E: ParseError<&'a str> + FromExternalError<&'a str, std::num::ParseIntError>, in parse_unicode()
63 E: ParseError<&'a str> + FromExternalError<&'a str, std::num::ParseIntError>, in parse_escaped_char()
/third_party/rust/crates/nom/tests/
Dcss.rs13 fn from_hex(input: &str) -> Result<u8, std::num::ParseIntError> { in from_hex()
/third_party/rust/crates/clap/tests/derive/
Dnon_literal_attributes.rs128 fn parse_hex(input: &str) -> Result<u64, ParseIntError> { in parse_hex() argument
Dcustom_string_parsers.rs60 fn parse_hex(input: &str) -> Result<u64, ParseIntError> { in parse_hex() argument