Searched refs:BeginA (Results 1 – 1 of 1) sorted by relevance
154 const auto *BeginA = &RowA[2]; in getCompoundConstruct() local155 const auto *EndA = BeginA + static_cast<int>(RowA[1]); in getCompoundConstruct()158 if (BeginA == EndA && BeginB == EndB) in getCompoundConstruct()160 return std::lexicographical_compare(BeginA, EndA, BeginB, EndB); in getCompoundConstruct()