Lines Matching full:other
82 bool operator<(const ObjectSlot &other) const
84 return slotAddress_ < other.slotAddress_;
86 bool operator<=(const ObjectSlot &other) const
88 return slotAddress_ <= other.slotAddress_;
90 bool operator>(const ObjectSlot &other) const
92 return slotAddress_ > other.slotAddress_;
94 bool operator>=(const ObjectSlot &other) const
96 return slotAddress_ >= other.slotAddress_;
98 bool operator==(const ObjectSlot &other) const
100 return slotAddress_ == other.slotAddress_;
102 bool operator!=(const ObjectSlot &other) const
104 return slotAddress_ != other.slotAddress_;