Searched refs:EndB (Results 1 – 4 of 4) sorted by relevance
37 auto ItB = B.begin(), EndB = B.end(); in disjoint() local38 while (ItA != EndA && ItB != EndB) { in disjoint()