Lines Matching defs:other
190 bool operator<(const BottomOffset& other) const {
191 return offset < other.offset;
193 bool operator<=(const BottomOffset& other) const {
194 return offset <= other.offset;
196 bool operator==(const BottomOffset& other) const {
197 return offset == other.offset;
199 bool operator!=(const BottomOffset& other) const {
200 return offset != other.offset;
215 bool operator==(const StackRange& other) const {
216 return begin_ == other.begin_ && end_ == other.end_;
293 bool operator==(const Stack& other) const {
294 return elements_ == other.elements_;
296 bool operator!=(const Stack& other) const {
297 return elements_ != other.elements_;
437 // 0 modulo 1, in other words, the class of all integers.
467 ResidueClass& operator+=(const ResidueClass& other) {
468 *this = *this + other;
472 ResidueClass& operator*=(const ResidueClass& other) {
473 *this = *this * other;