Searched refs:posB (Results 1 – 1 of 1) sorted by relevance
2115 typename MapB::const_iterator posB; variable2124 if (Traits::stopLess(posA.stop(), posB.start())) { in advance()2126 posA.advanceTo(posB.start()); in advance()2127 if (!posA.valid() || !Traits::stopLess(posB.stop(), posA.start())) in advance()2129 } else if (Traits::stopLess(posB.stop(), posA.start())) { in advance()2131 posB.advanceTo(posA.start()); in advance()2132 if (!posB.valid() || !Traits::stopLess(posA.stop(), posB.start())) in advance()2140 posA.advanceTo(posB.start()); in advance()2141 if (!posA.valid() || !Traits::stopLess(posB.stop(), posA.start())) in advance()2144 posB.advanceTo(posA.start()); in advance()[all …]