Home
last modified time | relevance | path

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

/linux/rust/zerocopy/src/
H A Dimpls.rs1595 fn test_try_from_ref<'bytes>( in test_impls() method
1603 fn test_try_from_ref<'bytes>( in test_impls() method
1711 … fn test_try_from_ref<'bytes>(&mut self, _bytes: &'bytes [u8]) -> Option<Option<&'bytes $ty>> { in test_impls()
1713 test_try_from_ref($ty): in test_impls()
1823 let res = bytes.and_then(|bytes| ww.test_try_from_ref(bytes)); in test_impls()
1865 let res = w.test_try_from_ref(c); in test_impls()