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