Lines Matching refs:other
101 bool operator<(const ObjectSlot &other) const
103 return slotAddress_ < other.slotAddress_;
105 bool operator<=(const ObjectSlot &other) const
107 return slotAddress_ <= other.slotAddress_;
109 bool operator>(const ObjectSlot &other) const
111 return slotAddress_ > other.slotAddress_;
113 bool operator>=(const ObjectSlot &other) const
115 return slotAddress_ >= other.slotAddress_;
117 bool operator==(const ObjectSlot &other) const
119 return slotAddress_ == other.slotAddress_;
121 bool operator!=(const ObjectSlot &other) const
123 return slotAddress_ != other.slotAddress_;