Searched refs:_val_ (Results 1 – 3 of 3) sorted by relevance
669 int _val_;672 error_condition() : _val_(0), _cat_(&generic_category()) {}675 : _val_(_val), _cat_(&_cat) {}684 _val_ = _val;698 _val_ = 0;702 int value() const {return _val_;}711 return _val_ == 0 ? 0 : unspecified_bool_true;727 int _val_;730 error_code() : _val_(0), _cat_(&system_category()) {}737 : _val_(_val), _cat_(&_cat) {}[all …]
112 return _cat_->message(_val_); in message()119 return _cat_->message(_val_); in message()
14 int _val_; member in error_condition16 error_condition() : _val_(0) {} in error_condition()19 : _val_(_val) {} in error_condition()