Home
last modified time | relevance | path

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

/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/rust/crates/nom/tests/
Dcss.rs15 fn from_hex(input: &str) -> Result<u8, std::num::ParseIntError> { in from_hex()
/external/rust/crates/structopt/tests/
Dnon_literal_attributes.rs122 fn parse_hex(input: &str) -> Result<u64, std::num::ParseIntError> { in parse_hex()
Dcustom-string-parsers.rs54 fn parse_hex(input: &str) -> Result<u64, ParseIntError> { in parse_hex() argument
/external/rust/crates/protobuf/src/text_format/lexer/
Dlexer_impl.rs23 ParseIntError, enumerator
/external/rust/crates/criterion-plot/src/
Dlib.rs1003 fn parse_version(version_str: &str) -> Result<Version, Option<ParseIntError>> { in parse_version()