Searched refs:exceptions_ (Results 1 – 3 of 3) sorted by relevance
30 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()
56 std::ios_base::iostate exceptions_; member126 os.exceptions(exceptions_); in apply_on()137 exceptions_ = os.exceptions(); in set_by_stream()158 exceptions_ = std::ios_base::goodbit; in reset()
172 unsigned char exceptions_; member in boost::basic_format