Searched defs:decompressed_data (Results 1 – 5 of 5) sorted by relevance
46 std::unique_ptr<uint8_t[]> decompressed_data; member
759 std::unique_ptr<uint8_t[]> decompressed_data(new uint8_t[block->decompressed_size]); in Decompress() local
92 brillo::Blob decompressed_data(kDecompressedLength); in TEST_F() local
268 bool XzDecompress(const std::string& compressed_data, std::string* decompressed_data) { in XzDecompress()
402 std::string decompressed_data; in ParseSymbols() local