Searched refs:BytesRef (Results 1 – 5 of 5) sorted by relevance
3 use super::BytesRef;6 impl LowerHex for BytesRef<'_> { implementation15 impl UpperHex for BytesRef<'_> { implementation28 $tr::fmt(&BytesRef(self.as_ref()), f)
3 use super::BytesRef;12 impl Debug for BytesRef<'_> { implementation41 Debug::fmt(&BytesRef(&self.as_ref()), f) in fmt()47 Debug::fmt(&BytesRef(&self.as_ref()), f) in fmt()
5 struct BytesRef<'a>(&'a [u8]); struct
118 ArrayRef<uint8_t> BytesRef(Bytes); in mapByteVectorTail() local119 if (auto EC = mapByteVectorTail(BytesRef, Comment)) in mapByteVectorTail()122 Bytes.assign(BytesRef.begin(), BytesRef.end()); in mapByteVectorTail()