Lines Matching refs:find
96 inline InterfaceEntry * find(
98 inline sal_Int32 find( void * iface_ptr, ::std::size_t pos );
199 (find( pInterface, 0 ) >= 0 && in append()
206 inline InterfaceEntry * ObjectEntry::find( in find() function in __anon279591370111::ObjectEntry
239 inline sal_Int32 ObjectEntry::find( in find() function in __anon279591370111::ObjectEntry
280 InterfaceEntry * pIEntry = pOEntry->find( pTypeDescr ); in defenv_registerInterface()
334 InterfaceEntry * pIEntry = pOEntry->find( pTypeDescr ); in defenv_registerProxyInterface()
371 that->aPtr2ObjectMap.find( pInterface ) ); in s_stub_defenv_revokeInterface()
411 sal_Int32 index = pOEntry->find( pInterface, 1 ); in s_stub_defenv_revokeInterface()
429 if (pOEntry->find( pInterface, index ) < 0) in s_stub_defenv_revokeInterface()
471 that->aPtr2ObjectMap.find( pInterface ) ); in defenv_getObjectIdentifier()
503 ( that->aOId2ObjectMap.find( sOId ) ); in defenv_getRegisteredInterface()
506 InterfaceEntry const * pIEntry = iFind->second->find( pTypeDescr ); in defenv_getRegisteredInterface()
783 if (pOEntry->find( rIEntry.pInterface, nPos + 1 ) < 0) in uno_dumpEnvironment()
958 aName2EnvMap.find( aKey ) ); in getEnvironment()
978 aName2EnvMap.find( aKey ) ); in registerEnvironment()