Searched defs:setf (Results 1 – 4 of 4) sorted by relevance
367 long setf(long v) in setf() function in boost::chrono::ios_flags390 long setf(long v, long mask) in setf() function in boost::chrono::ios_flags
165 BOOST_FORCEINLINE fmtflags setf(fmtflags f) const { return this->get().setf(f); } in setf() function in boost::expressions::aux::stream_ref166 …BOOST_FORCEINLINE fmtflags setf(fmtflags f, fmtflags mask) const { return this->get().setf(f, mask… in setf() function in boost::expressions::aux::stream_ref
301 fmtflags setf(fmtflags f) { return m_stream.setf(f); } in setf() function in boost::basic_formatting_ostream302 fmtflags setf(fmtflags f, fmtflags mask) { return m_stream.setf(f, mask); } in setf() function in boost::basic_formatting_ostream
402 void setf(match_flag_type f) in setf() function in boost::BOOST_REGEX_DETAIL_NS::perl_matcher