Searched refs:EndB (Results 1 – 3 of 3) sorted by relevance
157 const auto *EndB = BeginB + static_cast<int>(RowB[1]); in getCompoundConstruct() local158 if (BeginA == EndA && BeginB == EndB) in getCompoundConstruct()160 return std::lexicographical_compare(BeginA, EndA, BeginB, EndB); in getCompoundConstruct()
37 auto ItB = B.begin(), EndB = B.end(); in disjoint() local38 while (ItA != EndA && ItB != EndB) { in disjoint()
5251 auto IterB = RHS.begin(), EndB = RHS.end(); in getIntersection() local5259 while (IterA != EndA && IterB != EndB) { in getIntersection()