Home
last modified time | relevance | path

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

/linux/rust/zerocopy/src/
H A Dlib.rs4361 fn ref_from_suffix(source: &[u8]) -> Result<(&[u8], &Self), CastError<&[u8], Self>> in ref_from_suffix() method
7173 <[u8; 9]>::ref_from_suffix(&buf.t[..]).unwrap(), in test_ref_from_mut_from_bytes()
7211 assert!(AU64::ref_from_suffix(&buf.t[..]).is_err()); in test_ref_from_mut_from_bytes_error()
7215 assert!(<[u8; 8]>::ref_from_suffix(&buf.t[..]).is_err()); in test_ref_from_mut_from_bytes_error()
7226 assert!(AU64::ref_from_suffix(&buf.t[..]).is_err()); in test_ref_from_mut_from_bytes_error()