Searched defs:compressed_data (Results 1 – 3 of 3) sorted by relevance
86 brillo::Blob compressed_data(std::begin(kCompressedData), in TEST_F() local
654 std::unique_ptr<uint8_t[]> compressed_data(new (std::nothrow) uint8_t[compressed_size_]); in ReadBlocks() local749 std::unique_ptr<uint8_t[]> compressed_data(new (std::nothrow) uint8_t[block->compressed_size]); in Decompress() local
268 bool XzDecompress(const std::string& compressed_data, std::string* decompressed_data) { in XzDecompress()