/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/num/ |
H A D | error.rs | 10 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 D | error.rs | 10 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 D | error.rs | 10 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 D | error.rs | 10 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 D | error.rs | 10 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/ |
D | err.rs | 59 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/ |
D | alignment.rs | 241 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/ |
D | v0.rs | 221 pub struct TryFromIntError; struct 223 impl From<core::num::TryFromIntError> for TryFromIntError { implementation
|
/aosp_15_r20/trusty/user/base/lib/hwbcc/rust/src/ |
D | err.rs | 29 TryFromIntError, enumerator
|
/aosp_15_r20/packages/modules/Virtualization/guest/authfs/src/ |
D | fsstat.rs | 61 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/ |
D | aidl.rs | 386 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 D | rutabaga_utils.rs | 320 TryFromIntError(TryFromIntError), enumerator
|