Home
last modified time | relevance | path

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

/third_party/boost/boost/iostreams/
Dcompose.hpp159 : filter1_(filter1), filter2_(filter2) in composite_filter()
166 return iostreams::read(filter1_, cmp, s, n); in read()
173 return iostreams::write(filter1_, cmp, s, n); in write()
182 return iostreams::seek(filter1_, cmp, off, way, which); in seek()
199 detail::call_close(filter1_, cmp, BOOST_IOS::in), in close()
200 detail::call_close(filter1_, cmp, BOOST_IOS::out), in close()
206 detail::call_close(filter1_, cmp, BOOST_IOS::in) in close()
210 detail::call_close(filter1_, cmp, BOOST_IOS::out), in close()
234 detail::call_close(filter1_, cmp, BOOST_IOS::in) in close()
244 detail::call_close(filter1_, cmp, BOOST_IOS::out), in close()
[all …]