Searched defs:compressed_data (Results 1 – 5 of 5) sorted by relevance
107 std::vector<std::basic_string<uint8_t>>* compressed_data) { in CompressBlocks()113 std::vector<std::basic_string<uint8_t>>* compressed_data) { in CompressBlocks()
83 brillo::Blob compressed_data(std::begin(kCompressedData), in TEST_F() local
129 std::unique_ptr<uint8_t[]> compressed_data(new (std::nothrow) uint8_t[compressed_size_]); in ReadBlocks() local224 std::unique_ptr<uint8_t[]> compressed_data(new (std::nothrow) uint8_t[block->compressed_size]); in Decompress() local
135 std::vector<std::basic_string<uint8_t>> compressed_data; member
271 bool XzDecompress(const std::string& compressed_data, std::string* decompressed_data) { in XzDecompress()