Home
last modified time | relevance | path

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

/trunk/main/stoc/source/servicemanager/
H A Dservicemanager.cxx643 HashSet_Ref m_ImplementationMap; member in stoc_smgr::OServiceManager
977 IT_S it_end5= m_ImplementationMap.end(); in onUnloadingNotify()
980 for( IT_S it_i5= m_ImplementationMap.begin(); it_i5 != it_end5; it_i5++) in onUnloadingNotify()
997 m_ImplementationMap.erase( *it_i6); in onUnloadingNotify()
1029 aImpls = m_ImplementationMap; in disposing()
1057 aImplMap = m_ImplementationMap; in disposing()
1058 m_ImplementationMap = HashSet_Ref(); in disposing()
1470 return new ImplementationEnumeration_Impl( m_ImplementationMap ); in createEnumeration()
1487 return !m_ImplementationMap.empty(); in hasElements()
1499 return m_ImplementationMap.find( xEle ) != in has()
[all …]