Home
last modified time | relevance | path

Searched defs:setf (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/chrono/io/utility/
Dios_base_state_ptr.hpp367 long setf(long v) in setf() function in boost::chrono::ios_flags
390 long setf(long v, long mask) in setf() function in boost::chrono::ios_flags
/third_party/boost/boost/log/expressions/
Dformatter.hpp165 BOOST_FORCEINLINE fmtflags setf(fmtflags f) const { return this->get().setf(f); } in setf() function in boost::expressions::aux::stream_ref
166 …BOOST_FORCEINLINE fmtflags setf(fmtflags f, fmtflags mask) const { return this->get().setf(f, mask… in setf() function in boost::expressions::aux::stream_ref
/third_party/boost/boost/log/utility/
Dformatting_ostream.hpp301 fmtflags setf(fmtflags f) { return m_stream.setf(f); } in setf() function in boost::basic_formatting_ostream
302 fmtflags setf(fmtflags f, fmtflags mask) { return m_stream.setf(f, mask); } in setf() function in boost::basic_formatting_ostream
/third_party/boost/boost/regex/v4/
Dperl_matcher.hpp402 void setf(match_flag_type f) in setf() function in boost::BOOST_REGEX_DETAIL_NS::perl_matcher