Searched refs:test_as_bytes (Results 1 – 1 of 1) sorted by relevance
1641 fn test_as_bytes<'slf, 't>(&'slf self, t: &'t ReadOnly<T>) -> Option<&'t [u8]>; in test_impls() method1646 fn test_as_bytes<'slf, 't>(&'slf self, t: &'t ReadOnly<T>) -> Option<&'t [u8]> { in test_impls() method1753 fn test_as_bytes(&mut self, _t: &ReadOnly<$ty>) -> Option<&[u8]> { in test_impls()1755 test_as_bytes($ty): in test_impls()1818 let bytes = w.test_as_bytes(&*val); in test_impls()