Searched refs:Disjoint (Results 1 – 3 of 3) sorted by relevance
6012 Disjoint, Same: Boolean;6047 Disjoint := (PrevROp.LastIndex < ROp.Index) or (PrevROp.Index > ROp.LastIndex);6049 if (not Disjoint) and (not Same) then
250 bool Disjoint() { return (bits_ & kInBoth) == 0; } in Disjoint() function
4942 if (word_relation.Disjoint()) { in VisitAssertion()