Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/cmake/
DCMakeLists.txt90 find_package(ZLIB)
97 if (TARGET ZLIB::ZLIB)
98 set(ZLIB_LIBRARIES ZLIB::ZLIB)
99 endif (TARGET ZLIB::ZLIB)
DREADME.md299 Note that if you have compiled ZLIB yourself, as stated above,
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/io/
Dgzip_stream.h66 ZLIB = 2, enumerator
118 ZLIB = 2, enumerator
Dgzip_stream.cc83 case GzipInputStream::ZLIB: windowBitsFormat = 0; break; in internalInflateInit2()
230 if (options.format == ZLIB) { in Init()
Dzero_copy_stream_unittest.cc483 options.format = GzipOutputStream::ZLIB; in TEST_F()
495 &input, GzipInputStream::ZLIB, gzip_buffer_size); in TEST_F()
511 options.format = GzipOutputStream::ZLIB; in TEST_F()
581 options.format = GzipOutputStream::ZLIB; in TEST_F()