Searched refs:kInBoth (Results 1 – 1 of 1) sorted by relevance
238 kInBoth = 1 << kInsideBoth enumerator245 void SetElementsInBothSets() { bits_ |= kInBoth; } in SetElementsInBothSets()250 bool Disjoint() { return (bits_ & kInBoth) == 0; } in Disjoint()258 return (bits_ == (kInFirst | kInSecond | kInBoth)); in NonTrivialIntersection()