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()
696 pTmp->ppBaseTypes = 0; in typelib_typedescription_newEmpty()1102 desc->ppBaseTypes[i]); in calculate()1144 pITD->ppBaseTypes[i] = 0; in typelib_typedescription_newMIInterface()1147 &pITD->ppBaseTypes[i]), in typelib_typedescription_newMIInterface()1149 if (pITD->ppBaseTypes[i] == 0 in typelib_typedescription_newMIInterface()1152 &pITD->ppBaseTypes[i]), in typelib_typedescription_newMIInterface()1158 OSL_ASSERT(pITD->ppBaseTypes[i] != 0); in typelib_typedescription_newMIInterface()1186 = pITD->ppBaseTypes[i->directBaseIndex]; in typelib_typedescription_newMIInterface()1512 pITD->ppBaseTypes[i])); in typelib_typedescription_destructExtendedMembers()1514 delete[] pITD->ppBaseTypes; 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 47 milliseconds