Searched defs:strict_sync (Results 1 – 5 of 5) sorted by relevance
| /third_party/boost/boost/iostreams/ | ||
| D | stream.hpp | 151 bool strict_sync() { return this->member.strict_sync(); } in strict_sync() function |
| D | chain.hpp | 478 bool strict_sync() { return chain_->strict_sync(); } in strict_sync() function in boost::iostreams::detail::chain_client |
| /third_party/boost/boost/iostreams/detail/streambuf/ | ||
| D | direct_streambuf.hpp | 65 bool strict_sync() { return true; } in strict_sync() function in boost::iostreams::detail::direct_streambuf |
| D | indirect_streambuf.hpp | 319 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/ | ||
| D | stream.hpp | 108 bool strict_sync() { return this->member.strict_sync(); } in strict_sync() function |