Searched refs:cmp_data (Results 1 – 1 of 1) sorted by relevance
687 std::vector<uint8_t> cmp_data(static_cast<size_t>(entry.uncompressed_length)); in ZipArchiveStreamTestUsingMemory() local690 0, ExtractToMemory(handle, &entry, cmp_data.data(), static_cast<uint32_t>(cmp_data.size()))); in ZipArchiveStreamTestUsingMemory()691 ASSERT_TRUE(memcmp(read_data.data(), cmp_data.data(), read_data.size()) == 0); in ZipArchiveStreamTestUsingMemory()