Home
last modified time | relevance | path

Searched refs:pMapMemberIndexToFunctionIndex (Results 1 – 25 of 37) sorted by relevance

12

/trunk/main/bridges/source/cpp_uno/shared/
H A Dvtables.cxx75 return type->pMapMemberIndexToFunctionIndex[localMemberOffset + localMember] in mapLocalMemberToLocalFunction()
124 - type->pMapMemberIndexToFunctionIndex[ in getLocalFunctions()
/trunk/main/bridges/source/cpp_uno/gcc3_netbsd_intel/
H A Duno2cpp.cxx322 sal_Int32 nVtableCall = pTypeDescr->pMapMemberIndexToFunctionIndex[nMemberPos]; in cppu_unoInterfaceProxy_dispatch()
366 sal_Int32 nVtableCall = pTypeDescr->pMapMemberIndexToFunctionIndex[nMemberPos]; in cppu_unoInterfaceProxy_dispatch()
H A Dcpp2uno.cxx269 if (pTypeDescr->pMapMemberIndexToFunctionIndex[nMemberPos] == nVtableCall) in cpp_mediate()
/trunk/main/binaryurp/source/
H A Dwriter.cxx229 functionId = atd->pInterface->pMapMemberIndexToFunctionIndex[ in sendRequest()
246 functionId = mtd->pInterface->pMapMemberIndexToFunctionIndex[ in sendRequest()
/trunk/main/bridges/source/jni_uno/
H A Djni_uno2java.cxx213 iface_td->pMapMemberIndexToFunctionIndex[ base_members ]; in call_java()
218 iface_td->pMapMemberIndexToFunctionIndex[ member_pos ] in call_java()
/trunk/main/cppu/source/typelib/
H A Dtypelib.cxx426 pITD->pMapMemberIndexToFunctionIndex = new sal_Int32[ pITD->nAllMembers ]; in typelib_typedescription_initTables()
432 pITD->pMapMemberIndexToFunctionIndex[i] = i + nAdditionalOffset; in typelib_typedescription_initTables()
694 pTmp->pMapMemberIndexToFunctionIndex= 0; in typelib_typedescription_newEmpty()
1507 delete [] pITD->pMapMemberIndexToFunctionIndex; in typelib_typedescription_destructExtendedMembers()
/trunk/main/cli_ure/source/uno_bridge/
H A Dcli_proxy.cxx1003 iface_td->pMapMemberIndexToFunctionIndex[ member_pos ]; in cli_proxy_dispatch()
1056 iface_td->pMapMemberIndexToFunctionIndex[ member_pos ]; in cli_proxy_dispatch()
/trunk/main/bridges/source/cpp_uno/cc50_solaris_sparc/
H A Dcpp2uno.cxx277 if (pTypeDescr->pMapMemberIndexToFunctionIndex[nMemberPos] == nFunctionIndex) in cpp_mediate()
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_arm/
H A Dcpp2uno.cxx306 if (pTypeDescr->pMapMemberIndexToFunctionIndex[nMemberPos] == in cpp_mediate()
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_intel/
H A Dcpp2uno.cxx270 if (pTypeDescr->pMapMemberIndexToFunctionIndex[nMemberPos] == nFunctionIndex) in cpp_vtable_call()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_arm/
H A Dcpp2uno.cxx306 if (pTypeDescr->pMapMemberIndexToFunctionIndex[nMemberPos] == in cpp_mediate()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_intel/
H A Dcpp2uno.cxx270 if (pTypeDescr->pMapMemberIndexToFunctionIndex[nMemberPos] == nFunctionIndex) in cpp_vtable_call()
/trunk/main/bridges/source/cpp_uno/gcc3_os2_intel/
H A Dcpp2uno.cxx275 if (pTypeDescr->pMapMemberIndexToFunctionIndex[nMemberPos] == nFunctionIndex) in cpp_mediate()
/trunk/main/bridges/source/cpp_uno/gcc3_solaris_intel/
H A Dcpp2uno.cxx273 if (pTypeDescr->pMapMemberIndexToFunctionIndex[nMemberPos] == nFunctionIndex) in cpp_mediate()
/trunk/main/bridges/source/cpp_uno/msvc_win32_intel/
H A Dcpp2uno.cxx270 if (pTypeDescr->pMapMemberIndexToFunctionIndex[nMemberPos] == nFunctionIndex) in cpp_mediate()
/trunk/main/bridges/source/cpp_uno/cc50_solaris_intel/
H A Dcpp2uno.cxx262 if (pTypeDescr->pMapMemberIndexToFunctionIndex[nMemberPos] == nFunctionIndex) in cpp_vtable_call()
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/
H A Dcpp2uno.cxx309 if ( pTypeDescr->pMapMemberIndexToFunctionIndex[nMemberPos] == nFunctionIndex ) in cpp_vtable_call()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_m68k/
H A Dcpp2uno.cxx317 if (pTypeDescr->pMapMemberIndexToFunctionIndex[nMemberPos] == in cpp_mediate()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_sparc/
H A Dcpp2uno.cxx274 if (pTypeDescr->pMapMemberIndexToFunctionIndex[nMemberPos] == nFunctionIndex) in cpp_mediate()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_x86-64/
H A Dcpp2uno.cxx308 if ( pTypeDescr->pMapMemberIndexToFunctionIndex[nMemberPos] == nFunctionIndex ) in cpp_vtable_call()
/trunk/main/bridges/source/cpp_uno/gcc3_solaris_sparc/
H A Dcpp2uno.cxx273 if (pTypeDescr->pMapMemberIndexToFunctionIndex[nMemberPos] == nFunctionIndex) in cpp_mediate()
/trunk/main/bridges/source/cpp_uno/mingw_intel/
H A Dcpp2uno.cxx273 if (pTypeDescr->pMapMemberIndexToFunctionIndex[nMemberPos] == nFunctionIndex) in cpp_vtable_call()
/trunk/main/cppu/inc/typelib/
H A Dtypedescription.h466 sal_Int32 * pMapMemberIndexToFunctionIndex; member
/trunk/main/bridges/source/cpp_uno/s5abi_macosx_x86-64/
H A Dcpp2uno.cxx305 if ( pTypeDescr->pMapMemberIndexToFunctionIndex[nMemberPos] == nFunctionIndex ) in cpp_vtable_call()
/trunk/main/bridges/source/cpp_uno/msvc_win64_x86-64/
H A Dcpp2uno.cxx253 if ( pTypeDescr->pMapMemberIndexToFunctionIndex[nMemberPos] == nFunctionIndex ) in cpp_vtable_call()

Completed in 115 milliseconds

12