Home
last modified time | relevance | path

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

/external/rust/crates/winnow/examples/string/
Dparser.rs24 E: ParserError<&'a str> + FromExternalError<&'a str, std::num::ParseIntError>, in parse_string()
69 E: ParserError<&'a str> + FromExternalError<&'a str, std::num::ParseIntError>, in parse_fragment()
103 E: ParserError<&'a str> + FromExternalError<&'a str, std::num::ParseIntError>, in parse_escaped_char()
133 E: ParserError<&'a str> + FromExternalError<&'a str, std::num::ParseIntError>, in parse_unicode()
/external/rust/crates/serde_cbor/tests/
Dtags.rs6 fn decode_hex(s: &str) -> std::result::Result<Vec<u8>, std::num::ParseIntError> { in decode_hex()
14 fn parse_cbor_me(example: &str) -> std::result::Result<Vec<u8>, std::num::ParseIntError> { in parse_cbor_me()
/external/cronet/net/base/
Dparse_number.h70 enum class ParseIntError { enum
/external/rust/crates/nom/tests/
Dcss.rs13 fn from_hex(input: &str) -> Result<u8, std::num::ParseIntError> { in from_hex()
/external/rust/crates/serde-xml-rs/src/
Derror.rs28 ParseIntError { enumerator
/external/rust/crates/serde_yaml/src/
Dde.rs942 from_str_radix: fn(&str, radix: u32) -> Result<T, ParseIntError>, in parse_unsigned_int() argument
980 from_str_radix: fn(&str, radix: u32) -> Result<T, ParseIntError>, in parse_signed_int() argument
1040 from_str_radix: fn(&str, radix: u32) -> Result<T, ParseIntError>, in parse_negative_int() argument
/external/rust/crates/protobuf/2.27.1/src/text_format/lexer/
Dlexer_impl.rs23 ParseIntError, enumerator
/external/rust/crates/protobuf-support/src/lexer/
Dlexer_impl.rs27 ParseIntError, enumerator
/external/rust/crates/criterion-plot/src/
Dlib.rs1006 fn parse_version(version_str: &str) -> Result<Version, Option<ParseIntError>> { in parse_version()
/external/rust/crates/protobuf-json-mapping/src/
Dparse.rs64 ParseIntError(#[from] ParseIntError), enumerator