Home
last modified time | relevance | path

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

/third_party/boost/libs/iostreams/src/
Dgzip.cpp154 isize_ += value << (offset_ * 8); in process()
168 crc_ = isize_ = offset_ = 0; in reset()
/third_party/boost/boost/iostreams/filter/
Dgzip.hpp378 zlib::ulong uncompressed_size() const { return isize_; } in uncompressed_size()
386 zlib::ulong isize_; member in boost::iostreams::detail::gzip_footer