Searched defs:ParseIntError (Results 1 – 10 of 10) sorted by relevance
| /external/rust/crates/winnow/examples/string/ |
| D | parser.rs | 24 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/ |
| D | tags.rs | 6 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/ |
| D | parse_number.h | 70 enum class ParseIntError { enum
|
| /external/rust/crates/nom/tests/ |
| D | css.rs | 13 fn from_hex(input: &str) -> Result<u8, std::num::ParseIntError> { in from_hex()
|
| /external/rust/crates/serde-xml-rs/src/ |
| D | error.rs | 28 ParseIntError { enumerator
|
| /external/rust/crates/serde_yaml/src/ |
| D | de.rs | 942 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/ |
| D | lexer_impl.rs | 23 ParseIntError, enumerator
|
| /external/rust/crates/protobuf-support/src/lexer/ |
| D | lexer_impl.rs | 27 ParseIntError, enumerator
|
| /external/rust/crates/criterion-plot/src/ |
| D | lib.rs | 1006 fn parse_version(version_str: &str) -> Result<Version, Option<ParseIntError>> { in parse_version()
|
| /external/rust/crates/protobuf-json-mapping/src/ |
| D | parse.rs | 64 ParseIntError(#[from] ParseIntError), enumerator
|