Searched refs:IT_S (Results 1 – 1 of 1) sorted by relevance
976 typedef HashSet_Ref::iterator IT_S; in onUnloadingNotify() typedef977 IT_S it_end5= m_ImplementationMap.end(); in onUnloadingNotify()978 list<IT_S> listDeleteImplementationMap; in onUnloadingNotify()979 typedef list<IT_S>::const_iterator CIT_DS; in onUnloadingNotify()980 for( IT_S it_i5= m_ImplementationMap.begin(); it_i5 != it_end5; it_i5++) in onUnloadingNotify()1000 IT_S it_end7= m_SetLoadedFactories.end(); in onUnloadingNotify()1003 for( IT_S it_i7= m_SetLoadedFactories.begin(); it_i7 != it_end7; it_i7++) in onUnloadingNotify()
Completed in 35 milliseconds