Searched refs:it_other (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/unittests/tests/
H A DRangeMapTest.cpp249 TestRangeMap::iterator it_other = map.end(); local
253 it_other = ++it;
256 ASSERT_EQUALS(it_other, it++);
259 it_other = --it;
262 ASSERT_EQUALS(it_other, it--);

Completed in 99 milliseconds