HomeSort by relevance Sort by last modified time
    Searched defs:GetIID (Results 1 - 4 of 4) sorted by null

  /external/clang/test/CodeGenCXX/
template-static-var-defer.cpp 7 static const int& GetIID() {return COMTypeInfo<int>::kIID;}
2007-01-06-PtrMethodInit.cpp 21 static const nsIID & GetIID ()
32 public:static const nsIID & GetIID ()
41 public:static const nsIID & GetIID ()
74 &nsCOMTypeInfo < nsIDOMMouseListener >::GetIID ()}
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
comip.h 38 static const IID& GetIID() throw() { return *_IID; }
45 static const IID& GetIID() throw() { return ThisIIID::GetIID(); }
206 if(SUCCEEDED(hr)) hr = pIUnknown->QueryInterface(GetIID(),reinterpret_cast<void**>(&m_pInterface));
209 } else hr = CoCreateInstance(rclsid,pOuter,dwClsContext,GetIID(),reinterpret_cast<void**>(&m_pInterface));
243 hr = pIUnknown->QueryInterface(GetIID(),reinterpret_cast<void**>(&m_pInterface));
289 hr = p->QueryInterface(GetIID(),reinterpret_cast<void**>(&pInterface));
callobj.h 253 virtual HRESULT WINAPI GetIID(IID *piid,WINBOOL *pfDerivesFromIDispatch,ULONG *pcMethod,LPWSTR *pwszInterface) = 0;
264 HRESULT (WINAPI *GetIID)(ICallIndirect *This,IID *piid,WINBOOL *pfDerivesFromIDispatch,ULONG *pcMethod,LPWSTR *pwszInterface);
277 #define ICallIndirect_GetIID(This,piid,pfDerivesFromIDispatch,pcMethod,pwszInterface) (This)->lpVtbl->GetIID(This,piid,pfDerivesFromIDispatch,pcMethod,pwszInterface)
308 HRESULT (WINAPI *GetIID)(ICallInterceptor *This,IID *piid,WINBOOL *pfDerivesFromIDispatch,ULONG *pcMethod,LPWSTR *pwszInterface);
323 #define ICallInterceptor_GetIID(This,piid,pfDerivesFromIDispatch,pcMethod,pwszInterface) (This)->lpVtbl->GetIID(This,piid,pfDerivesFromIDispatch,pcMethod,pwszInterface)
439 virtual HRESULT WINAPI GetIID(IID *piid) = 0;
448 HRESULT (WINAPI *GetIID)(IInterfaceRelated *This,IID *piid);
459 #define IInterfaceRelated_GetIID(This,piid) (This)->lpVtbl->GetIID(This,piid)

Completed in 4350 milliseconds