Searched defs:AsBytes (Results 1 – 3 of 3) sorted by relevance
93 pub trait AsBytes { trait98 impl<'a> AsBytes for &'a str { impl112 impl<'a> AsBytes for &'a [u8] { impl119 impl AsBytes for [u8] { impl129 impl<'a> AsBytes for &'a [u8; $N] { impl136 impl AsBytes for [u8; $N] { impl
165 const void* AsBytes() const { in AsBytes() function
1023 TEST(SpanTest, AsBytes) { in TEST() argument