reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
600 while (Iter2 != RHS.Elements.end()) { 606 if (Iter1->index() > Iter2->index()) { 607 ++Iter2; 608 } else if (Iter1->index() == Iter2->index()) { 610 changed |= Iter1->intersectWith(*Iter2, BecameZero); 618 ++Iter2;