Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/num/
H A Derror.rs10 pub struct TryFromIntError(pub(crate) ()); struct
13 impl fmt::Display for TryFromIntError { implementation
21 impl Error for TryFromIntError { implementation
29 impl From<Infallible> for TryFromIntError { implementation
30 fn from(x: Infallible) -> TryFromIntError { in from()
36 impl From<!> for TryFromIntError { implementation
38 fn from(never: !) -> TryFromIntError { in from()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/num/
H A Derror.rs10 pub struct TryFromIntError(pub(crate) ()); struct
13 impl fmt::Display for TryFromIntError { implementation
21 impl Error for TryFromIntError { implementation
29 impl From<Infallible> for TryFromIntError { implementation
30 fn from(x: Infallible) -> TryFromIntError { in from()
36 impl From<!> for TryFromIntError { implementation
38 fn from(never: !) -> TryFromIntError { in from()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/num/
H A Derror.rs10 pub struct TryFromIntError(pub(crate) ()); struct
13 impl fmt::Display for TryFromIntError { implementation
21 impl Error for TryFromIntError { implementation
29 impl From<Infallible> for TryFromIntError { implementation
30 fn from(x: Infallible) -> TryFromIntError { in from()
36 impl From<!> for TryFromIntError { implementation
38 fn from(never: !) -> TryFromIntError { in from()
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/num/
H A Derror.rs10 pub struct TryFromIntError(pub(crate) ()); struct
13 impl fmt::Display for TryFromIntError { implementation
21 impl Error for TryFromIntError { implementation
29 impl From<Infallible> for TryFromIntError { implementation
30 fn from(x: Infallible) -> TryFromIntError { in from()
36 impl From<!> for TryFromIntError { implementation
38 fn from(never: !) -> TryFromIntError { in from()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/num/
H A Derror.rs10 pub struct TryFromIntError(pub(crate) ()); struct
13 impl fmt::Display for TryFromIntError { implementation
21 impl Error for TryFromIntError { implementation
29 impl From<Infallible> for TryFromIntError { implementation
30 fn from(x: Infallible) -> TryFromIntError { in from()
36 impl From<!> for TryFromIntError { implementation
38 fn from(never: !) -> TryFromIntError { in from()
/aosp_15_r20/external/rust/android-crates-io/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
/aosp_15_r20/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
/aosp_15_r20/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
/aosp_15_r20/trusty/user/base/lib/hwbcc/rust/src/
Derr.rs29 TryFromIntError, enumerator
/aosp_15_r20/packages/modules/Virtualization/guest/authfs/src/
Dfsstat.rs61 fn try_into_remote_fs_stats(st: FsStat) -> Result<RemoteFsStats, std::num::TryFromIntError> { in try_into_remote_fs_stats()
/aosp_15_r20/packages/modules/Virtualization/android/fd_server/src/
Daidl.rs386 fn try_into_fs_stat(st: Statvfs) -> Result<FsStat, std::num::TryFromIntError> { in try_into_fs_stat()
/aosp_15_r20/external/crosvm/rutabaga_gfx/src/
H A Drutabaga_utils.rs320 TryFromIntError(TryFromIntError), enumerator