Home
last modified time | relevance | path

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

/linux/rust/zerocopy/src/
H A Dimpls.rs1630 fn test_try_read_from(&self, bytes: &[u8]) -> Option<Option<T>>; in test_impls() method
1634 fn test_try_read_from(&self, bytes: &[u8]) -> Option<Option<T>> { in test_impls() method
1739 fn test_try_read_from(&mut self, _bytes: &[u8]) -> Option<Option<&$ty>> { in test_impls()
1741 test_try_read_from($ty): in test_impls()
1853 let res = bytes.and_then(|bytes| ww.test_try_read_from(bytes)); in test_impls()
1876 let res = w.test_try_read_from(c); in test_impls()