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