Home | History | Annotate | Download | only in src

Lines Matching refs:Disjoint

191 // Sets can be either disjoint, partially or fully overlapping, or equal.
214 // Sets are completely disjoint.
215 bool Disjoint() { return (bits_ & kInBoth) == 0; }