Home
last modified time | relevance | path

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

/third_party/boost/boost/iostreams/
Dstream.hpp149 bool auto_close() const { return this->member.auto_close(); } in auto_close() function
Dchain.hpp476 bool auto_close() const { return chain_->auto_close(); } in auto_close() function in boost::iostreams::detail::chain_client
544 bool chain_base<Self, Ch, Tr, Alloc, Mode>::auto_close() const in auto_close() function in boost::iostreams::detail::chain_base
/third_party/boost/boost/iostreams/detail/streambuf/
Ddirect_streambuf.hpp63 bool auto_close() const { return auto_close_; } in auto_close() function in boost::iostreams::detail::direct_streambuf
Dindirect_streambuf.hpp211 bool indirect_streambuf<T, Tr, Alloc, Mode>::auto_close() const in auto_close() function in boost::iostreams::detail::indirect_streambuf
/third_party/boost/boost/iostreams/detail/broken_overload_resolution/
Dstream.hpp106 bool auto_close() const { return this->member.auto_close(); } in auto_close() function