Home
last modified time | relevance | path

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

/external/rust/crates/bytes/src/fmt/
Dhex.rs3 use super::BytesRef;
6 impl LowerHex for BytesRef<'_> { implementation
15 impl UpperHex for BytesRef<'_> { implementation
28 $tr::fmt(&BytesRef(self.as_ref()), f)
Ddebug.rs3 use super::BytesRef;
12 impl Debug for BytesRef<'_> { implementation
41 Debug::fmt(&BytesRef(&self.as_ref()), f) in fmt()
47 Debug::fmt(&BytesRef(&self.as_ref()), f) in fmt()
Dmod.rs5 struct BytesRef<'a>(&'a [u8]); struct
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DCodeViewRecordIO.cpp118 ArrayRef<uint8_t> BytesRef(Bytes); in mapByteVectorTail() local
119 if (auto EC = mapByteVectorTail(BytesRef, Comment)) in mapByteVectorTail()
122 Bytes.assign(BytesRef.begin(), BytesRef.end()); in mapByteVectorTail()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DCodeViewRecordIO.cpp118 ArrayRef<uint8_t> BytesRef(Bytes); in mapByteVectorTail() local
119 if (auto EC = mapByteVectorTail(BytesRef, Comment)) in mapByteVectorTail()
122 Bytes.assign(BytesRef.begin(), BytesRef.end()); in mapByteVectorTail()