Searched defs:CompressedData (Results 1 – 3 of 3) sorted by relevance
24 struct CompressedData { struct25 std::unique_ptr<SmallVector<uint8_t, 0>[]> shards;26 uint32_t numShards = 0;27 uint32_t checksum = 0;28 uint64_t uncompressedSize;
543 SmallVector<uint8_t, 128> CompressedData; variable
549 CompressedSection::CompressedSection(ArrayRef<uint8_t> CompressedData, in CompressedSection()