Searched refs:kInSecond (Results 1 – 1 of 1) sorted by relevance
237 kInSecond = 1 << kInsideSecond, enumerator244 void SetElementsInSecondSet() { bits_ |= kInSecond; } in SetElementsInSecondSet()252 bool Equals() { return (bits_ & (kInFirst | kInSecond)) == 0; } in Equals()254 bool Contains() { return (bits_ & kInSecond) == 0; } in Contains()258 return (bits_ == (kInFirst | kInSecond | kInBoth)); in NonTrivialIntersection()