Lines Matching refs:pInterface

716             pTmp->pInterface = 0;  in typelib_typedescription_newEmpty()
732 pTmp->pInterface = 0; in typelib_typedescription_newEmpty()
1279 typelib_InterfaceTypeDescription * pInterface = 0; in typelib_typedescription_newInterfaceMethod() local
1281 reinterpret_cast< typelib_TypeDescription ** >(&pInterface), in typelib_typedescription_newInterfaceMethod()
1283 if (pInterface == 0 in typelib_typedescription_newInterfaceMethod()
1284 || pInterface->aBase.eTypeClass != typelib_TypeClass_INTERFACE in typelib_typedescription_newInterfaceMethod()
1286 reinterpret_cast< typelib_TypeDescription ** >(&pInterface), false)) in typelib_typedescription_newInterfaceMethod()
1322 (*ppRet)->pInterface = pInterface; in typelib_typedescription_newInterfaceMethod()
1325 (nAbsolutePosition >= pInterface->nAllMembers - pInterface->nMembers) in typelib_typedescription_newInterfaceMethod()
1326 && nAbsolutePosition < pInterface->nAllMembers); in typelib_typedescription_newInterfaceMethod()
1328 - (pInterface->nAllMembers - pInterface->nMembers); in typelib_typedescription_newInterfaceMethod()
1372 typelib_InterfaceTypeDescription * pInterface = 0; in typelib_typedescription_newExtendedInterfaceAttribute() local
1374 reinterpret_cast< typelib_TypeDescription ** >(&pInterface), in typelib_typedescription_newExtendedInterfaceAttribute()
1376 if (pInterface == 0 in typelib_typedescription_newExtendedInterfaceAttribute()
1377 || pInterface->aBase.eTypeClass != typelib_TypeClass_INTERFACE in typelib_typedescription_newExtendedInterfaceAttribute()
1379 reinterpret_cast< typelib_TypeDescription ** >(&pInterface), false)) in typelib_typedescription_newExtendedInterfaceAttribute()
1395 (*ppRet)->pInterface = pInterface; in typelib_typedescription_newExtendedInterfaceAttribute()
1398 (nAbsolutePosition >= pInterface->nAllMembers - pInterface->nMembers) in typelib_typedescription_newExtendedInterfaceAttribute()
1399 && nAbsolutePosition < pInterface->nAllMembers); in typelib_typedescription_newExtendedInterfaceAttribute()
1401 - (pInterface->nAllMembers - pInterface->nMembers); in typelib_typedescription_newExtendedInterfaceAttribute()
1532 typelib_typedescription_release(&pIMTD->pInterface->aBase); in typelib_typedescription_destructExtendedMembers()
1547 typelib_typedescription_release(&pIATD->pInterface->aBase); in typelib_typedescription_destructExtendedMembers()
2010 newMethod->pInterface in createDerivedInterfaceMemberDescription()
2036 newAttribute->pInterface in createDerivedInterfaceMemberDescription()
2182 typelib_TypeDescription * pInterface = 0; in typelib_typedescription_getByName() local
2190 &pInterface, name.copy(i4 + 1).pData); in typelib_typedescription_getByName()
2192 ppRet, name, pBaseRef, pBase, pInterface, in typelib_typedescription_getByName()
2196 if (pInterface != 0) { in typelib_typedescription_getByName()
2197 typelib_typedescription_release(pInterface); in typelib_typedescription_getByName()