Home
last modified time | relevance | path

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

/external/rust/crates/tracing-attributes/tests/
Derr.rs59 async fn err_async(polls: usize) -> Result<u8, TryFromIntError> { in err_async() argument
93 fn err_mut(out: &mut u8) -> Result<(), TryFromIntError> { in err_mut() argument
114 async fn err_mut_async(polls: usize, out: &mut u8) -> Result<(), TryFromIntError> { in err_mut_async() argument
/external/rust/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/crosvm/rutabaga_gfx/src/
Drutabaga_utils.rs289 TryFromIntError(TryFromIntError), enumerator