Searched refs:strict_sync (Results 1 – 7 of 7) sorted by relevance
/third_party/boost/libs/iostreams/test/ |
D | flush_test.cpp | 38 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/ |
D | stream.hpp | 151 bool strict_sync() { return this->member.strict_sync(); } in strict_sync() function
|
D | chain.hpp | 219 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/ |
D | stream.hpp | 108 bool strict_sync() { return this->member.strict_sync(); } in strict_sync() function
|
/third_party/boost/boost/iostreams/detail/streambuf/ |
D | linked_streambuf.hpp | 93 virtual bool strict_sync() = 0;
|
D | indirect_streambuf.hpp | 71 bool strict_sync(); 319 bool indirect_streambuf<T, Tr, Alloc, Mode>::strict_sync() in strict_sync() function in boost::iostreams::detail::indirect_streambuf
|
D | direct_streambuf.hpp | 65 bool strict_sync() { return true; } in strict_sync() function in boost::iostreams::detail::direct_streambuf
|