Home | History | Annotate | Download | only in Support

Lines Matching refs:category

71     const error_category& category() const;
100 const error_category& category() const;
713 const error_category& category() const {return *_cat_;}
729 return _x.category() < _y.category()
730 || (_x.category() == _y.category() && _x.value() < _y.value());
772 const error_category& category() const {return *_cat_;}
792 return _x.category() < _y.category()
793 || (_x.category() == _y.category() && _x.value() < _y.value());
797 return _x.category() == _y.category() && _x.value() == _y.value();
801 return _x.category().equivalent(_x.value(), _y)
802 || _y.category().equivalent(_x, _y.value());
810 return _x.category() == _y.category() && _x.value() == _y.value();