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