Home
last modified time | relevance | path

Searched defs:basic_zstd_compressor (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/iostreams/filter/
Dzstd.hpp209 struct basic_zstd_compressor struct
213 typedef detail::zstd_compressor_impl<Alloc> impl_type;
214 typedef symmetric_filter<impl_type, Alloc> base_type;
216 typedef typename base_type::char_type char_type;
217 typedef typename base_type::category category;
338 basic_zstd_compressor<Alloc>::basic_zstd_compressor in basic_zstd_compressor() function in boost::iostreams::basic_zstd_compressor