Home
last modified time | relevance | path

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

/third_party/boost/libs/iostreams/src/
Dzstd.cpp58 zstd_base::zstd_base() in zstd_base() function in boost::iostreams::detail::zstd_base
62 zstd_base::~zstd_base() in ~zstd_base()
70 void zstd_base::before( const char*& src_begin, const char* src_end, in before()
83 void zstd_base::after(const char*& src_begin, char*& dest_begin, bool) in after()
91 int zstd_base::deflate(int action) in deflate()
111 int zstd_base::inflate(int action) in inflate()
124 void zstd_base::reset(bool compress, bool realloc) in reset()
142 void zstd_base::do_init in do_init()
/third_party/boost/boost/iostreams/filter/
Dzstd.hpp133 class BOOST_IOSTREAMS_DECL zstd_base { class
137 zstd_base();
138 ~zstd_base();
176 class zstd_compressor_impl : public zstd_base, public zstd_allocator<Alloc> {
191 class zstd_decompressor_impl : public zstd_base, public zstd_allocator<Alloc> {