Searched refs:STDMETHOD_ (Results 1 – 10 of 10) sorted by relevance
169 STDMETHOD_(ULONG,AddRef)(THIS) PURE; in DECLARE_INTERFACE_()170 STDMETHOD_(ULONG,Release)(THIS) PURE; in DECLARE_INTERFACE_()174 STDMETHOD_(UINT, GetAdapterCount)(THIS) PURE; in DECLARE_INTERFACE_()176 STDMETHOD_(UINT, GetAdapterModeCount)(THIS_ UINT Adapter) PURE; in DECLARE_INTERFACE_()184 STDMETHOD_(HMONITOR, GetAdapterMonitor)(THIS_ UINT Adapter) PURE; in DECLARE_INTERFACE_()251 STDMETHOD_(ULONG,AddRef)(THIS) PURE; in DECLARE_INTERFACE_()252 STDMETHOD_(ULONG,Release)(THIS) PURE; in DECLARE_INTERFACE_()256 STDMETHOD_(UINT, GetAvailableTextureMem)(THIS) PURE; in DECLARE_INTERFACE_()263 STDMETHOD_(void, SetCursorPosition)(THIS_ int X,int Y,DWORD Flags) PURE; in DECLARE_INTERFACE_()264 STDMETHOD_(BOOL, ShowCursor)(THIS_ BOOL bShow) PURE; in DECLARE_INTERFACE_()[all …]
269 STDMETHOD_(UInt32, Filter)(Byte *data, UInt32 size) x; \342 STDMETHOD_(void, Init)() throw() x; \343 STDMETHOD_(void, Update)(const void *data, UInt32 size) throw() x; \344 STDMETHOD_(void, Final)(Byte *digest) throw() x; \345 STDMETHOD_(UInt32, GetDigestSize)() throw() x; \354 STDMETHOD_(UInt32, GetNumHashers)() PURE;
107 STDMETHOD_(int, CTNullary)() = 0;108 STDMETHOD_(bool, CTUnary)(int x) = 0;109 STDMETHOD_(int, CTDecimal)(bool b, char c, short d, int e, long f, // NOLINT111 STDMETHOD_(char, CTConst)(int x) const = 0;401 STDMETHOD_(void, Push)(const T& value) = 0;402 STDMETHOD_(void, Pop)() = 0;403 STDMETHOD_(int, GetSize)() const = 0;405 STDMETHOD_(const T&, GetTop)() const = 0;
90 #define STDMETHOD_(t, f) virtual t STDMETHODCALLTYPE f macro91 #define STDMETHOD(f) STDMETHOD_(HRESULT, f)106 STDMETHOD_(ULONG, AddRef)() PURE;107 STDMETHOD_(ULONG, Release)() PURE;
188 STDMETHOD_(ULONG, AddRef)() throw() { return ++__m_RefCount; } \189 STDMETHOD_(ULONG, Release)() { if (--__m_RefCount != 0) \
106 STDMETHOD_(int, CTNullary)() = 0;107 STDMETHOD_(bool, CTUnary)(int x) = 0;108 STDMETHOD_(int, CTDecimal)111 STDMETHOD_(char, CTConst)(int x) const = 0;462 STDMETHOD_(void, Push)(const T& value) = 0;463 STDMETHOD_(void, Pop)() = 0;464 STDMETHOD_(int, GetSize)() const = 0;466 STDMETHOD_(const T&, GetTop)() const = 0;
107 STDMETHOD_(int, CTNullary)() = 0;108 STDMETHOD_(bool, CTUnary)(int x) = 0;109 STDMETHOD_(int, CTDecimal)(bool b, char c, short d, int e, long f, // NOLINT111 STDMETHOD_(char, CTConst)(int x) const = 0;460 STDMETHOD_(void, Push)(const T& value) = 0;461 STDMETHOD_(void, Pop)() = 0;462 STDMETHOD_(int, GetSize)() const = 0;464 STDMETHOD_(const T&, GetTop)() const = 0;
330 STDMETHOD_(UInt32, GetNumHashers)();
316 STDMETHOD_(UInt32, GetNumHashers)();
128 STDMETHOD_(ULONG, AddRef()) in STDMETHOD_() function in webrtc::__anonfd6e4d790111::MediaBufferImpl149 STDMETHOD_(ULONG, Release()) in STDMETHOD_() function in webrtc::__anonfd6e4d790111::MediaBufferImpl