Home
last modified time | relevance | path

Searched refs:exceptions_ (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/format/
Dformat_implementation.hpp30 exceptions_(io::all_error_bits) in basic_format()
40 exceptions_(io::all_error_bits), loc_(loc) in basic_format()
48 exceptions_(io::all_error_bits), loc_(loc) in basic_format()
62 exceptions_(io::all_error_bits) in basic_format()
71 prefix_(x.prefix_), exceptions_(x.exceptions_), loc_(x.loc_) in basic_format()
86 std::swap(exceptions_, x.exceptions_); in swap()
99 return exceptions_; in exceptions()
104 unsigned char swp = exceptions_; in exceptions()
105 exceptions_ = newexcept; in exceptions()
Dinternals.hpp56 std::ios_base::iostate exceptions_; member
126 os.exceptions(exceptions_); in apply_on()
137 exceptions_ = os.exceptions(); in set_by_stream()
158 exceptions_ = std::ios_base::goodbit; in reset()
Dformat_class.hpp172 unsigned char exceptions_; member in boost::basic_format