Home
last modified time | relevance | path

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

/trunk/main/cppu/source/typelib/
H A Dtypelib.cxx199 WeakMap_Impl * pWeakMap; member
276 if( pWeakMap ) in ~TypeDescriptor_Init_Impl()
278 sal_Int32 nSize = pWeakMap->size(); in ~TypeDescriptor_Init_Impl()
281 WeakMap_Impl::const_iterator aIt = pWeakMap->begin(); in ~TypeDescriptor_Init_Impl()
283 while( aIt != pWeakMap->end() ) in ~TypeDescriptor_Init_Impl()
306 aIt = pWeakMap->begin(); in ~TypeDescriptor_Init_Impl()
307 while( aIt != pWeakMap->end() ) in ~TypeDescriptor_Init_Impl()
324 delete pWeakMap; in ~TypeDescriptor_Init_Impl()
325 pWeakMap = 0; in ~TypeDescriptor_Init_Impl()
1592 if( rInit.pWeakMap ) in typelib_typedescription_release()
[all …]