Searched refs:ppBaseTypes (Results 1 – 7 of 7) sorted by relevance
479 typelib_TypeDescriptionReference ** ppBaseTypes ) in typelib_static_mi_interface_type_init() argument497 pIface->ppBaseTypes = new typelib_InterfaceTypeDescription *[ in typelib_static_mi_interface_type_init()502 pIface->ppBaseTypes[i] = 0; in typelib_static_mi_interface_type_init()504 (typelib_TypeDescription **)&pIface->ppBaseTypes[i], ppBaseTypes[i] ); in typelib_static_mi_interface_type_init()505 OSL_ASSERT( pIface->ppBaseTypes[i] ); in typelib_static_mi_interface_type_init()510 pIface->ppBaseTypes[0] = 0; in typelib_static_mi_interface_type_init()512 (typelib_TypeDescription **)&pIface->ppBaseTypes[0], in typelib_static_mi_interface_type_init()514 OSL_ASSERT( pIface->ppBaseTypes[0] ); in typelib_static_mi_interface_type_init()516 pIface->pBaseTypeDescription = pIface->ppBaseTypes[0]; in typelib_static_mi_interface_type_init()
698 pTmp->ppBaseTypes = 0; in typelib_typedescription_newEmpty()1104 desc->ppBaseTypes[i]); in calculate()1146 pITD->ppBaseTypes[i] = 0; in typelib_typedescription_newMIInterface()1149 &pITD->ppBaseTypes[i]), in typelib_typedescription_newMIInterface()1151 if (pITD->ppBaseTypes[i] == 0 in typelib_typedescription_newMIInterface()1154 &pITD->ppBaseTypes[i]), in typelib_typedescription_newMIInterface()1160 OSL_ASSERT(pITD->ppBaseTypes[i] != 0); in typelib_typedescription_newMIInterface()1163 pITD->pBaseTypeDescription = pITD->ppBaseTypes[0]; in typelib_typedescription_newMIInterface()1188 = pITD->ppBaseTypes[i->directBaseIndex]; in typelib_typedescription_newMIInterface()1514 pITD->ppBaseTypes[i])); in typelib_typedescription_destructExtendedMembers()[all …]
49 n += getVtableCount(type->ppBaseTypes[i]); in getVtableCount()94 slot.offset += getVtableCount(member->pInterface->ppBaseTypes[i]); in doGetVtableSlot()
184 offset = calculate(type->ppBaseTypes[i], offset); in calculate()376 createVtables(blocks, baseOffset, type->ppBaseTypes[i], i != 0); in createVtables()
482 struct _typelib_InterfaceTypeDescription ** ppBaseTypes; member1080 typelib_TypeDescriptionReference ** ppBaseTypes )
153 typelib_InterfaceTypeDescription const * base = type->ppBaseTypes[i]; in recursivelyFindType()
814 &pType->ppBaseTypes[i]->aBase); in getSuperclasses()
Completed in 55 milliseconds