Searched refs:posB (Results 1 – 1 of 1) sorted by relevance
2116 typename MapB::const_iterator posB; variable2125 if (Traits::stopLess(posA.stop(), posB.start())) { in advance()2127 posA.advanceTo(posB.start()); in advance()2128 if (!posA.valid() || !Traits::stopLess(posB.stop(), posA.start())) in advance()2130 } else if (Traits::stopLess(posB.stop(), posA.start())) { in advance()2132 posB.advanceTo(posA.start()); in advance()2133 if (!posB.valid() || !Traits::stopLess(posA.stop(), posB.start())) in advance()2142 posA.advanceTo(posB.start()); in advance()2143 if (!posA.valid() || !Traits::stopLess(posB.stop(), posA.start())) in advance()2146 posB.advanceTo(posA.start()); in advance()[all …]