Home | History | Annotate | Download | only in Utils

Lines Matching defs:e2

598   unsigned i1 = 0, i2 = 0, e1 = V1->size(), e2 = V2->size();
599 while (i1 != e1 && i2 != e2) {