Searched refs:allOccupants (Results 1 – 2 of 2) sorted by relevance
103 int allOccupants = static_cast<int>(Role::ALL_OCCUPANTS); in isValidRole() local104 return (occupantRole != Role::INVALID) && ((intVal & (~allOccupants)) == 0); in isValidRole()
136 int allOccupants = static_cast<int>(Role::ALL_OCCUPANTS); in isValidRole() local137 return (occupantRole != Role::INVALID) && ((intVal & (~allOccupants)) == 0); in isValidRole()