Searched defs:BinaryItemStreamObject (Results 1 – 1 of 1) sorted by relevance
895 struct BinaryItemStreamObject { struct896 explicit BinaryItemStreamObject(ArrayRef<uint8_t> Bytes) : Bytes(Bytes) {} in BinaryItemStreamObject() function898 ArrayRef<uint8_t> Bytes;