Home
last modified time | relevance | path

Searched refs:itLower (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/autodoc/source/ary/cpp/
H A Dc_namesp.cxx197 itLower = aLocalOperations.lower_bound(i_sName); in Search_LocalOperations() local
198 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 12 milliseconds