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