Lines Matching refs:other
49 bool operator==(const Location& other) const
51 return location == other.location && longitude == other.longitude && latitude == other.latitude;
65 bool operator==(const Attendee& other) const
67 return name == other.name && email == other.email && role.value_or(NONE) == other.role.value_or(NONE);
122 bool operator==(const CalendarConfig& other) const
124 return enableReminder == other.enableReminder && color == other.color;