Home
last modified time | relevance | path

Searched defs:TryFromIntError (Results 1 – 5 of 5) sorted by relevance

/external/rust/android-crates-io/crates/tracing-attributes/tests/
Derr.rs60 async fn err_async(polls: usize) -> Result<u8, TryFromIntError> { in err_async() argument
94 fn err_mut(out: &mut u8) -> Result<(), TryFromIntError> { in err_mut() argument
115 async fn err_mut_async(polls: usize, out: &mut u8) -> Result<(), TryFromIntError> { in err_mut_async() argument
/external/rust/android-crates-io/crates/vulkano/src/memory/
Dalignment.rs241 pub struct TryFromIntError; struct
243 impl Error for TryFromIntError {} implementation
245 impl Display for TryFromIntError { implementation
/external/rust/beto-rust/nearby/presence/np_ffi_core/src/
Dv0.rs221 pub struct TryFromIntError; struct
223 impl From<core::num::TryFromIntError> for TryFromIntError { implementation
/external/flatbuffers/rust/reflection/src/
Dlib.rs48 TryFromIntError(#[from] std::num::TryFromIntError), enumerator
/external/crosvm/rutabaga_gfx/src/
Drutabaga_utils.rs342 TryFromIntError(TryFromIntError), enumerator