Home
last modified time | relevance | path

Searched defs:ParseBigIntError (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/num-bigint/src/
Dlib.rs140 pub struct ParseBigIntError { struct
150 impl ParseBigIntError { implementation
172 impl fmt::Display for ParseBigIntError { implementation
179 impl Error for ParseBigIntError { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/num-bigint/src/bigint/
Dconvert.rs19 fn from_str(s: &str) -> Result<BigInt, ParseBigIntError> { in from_str() argument
29 fn from_str_radix(mut s: &str, radix: u32) -> Result<BigInt, ParseBigIntError> { in from_str_radix() argument
/aosp_15_r20/external/rust/android-crates-io/crates/num-bigint/src/biguint/
Dconvert.rs39 fn from_str(s: &str) -> Result<BigUint, ParseBigIntError> { in from_str() argument
223 fn from_str_radix(s: &str, radix: u32) -> Result<BigUint, ParseBigIntError> { in from_str_radix() argument