Home
last modified time | relevance | path

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

/third_party/boost/libs/iostreams/test/
Dbzip2_test.cpp29 test_filter_pair( bzip2_compressor(), in bzip2_test()
39 test_filter_pair( bzip2_compressor(), in bzip2_test()
45 strm.push( bzip2_compressor() ); in bzip2_test()
63 out.push(bzip2_compressor()); in multiple_member_test()
/third_party/boost/boost/iostreams/filter/
Dbzip2.hpp260 typedef basic_bzip2_compressor<> bzip2_compressor; typedef