Searched refs:tempItr (Results 1 – 2 of 2) sorted by relevance
235 Iterator tempItr {*this}; in operator <() local236 if (tempItr == itr) { in operator <()239 while (!tempItr.IsDangled()) { in operator <()240 tempItr++; in operator <()241 if (tempItr == itr) { in operator <()436 HashList<Key, Val>::ReverseIterator tempItr {*this}; in operator <() local437 if (tempItr == itr) { in operator <()440 while (!tempItr.IsDangled()) { in operator <()441 tempItr++; in operator <()442 if (tempItr == itr) { in operator <()[all …]
234 Iterator tempItr {*this};235 if (tempItr == itr) {238 while (!tempItr.IsDangled()) {239 tempItr++;240 if (tempItr == itr) {435 HashList<Key, Val>::ReverseIterator tempItr {*this};436 if (tempItr == itr) {439 while (!tempItr.IsDangled()) {440 tempItr++;441 if (tempItr == itr) {[all …]