Home
last modified time | relevance | path

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

/third_party/boost/libs/iostreams/test/
Dflush_test.cpp38 null.strict_sync(), in flush_test()
52 null.strict_sync(), in flush_test()
66 null.strict_sync(), in flush_test()
81 !null.strict_sync(), in flush_test()
/third_party/boost/boost/iostreams/
Dstream.hpp151 bool strict_sync() { return this->member.strict_sync(); } in strict_sync() function
Dchain.hpp219 bool strict_sync();
478 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
567 bool s = (*first)->strict_sync(); in strict_sync()
/third_party/boost/boost/iostreams/detail/broken_overload_resolution/
Dstream.hpp108 bool strict_sync() { return this->member.strict_sync(); } in strict_sync() function
/third_party/boost/boost/iostreams/detail/streambuf/
Dlinked_streambuf.hpp93 virtual bool strict_sync() = 0;
Dindirect_streambuf.hpp71 bool strict_sync();
319 bool indirect_streambuf<T, Tr, Alloc, Mode>::strict_sync() in strict_sync() function in boost::iostreams::detail::indirect_streambuf
Ddirect_streambuf.hpp65 bool strict_sync() { return true; } in strict_sync() function in boost::iostreams::detail::direct_streambuf