Searched refs:test_try_from_ref (Results 1 – 1 of 1) sorted by relevance
1595 fn test_try_from_ref<'bytes>( in test_impls() method1603 fn test_try_from_ref<'bytes>( in test_impls() method1711 … 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()