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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
basetyps.h 42 #define STDMETHOD_(type,method) virtual type WINAPI method
60 #define STDMETHOD_(type,method) type (WINAPI *method)
84 #define IFACEMETHOD_(type,method) STDMETHOD_(type,method)
objbase.h 31 #define STDMETHOD_(type,method) virtual type WINAPI method
53 #define STDMETHOD_(type,method) type (WINAPI *method)
80 #define IFACEMETHOD_(type,method) STDMETHOD_(type,method)
  /external/lzma/CPP/Common/
MyWindows.h 90 #define STDMETHOD_(t, f) virtual t STDMETHODCALLTYPE f
91 #define STDMETHOD(f) STDMETHOD_(HRESULT, f)
106 STDMETHOD_(ULONG, AddRef)() PURE;
107 STDMETHOD_(ULONG, Release)() PURE;
  /external/webrtc/webrtc/modules/audio_device/win/
audio_device_core_win.cc 128 STDMETHOD_(ULONG, AddRef())
149 STDMETHOD_(ULONG, Release())
    [all...]

Completed in 75 milliseconds