Home
last modified time | relevance | path

Searched refs:STDMETHOD_ (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/include/Direct3D/
Dd3d8.h169 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 …]
/external/lzma/CPP/7zip/
DICoder.h269 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;
/external/google-breakpad/src/testing/test/
Dgmock-generated-function-mockers_test.cc107 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, // NOLINT
111 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;
/external/v8/testing/gmock/test/
Dgmock-generated-function-mockers_test.cc107 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, // NOLINT
111 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;
/external/googletest/googlemock/test/
Dgmock-generated-function-mockers_test.cc106 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;
/external/lzma/CPP/Common/
DMyWindows.h90 #define STDMETHOD_(t, f) virtual t STDMETHODCALLTYPE f macro
91 #define STDMETHOD(f) STDMETHOD_(HRESULT, f)
106 STDMETHOD_(ULONG, AddRef)() PURE;
107 STDMETHOD_(ULONG, Release)() PURE;
DMyCom.h188 STDMETHOD_(ULONG, AddRef)() throw() { return ++__m_RefCount; } \
189 STDMETHOD_(ULONG, Release)() { if (--__m_RefCount != 0) \
/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.h330 STDMETHOD_(UInt32, GetNumHashers)();
/external/lzma/CPP/7zip/Compress/
DCodecExports.cpp316 STDMETHOD_(UInt32, GetNumHashers)();
/external/webrtc/webrtc/modules/audio_device/win/
Daudio_device_core_win.cc128 STDMETHOD_(ULONG, AddRef()) in STDMETHOD_() function in webrtc::__anonf48e14bc0111::MediaBufferImpl
149 STDMETHOD_(ULONG, Release()) in STDMETHOD_() function in webrtc::__anonf48e14bc0111::MediaBufferImpl