Home
last modified time | relevance | path

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

/external/crosvm/rutabaga_gfx/src/
Drutabaga_utils.rs9 use std::num::TryFromIntError;
159 TryFromIntError(TryFromIntError), enumerator
215 TryFromIntError(e) => write!(f, "int conversion failed: {}", e), in fmt()
245 impl From<TryFromIntError> for RutabagaError {
246 fn from(e: TryFromIntError) -> RutabagaError { in from()
247 RutabagaError::TryFromIntError(e) in from()
/external/crosvm/usb_util/src/
Derror.rs17 InvalidActualLength(num::TryFromIntError),
18 InvalidBufferLength(num::TryFromIntError),
/external/llvm-project/llvm/test/CodeGen/AVR/
Drust-avr-bug-37.ll7 define void @"TryFromIntError::Debug"(%"fmt::Formatter"* dereferenceable(32)) unnamed_addr #0 perso…
8 ; CHECK-LABEL: "TryFromIntError::Debug"
/external/crosvm/src/
Dlinux.rs133 GuestCachedTooLarge(std::num::TryFromIntError),
135 GuestFreeTooLarge(std::num::TryFromIntError),