Searched defs:CompressedData (Results 1 – 4 of 4) sorted by relevance
24 struct CompressedData { struct25 std::unique_ptr<SmallVector<uint8_t, 0>[]> shards;26 uint32_t type = 0;27 uint32_t numShards = 0;28 uint32_t checksum = 0;29 uint64_t uncompressedSize;
666 SmallVector<uint8_t, 128> CompressedData; variable
576 CompressedSection::CompressedSection(ArrayRef<uint8_t> CompressedData, in CompressedSection()
1128 StringRef CompressedData = Blob.substr(CurrentOffset); in decompress() local