Home
last modified time | relevance | path

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

/third_party/boost/libs/iostreams/src/
Dzlib.cpp95 total_in_(0), total_out_(0) in zlib_base()
126 total_in_ = s->total_in; in after()
/third_party/boost/boost/iostreams/filter/
Dzlib.hpp207 int total_in() const { return total_in_; } in total_in()
218 int total_in_; member in boost::iostreams::detail::zlib_base