Home
last modified time | relevance | path

Searched defs:BinaryItemStreamObject (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/Support/
H A DBinaryStreamTest.cpp894 struct BinaryItemStreamObject { struct
895 explicit BinaryItemStreamObject(ArrayRef<uint8_t> Bytes) : Bytes(Bytes) {} in BinaryItemStreamObject() argument
897 ArrayRef<uint8_t> Bytes;