Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/
DICoder.h297 STDMETHOD_(UInt32, Filter)(Byte *data, UInt32 size) x; \
370 STDMETHOD_(void, Init)() throw() x; \
371 STDMETHOD_(void, Update)(const void *data, UInt32 size) throw() x; \
372 STDMETHOD_(void, Final)(Byte *digest) throw() x; \
373 STDMETHOD_(UInt32, GetDigestSize)() throw() x; \
382 STDMETHOD_(UInt32, GetNumHashers)() PURE;
/external/lzma/CPP/Common/
DMyWindows.h105 #define STDMETHOD_(t, f) virtual t STDMETHODCALLTYPE f macro
106 #define STDMETHOD(f) STDMETHOD_(HRESULT, f)
121 STDMETHOD_(ULONG, AddRef)() PURE;
122 STDMETHOD_(ULONG, Release)() PURE;
DMyCom.h203 STDMETHOD_(ULONG, AddRef)() throw() { return ++__m_RefCount; } \
204 STDMETHOD_(ULONG, Release)() { if (--__m_RefCount != 0) \
/external/webrtc/modules/video_capture/windows/
Dhelp_functions_ds.h95 STDMETHOD_(ULONG, AddRef)() override { in STDMETHOD_() function
100 STDMETHOD_(ULONG, Release)() override { in STDMETHOD_() function
/external/googletest/googlemock/test/
Dgmock-function-mocker_test.cc122 STDMETHOD_(int, CTNullary)() = 0;
123 STDMETHOD_(bool, CTUnary)(int x) = 0;
124 STDMETHOD_(int, CTDecimal)
127 STDMETHOD_(char, CTConst)(int x) const = 0;
633 STDMETHOD_(void, Push)(const T& value) = 0;
634 STDMETHOD_(void, Pop)() = 0;
635 STDMETHOD_(int, GetSize)() const = 0;
637 STDMETHOD_(const T&, GetTop)() const = 0;
/external/angle/src/libANGLE/renderer/d3d/d3d11/winrt/
DCoreWindowNativeWindow_unittest.cpp76 STDMETHOD_(ULONG, AddRef)() { return 1; }
77 STDMETHOD_(ULONG, Release)() { return 1; }
DSwapChainPanelNativeWindow_unittest.cpp89 STDMETHOD_(ULONG, AddRef)() { return 1; } in STDMETHOD_() function in __anond7f5da4e0111::MockSwapChainPanel
90 STDMETHOD_(ULONG, Release)() { return 1; } in STDMETHOD_() function in __anond7f5da4e0111::MockSwapChainPanel
/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.h330 STDMETHOD_(UInt32, GetNumHashers)();
/external/lzma/CPP/7zip/Compress/
DCodecExports.cpp316 STDMETHOD_(UInt32, GetNumHashers)();
/external/webrtc/modules/audio_device/win/
Daudio_device_core_win.cc134 STDMETHOD_(ULONG, AddRef()) { return InterlockedIncrement(&_refCount); } in STDMETHOD_() function in webrtc::__anonc659b56d0111::MediaBufferImpl
148 STDMETHOD_(ULONG, Release()) { in STDMETHOD_() function in webrtc::__anonc659b56d0111::MediaBufferImpl