Lines Matching defs:const
55 bool operator==(ArithmeticProxy const & rhs) const in operator ==()
58 bool operator!=(ArithmeticProxy const & rhs) const in operator !=()
61 bool operator<(ArithmeticProxy const & rhs) const in operator <()
64 bool operator<=(ArithmeticProxy const & rhs) const in operator <=()
67 bool operator>(ArithmeticProxy const & rhs) const in operator >()
70 bool operator>=(ArithmeticProxy const & rhs) const in operator >=()
73 int operator-(ArithmeticProxy const & rhs) const in operator -()
101 bool equal(CompositeIteratorBase const & rhs) const in equal()
117 bool operator==(Derived const & rhs) const in operator ==()
122 bool operator!=(Derived const & rhs) const in operator !=()
127 difference_type operator-(Derived const & rhs) const in operator -()
147 Derived operator+(difference_type const & s) const in operator +()
154 Derived operator-(difference_type const & s) const in operator -()
197 value_type get(difference_type const & d) const in get()
203 void set( value_type v ) const in set()
209 void set( value_type v, difference_type const & d ) const in set()