Home
last modified time | relevance | path

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

/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/lzma/CPP/Common/
DMyWindows.h83 #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;
DMyCom.h174 STDMETHOD_(ULONG, AddRef)() { return ++__m_RefCount; } \
175 STDMETHOD_(ULONG, Release)() { if (--__m_RefCount != 0) \
/external/lzma/CPP/7zip/Compress/
DByteSwap.cpp18 STDMETHOD_(UInt32, Filter)(Byte *data, UInt32 size);
28 STDMETHOD_(UInt32, Filter)(Byte *data, UInt32 size);
DDeltaFilter.cpp29 STDMETHOD_(UInt32, Filter)(Byte *data, UInt32 size);
43 STDMETHOD_(UInt32, Filter)(Byte *data, UInt32 size);
DBranchCoder.h21 STDMETHOD_(UInt32, Filter)(Byte *data, UInt32 size);
/external/lzma/CPP/7zip/
DICoder.h119 STDMETHOD_(UInt32, Filter)(Byte *data, UInt32 size) PURE;