Home
last modified time | relevance | path

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

/aoo41x/main/connectivity/source/commontools/
H A DFValue.cxx150 AllocationState::iterator aLookFor = s_aAllocated.begin(); in getLocation() local
152 aLookFor != s_aAllocated.end(); in getLocation()
153 ++aLookFor in getLocation()
156 if ( 0 == rtl_str_compare( aLookFor->pName, _pName ) ) in getLocation()
158 return aLookFor; in getLocation()
162 aLookFor = s_aAllocated.end(); --aLookFor; in getLocation()
163 aLookFor->pName = _pName; // note that this assumes that _pName is a constant string .... in getLocation()
164 return aLookFor; in getLocation()

Completed in 20 milliseconds