Home
last modified time | relevance | path

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

/third_party/boost/boost/iostreams/
Dstream.hpp151 bool strict_sync() { return this->member.strict_sync(); } in strict_sync() function
Dchain.hpp478 bool strict_sync() { return chain_->strict_sync(); } in strict_sync() function in boost::iostreams::detail::chain_client
558 bool chain_base<Self, Ch, Tr, Alloc, Mode>::strict_sync() in strict_sync() function in boost::iostreams::detail::chain_base
/third_party/boost/boost/iostreams/detail/streambuf/
Ddirect_streambuf.hpp65 bool strict_sync() { return true; } in strict_sync() function in boost::iostreams::detail::direct_streambuf
Dindirect_streambuf.hpp319 bool indirect_streambuf<T, Tr, Alloc, Mode>::strict_sync() in strict_sync() function in boost::iostreams::detail::indirect_streambuf
/third_party/boost/boost/iostreams/detail/broken_overload_resolution/
Dstream.hpp108 bool strict_sync() { return this->member.strict_sync(); } in strict_sync() function