Searched refs:OutOfBounds (Results 1 – 5 of 5) sorted by relevance
26 OutOfBounds, enumerator48 HwBccError::OutOfBounds in from()
36 OutOfBounds, enumerator76 HwWskError::OutOfBounds in from()
34 OutOfBounds, enumerator69 HwkeyError::OutOfBounds in from()
43 OutOfBounds, enumerator123 TipcError::OutOfBounds in from()
261 let bytes: &[u8; Self::UUID_BYTE_LEN] = bytes.try_into().or(Err(TipcError::OutOfBounds))?; in try_from_bytes()808 return Err($crate::TipcError::OutOfBounds);1380 Ok(i32::from_ne_bytes(bytes[0..4].try_into().map_err(|_| TipcError::OutOfBounds)?)) in deserialize()