Home
last modified time | relevance | path

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

/third_party/boost/libs/iostreams/test/
Dgzip_test.cpp49 gzip_compressor out(params); in compression_test()
75 out.push(gzip_compressor()); in multiple_member_test()
109 out.push(gzip_compressor()); in array_source_test()
175 test_filter_pair( gzip_compressor(), in empty_file_test()
Dwrite_failure_test.cpp52 out.push(gzip_compressor()); in disk_full_test()
/third_party/boost/boost/iostreams/filter/
Dgzip.hpp318 typedef basic_gzip_compressor<> gzip_compressor; typedef