Searched refs:from_str_radix (Results 1 – 1 of 1) sorted by relevance
22 fn from_str_radix(src: &BStr, radix: u32) -> Result<Self>; in from_str_radix() method93 u64::from_str_radix(core::str::from_utf8(digits).map_err(|_| EINVAL)?, radix) in from_str()99 Self::from_str_radix(digits, radix).map_err(|_| EINVAL) in from_str()109 fn from_str_radix(src: &BStr, radix: u32) -> Result<Self> {110 <$ty>::from_str_radix(core::str::from_utf8(src).map_err(|_| EINVAL)?, radix)