Searched refs:ParseIntError (Results 1 – 7 of 7) sorted by relevance
/third_party/rust/crates/nom/examples/ |
D | string.rs | 32 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/ |
D | error.rs | 42 Num(num::ParseIntError), 53 pub fn from_num(e: num::ParseIntError) -> Error { in from_num()
|
/third_party/rust/crates/clap/tests/derive/ |
D | custom_string_parsers.rs | 17 use std::num::ParseIntError; 60 fn parse_hex(input: &str) -> Result<u64, ParseIntError> { in parse_hex() argument
|
D | non_literal_attributes.rs | 17 use std::num::ParseIntError; 128 fn parse_hex(input: &str) -> Result<u64, ParseIntError> { in parse_hex() argument
|
/third_party/rust/crates/nom/tests/ |
D | css.rs | 13 fn from_hex(input: &str) -> Result<u8, std::num::ParseIntError> { in from_hex() argument
|
/third_party/rust/crates/num-traits/src/ |
D | lib.rs | 165 type FromStrRadixErr = ::core::num::ParseIntError; 168 -> Result<Self, ::core::num::ParseIntError>
|
/third_party/rust/crates/nom/ |
D | README.md | 59 fn from_hex(input: &str) -> Result<u8, std::num::ParseIntError> {
|