/external/lzma/CPP/7zip/ |
D | ICoder.h | 297 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/ |
D | MyWindows.h | 105 #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;
|
D | MyCom.h | 203 STDMETHOD_(ULONG, AddRef)() throw() { return ++__m_RefCount; } \ 204 STDMETHOD_(ULONG, Release)() { if (--__m_RefCount != 0) \
|
/external/webrtc/modules/video_capture/windows/ |
D | help_functions_ds.h | 95 STDMETHOD_(ULONG, AddRef)() override { in STDMETHOD_() function 100 STDMETHOD_(ULONG, Release)() override { in STDMETHOD_() function
|
/external/googletest/googlemock/test/ |
D | gmock-function-mocker_test.cc | 122 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/ |
D | CoreWindowNativeWindow_unittest.cpp | 76 STDMETHOD_(ULONG, AddRef)() { return 1; } 77 STDMETHOD_(ULONG, Release)() { return 1; }
|
D | SwapChainPanelNativeWindow_unittest.cpp | 89 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/ |
D | LoadCodecs.h | 330 STDMETHOD_(UInt32, GetNumHashers)();
|
/external/lzma/CPP/7zip/Compress/ |
D | CodecExports.cpp | 316 STDMETHOD_(UInt32, GetNumHashers)();
|
/external/webrtc/modules/audio_device/win/ |
D | audio_device_core_win.cc | 134 STDMETHOD_(ULONG, AddRef()) { return InterlockedIncrement(&_refCount); } in STDMETHOD_() function in webrtc::__anonc659b56d0111::MediaBufferImpl 148 STDMETHOD_(ULONG, Release()) { in STDMETHOD_() function in webrtc::__anonc659b56d0111::MediaBufferImpl
|