Lines Matching refs:Disjoint
226 // Sets can be either disjoint, partially or fully overlapping, or equal.249 // Sets are completely disjoint.250 bool Disjoint() { return (bits_ & kInBoth) == 0; }