Home
last modified time | relevance | path

Searched refs:kCompressedData (Results 1 – 1 of 1) sorted by relevance

/external/zlib/google/
Dcompression_utils_unittest.cc28 const uint8_t kCompressedData[] = { variable
40 reinterpret_cast<const char*>(kCompressedData), in TEST()
41 base::size(kCompressedData)); in TEST()
46 std::string compressed_data(reinterpret_cast<const char*>(kCompressedData), in TEST()
47 base::size(kCompressedData)); in TEST()
59 EXPECT_TRUE(GzipUncompress(kCompressedData, &uncompressed_data)); in TEST()
89 reinterpret_cast<const char*>(kCompressedData), in TEST()
90 base::size(kCompressedData)); in TEST()