Searched defs:decompressed_data (Results 1 – 9 of 9) sorted by relevance
227 let mut decompressed_data = Vec::with_capacity(ZSTD_DEFAULT_FRAME_SIZE); in read_at_volatile() localVariable350 let mut decompressed_data = Vec::with_capacity(ZSTD_DEFAULT_FRAME_SIZE); in read_to_mem() localVariable
28 std::vector<uint8_t> decompressed_data(sizeof(kHelloWorld)); in TEST() local
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
42 let decompressed_data = match decoder.decode_gzip() { in decompress_kernel() localVariable
89 brillo::Blob decompressed_data(kDecompressedLength); in TEST_F() local
271 bool XzDecompress(const std::string& compressed_data, std::string* decompressed_data) { in XzDecompress()
442 std::string decompressed_data; in ParseSymbols() local
1384 std::vector<uint8_t> decompressed_data(kTestFileBytes); in TEST_F() local