Searched refs:STDMETHOD_ (Results 1 – 7 of 7) sorted by relevance
/external/google-breakpad/src/testing/test/ |
D | gmock-generated-function-mockers_test.cc | 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, // 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/lzma/CPP/Common/ |
D | MyWindows.h | 83 #define STDMETHOD_(t, f) virtual t STDMETHODCALLTYPE f macro 84 #define STDMETHOD(f) STDMETHOD_(HRESULT, f) 99 STDMETHOD_(ULONG, AddRef)() PURE; 100 STDMETHOD_(ULONG, Release)() PURE;
|
D | MyCom.h | 174 STDMETHOD_(ULONG, AddRef)() { return ++__m_RefCount; } \ 175 STDMETHOD_(ULONG, Release)() { if (--__m_RefCount != 0) \
|
/external/lzma/CPP/7zip/Compress/ |
D | ByteSwap.cpp | 18 STDMETHOD_(UInt32, Filter)(Byte *data, UInt32 size); 28 STDMETHOD_(UInt32, Filter)(Byte *data, UInt32 size);
|
D | DeltaFilter.cpp | 29 STDMETHOD_(UInt32, Filter)(Byte *data, UInt32 size); 43 STDMETHOD_(UInt32, Filter)(Byte *data, UInt32 size);
|
D | BranchCoder.h | 21 STDMETHOD_(UInt32, Filter)(Byte *data, UInt32 size);
|
/external/lzma/CPP/7zip/ |
D | ICoder.h | 119 STDMETHOD_(UInt32, Filter)(Byte *data, UInt32 size) PURE;
|