Searched defs:unsetf (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/boost/chrono/io/utility/ | ||
D | ios_base_state_ptr.hpp | 378 void unsetf(long mask) in unsetf() function in boost::chrono::ios_flags |
/third_party/boost/boost/regex/v4/ | ||
D | perl_matcher.hpp | 404 void unsetf(match_flag_type f) in unsetf() function in boost::BOOST_REGEX_DETAIL_NS::perl_matcher |
/third_party/boost/boost/log/expressions/ | ||
D | formatter.hpp | 167 BOOST_FORCEINLINE void unsetf(fmtflags f) const { this->get().unsetf(f); } in unsetf() function in boost::expressions::aux::stream_ref |
/third_party/boost/boost/log/utility/ | ||
D | formatting_ostream.hpp | 303 void unsetf(fmtflags f) { m_stream.unsetf(f); } in unsetf() function in boost::basic_formatting_ostream |