Searched defs:CompressedData (Results 1 – 5 of 5) 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;
321 StringRef CompressedData = Blob.substr(CurrentOffset); in decompress() local
670 SmallVector<uint8_t, 128> CompressedData; variable
573 CompressedSection::CompressedSection(ArrayRef<uint8_t> CompressedData, in CompressedSection()
1270 StringRef CompressedData = Blob.substr(HeaderSize); in decompress() local