Home
last modified time | relevance | path

Searched refs:NumberWithUnitToInt (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/fend-core-1.4.6/src/
H A Derror.rs35 NumberWithUnitToInt, enumerator
194 Self::NumberWithUnitToInt => write!(f, "cannot convert number with unit to integer"), in fmt()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/fend-core-1.4.6/src/num/
H A Dunit.rs87 return Err(FendError::NumberWithUnitToInt); in try_as_usize()