Searched defs:piid (Results 1 - 10 of 10) sorted by relevance
/vbox/src/libs/xpcom18a4/python/src/ |
H A D | PyIInterfaceInfo.cpp | 310 nsIID *piid; local 311 nsresult n = pii->GetIIDForParam(mi, ¶m_info, &piid); 312 if (NS_FAILED(n) || piid==nsnull) 314 PyObject *rc = Py_nsIID::PyObjectFromIID(*piid); 315 nsMemory::Free((void*)piid);
|
H A D | PyGBase.cpp | 249 // Note that piid will usually be NULL - this is because the runtime 259 const nsIID *piid, 272 NS_WARN_IF_FALSE( ((piid != NULL) ^ (d != NULL)) == 1, "No information on the interface available - Python's gunna have a hard time doing much with it!"); 282 if (piid) { 283 iid_check = *piid; 293 if (piid==NULL) { 297 obIID = Py_nsIID::PyObjectFromIID(*piid); 258 MakeInterfaceParam(nsISupports *pis, const nsIID *piid, int methodIndex , const XPTParamDescriptor *d , int paramIndex ) argument
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | rpcproxy.h | 77 const IID *piid; member in struct:tagCInterfaceProxyHeader 105 const IID *piid; member in struct:tagCInterfaceStubHeader 230 #define IID_GENERIC_CHECK_IID(name,pIID,index) memcmp(pIID, name##_ProxyVtblList[index]->header.piid, sizeof(IID)) 279 aProxyFileList[0]->pStubVtblList[0]->header.piid : NULL)
|
H A D | atlbase.h | 216 const IID* piid; member in struct:_ATL_INTMAP_ENTRY_TAG
|
H A D | shlwapi.h | 1123 const IID *piid; member in struct:__anon13817
|
H A D | commctrl.h | 167 const IID *piid; member in struct:tagNMOBJECTNOTIFY 169 const void *piid; member in struct:tagNMOBJECTNOTIFY
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | rpcproxy.h | 77 const IID *piid; member in struct:tagCInterfaceProxyHeader 105 const IID *piid; member in struct:tagCInterfaceStubHeader 227 #define IID_GENERIC_CHECK_IID(name,pIID,index) memcmp(pIID, name##_ProxyVtblList[index]->header.piid, sizeof(IID)) 276 aProxyFileList[0]->pStubVtblList[0]->header.piid : NULL)
|
H A D | shlwapi.h | 1100 const IID *piid; member in struct:__anon1180
|
H A D | commctrl.h | 180 const IID *piid; member in struct:tagNMOBJECTNOTIFY 182 const void *piid; member in struct:tagNMOBJECTNOTIFY
|
/vbox/src/libs/xpcom18a4/xpcom/ds/ |
H A D | nsVariant.cpp | 1187 const nsIID* piid; local 1192 piid = &NS_GET_IID(nsISupports); 1195 piid = &data.u.iface.mInterfaceID; 1201 *iid = (nsIID*) nsMemory::Clone(piid, sizeof(nsIID)); 1206 return data.u.iface.mInterfaceValue->QueryInterface(*piid, iface);
|
Completed in 249 milliseconds