Searched defs:sync_with_stdio (Results 1 – 2 of 2) sorted by relevance
| /third_party/boost/boost/log/expressions/ | ||
| D | formatter.hpp | 184 …static BOOST_FORCEINLINE bool sync_with_stdio(bool sync = true) { return StreamT::sync_with_stdio(… in sync_with_stdio() function in boost::expressions::aux::stream_ref |
| /third_party/boost/boost/log/utility/ | ||
| D | formatting_ostream.hpp | 320 static bool sync_with_stdio(bool sync = true) { return ostream_type::sync_with_stdio(sync); } in sync_with_stdio() function in boost::basic_formatting_ostream |