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