Searched refs:itLower (Results 1 – 1 of 1) sorted by relevance
197 itLower = aLocalOperations.lower_bound(i_sName); in Search_LocalOperations() local198 if (itLower == aLocalOperations.end()) in Search_LocalOperations()200 if ( (*itLower).first != i_sName ) in Search_LocalOperations()205 for ( operations_citer it = itLower; in Search_LocalOperations()206 it != aLocalOperations.end() ? (*itLower).first == i_sName : false; in Search_LocalOperations()
Completed in 16 milliseconds