Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/Support/
H A DBinaryStreamTest.cpp895 struct BinaryItemStreamObject { struct
896 explicit BinaryItemStreamObject(ArrayRef<uint8_t> Bytes) : Bytes(Bytes) {} in BinaryItemStreamObject() function
898 ArrayRef<uint8_t> Bytes;