Searched refs:compressed_data (Results 1 – 2 of 2) sorted by relevance
107 std::vector<std::basic_string<uint8_t>>* compressed_data) { in CompressBlocks() argument108 return CompressBlocks(compression_, block_size_, buffer, num_blocks, compressed_data); in CompressBlocks()113 std::vector<std::basic_string<uint8_t>>* compressed_data) { in CompressBlocks() argument126 compressed_data->emplace_back(std::move(data)); in CompressBlocks()152 bool ret = CompressBlocks(blocks.buffer, blocks.num_blocks, &blocks.compressed_data); in RunThread()203 std::make_move_iterator(blocks.compressed_data.begin()), in GetCompressedBuffers()204 std::make_move_iterator(blocks.compressed_data.end())); in GetCompressedBuffers()
128 std::vector<std::basic_string<uint8_t>>* compressed_data);135 std::vector<std::basic_string<uint8_t>> compressed_data; member149 std::vector<std::basic_string<uint8_t>>* compressed_data);