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

  /external/clang/test/SemaCXX/Inputs/
override-system-header.h 5 #define STDMETHOD(method) virtual void method
6 #define IFACEMETHOD(method) STDMETHOD(method)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
basetyps.h 41 #define STDMETHOD(method) virtual HRESULT WINAPI method
59 #define STDMETHOD(method) HRESULT (WINAPI *method)
83 #define IFACEMETHOD(method) STDMETHOD(method)
objbase.h 30 #define STDMETHOD(method) virtual HRESULT WINAPI method
52 #define STDMETHOD(method) HRESULT (WINAPI *method)
79 #define IFACEMETHOD(method) STDMETHOD(method)
  /external/lzma/CPP/Common/
MyWindows.h 91 #define STDMETHOD(f) STDMETHOD_(HRESULT, f)
105 STDMETHOD(QueryInterface) (REFIID iid, void **outObject) PURE;

Completed in 94 milliseconds