Searched refs:aPtr2ObjectMap (Results 1 – 1 of 1) sorted by relevance
163 Ptr2ObjectMap aPtr2ObjectMap; member196 pEnv->aPtr2ObjectMap.insert( Ptr2ObjectMap::value_type( in append()371 that->aPtr2ObjectMap.find( pInterface ) ); in s_stub_defenv_revokeInterface()372 OSL_ASSERT( iFind != that->aPtr2ObjectMap.end() ); in s_stub_defenv_revokeInterface()436 that->aPtr2ObjectMap.erase( pInterface ); in s_stub_defenv_revokeInterface()471 that->aPtr2ObjectMap.find( pInterface ) ); in defenv_getObjectIdentifier()472 if (iFind == that->aPtr2ObjectMap.end()) in defenv_getObjectIdentifier()525 sal_Int32 nLen = that->aPtr2ObjectMap.size(); in defenv_getRegisteredInterfaces()529 Ptr2ObjectMap::const_iterator iPos( that->aPtr2ObjectMap.begin() ); in defenv_getRegisteredInterfaces()530 Ptr2ObjectMap::const_iterator const iEnd( that->aPtr2ObjectMap.end() ); in defenv_getRegisteredInterfaces()[all …]
Completed in 25 milliseconds