Home
last modified time | relevance | path

Searched refs:ParseIntError (Results 1 – 7 of 7) sorted by relevance

/third_party/rust/crates/nom/examples/
Dstring.rs32 E: ParseError<&'a str> + FromExternalError<&'a str, std::num::ParseIntError>, in parse_unicode() argument
63 E: ParseError<&'a str> + FromExternalError<&'a str, std::num::ParseIntError>, in parse_escaped_char() argument
122 E: ParseError<&'a str> + FromExternalError<&'a str, std::num::ParseIntError>,
137 E: ParseError<&'a str> + FromExternalError<&'a str, std::num::ParseIntError>,
/third_party/rust/crates/autocfg/src/
Derror.rs42 Num(num::ParseIntError),
53 pub fn from_num(e: num::ParseIntError) -> Error { in from_num()
/third_party/rust/crates/clap/tests/derive/
Dcustom_string_parsers.rs17 use std::num::ParseIntError;
60 fn parse_hex(input: &str) -> Result<u64, ParseIntError> { in parse_hex() argument
Dnon_literal_attributes.rs17 use std::num::ParseIntError;
128 fn parse_hex(input: &str) -> Result<u64, ParseIntError> { in parse_hex() argument
/third_party/rust/crates/nom/tests/
Dcss.rs13 fn from_hex(input: &str) -> Result<u8, std::num::ParseIntError> { in from_hex() argument
/third_party/rust/crates/num-traits/src/
Dlib.rs165 type FromStrRadixErr = ::core::num::ParseIntError;
168 -> Result<Self, ::core::num::ParseIntError>
/third_party/rust/crates/nom/
DREADME.md59 fn from_hex(input: &str) -> Result<u8, std::num::ParseIntError> {