Home
last modified time | relevance | path

Searched refs:MatchResultListener (Results 1 – 25 of 28) sorted by relevance

12

/external/google-breakpad/src/testing/include/gmock/
Dgmock-matchers.h74 class MatchResultListener {
78 explicit MatchResultListener(::std::ostream* os) : stream_(os) {} in MatchResultListener() function
79 virtual ~MatchResultListener() = 0; // Makes this class abstract.
84 MatchResultListener& operator<<(const T& x) {
102 GTEST_DISALLOW_COPY_AND_ASSIGN_(MatchResultListener);
105 inline MatchResultListener::~MatchResultListener() { in ~MatchResultListener()
128 virtual bool MatchAndExplain(T x, MatchResultListener* listener) const = 0;
153 class DummyMatchResultListener : public MatchResultListener {
155 DummyMatchResultListener() : MatchResultListener(NULL) {} in DummyMatchResultListener()
164 class StreamMatchResultListener : public MatchResultListener {
[all …]
Dgmock-generated-matchers.h234 MatchResultListener* listener) const { in MatchAndExplain()
1421 arg_type arg, ::testing::MatchResultListener* result_listener) const;\
1456 ::testing::MatchResultListener* result_listener GTEST_ATTRIBUTE_UNUSED_)\
1469 arg_type arg, ::testing::MatchResultListener* result_listener) const;\
1508 ::testing::MatchResultListener* result_listener GTEST_ATTRIBUTE_UNUSED_)\
1521 arg_type arg, ::testing::MatchResultListener* result_listener) const;\
1565 ::testing::MatchResultListener* result_listener GTEST_ATTRIBUTE_UNUSED_)\
1578 arg_type arg, ::testing::MatchResultListener* result_listener) const;\
1625 ::testing::MatchResultListener* result_listener GTEST_ATTRIBUTE_UNUSED_)\
1640 arg_type arg, ::testing::MatchResultListener* result_listener) const;\
[all …]
Dgmock-generated-matchers.h.pump119 MatchResultListener* listener) const {
583 // MatchResultListener:
665 arg_type arg, ::testing::MatchResultListener* result_listener) const;\
700 ::testing::MatchResultListener* result_listener GTEST_ATTRIBUTE_UNUSED_)\
/external/v8/testing/gmock/include/gmock/
Dgmock-matchers.h80 class MatchResultListener {
85 explicit MatchResultListener(::std::ostream* os) : stream_(os) {} in MatchResultListener() function
86 virtual ~MatchResultListener() = 0; // Makes this class abstract.
91 MatchResultListener& operator<<(const T& x) {
109 GTEST_DISALLOW_COPY_AND_ASSIGN_(MatchResultListener);
112 inline MatchResultListener::~MatchResultListener() { in ~MatchResultListener()
176 virtual bool MatchAndExplain(T x, MatchResultListener* listener) const = 0;
184 class StringMatchResultListener : public MatchResultListener {
186 StringMatchResultListener() : MatchResultListener(&ss_) {} in StringMatchResultListener()
228 class DummyMatchResultListener : public MatchResultListener {
[all …]
Dgmock-generated-matchers.h224 MatchResultListener* listener) const { in MatchAndExplain()
1390 arg_type arg, ::testing::MatchResultListener* result_listener) const;\
1425 ::testing::MatchResultListener* result_listener GTEST_ATTRIBUTE_UNUSED_)\
1438 arg_type arg, ::testing::MatchResultListener* result_listener) const;\
1477 ::testing::MatchResultListener* result_listener GTEST_ATTRIBUTE_UNUSED_)\
1490 arg_type arg, ::testing::MatchResultListener* result_listener) const;\
1534 ::testing::MatchResultListener* result_listener GTEST_ATTRIBUTE_UNUSED_)\
1547 arg_type arg, ::testing::MatchResultListener* result_listener) const;\
1594 ::testing::MatchResultListener* result_listener GTEST_ATTRIBUTE_UNUSED_)\
1609 arg_type arg, ::testing::MatchResultListener* result_listener) const;\
[all …]
Dgmock-generated-matchers.h.pump118 MatchResultListener* listener) const {
550 // MatchResultListener:
632 arg_type arg, ::testing::MatchResultListener* result_listener) const;\
667 ::testing::MatchResultListener* result_listener GTEST_ATTRIBUTE_UNUSED_)\
/external/googletest/googlemock/include/gmock/
Dgmock-matchers.h80 class MatchResultListener {
85 explicit MatchResultListener(::std::ostream* os) : stream_(os) {} in MatchResultListener() function
86 virtual ~MatchResultListener() = 0; // Makes this class abstract.
91 MatchResultListener& operator<<(const T& x) {
109 GTEST_DISALLOW_COPY_AND_ASSIGN_(MatchResultListener);
112 inline MatchResultListener::~MatchResultListener() { in ~MatchResultListener()
176 virtual bool MatchAndExplain(T x, MatchResultListener* listener) const = 0;
184 class StringMatchResultListener : public MatchResultListener {
186 StringMatchResultListener() : MatchResultListener(&ss_) {} in StringMatchResultListener()
228 class DummyMatchResultListener : public MatchResultListener {
[all …]
Dgmock-generated-matchers.h224 MatchResultListener* listener) const { in MatchAndExplain()
1390 arg_type arg, ::testing::MatchResultListener* result_listener) const;\
1425 ::testing::MatchResultListener* result_listener GTEST_ATTRIBUTE_UNUSED_)\
1438 arg_type arg, ::testing::MatchResultListener* result_listener) const;\
1477 ::testing::MatchResultListener* result_listener GTEST_ATTRIBUTE_UNUSED_)\
1490 arg_type arg, ::testing::MatchResultListener* result_listener) const;\
1534 ::testing::MatchResultListener* result_listener GTEST_ATTRIBUTE_UNUSED_)\
1547 arg_type arg, ::testing::MatchResultListener* result_listener) const;\
1594 ::testing::MatchResultListener* result_listener GTEST_ATTRIBUTE_UNUSED_)\
1609 arg_type arg, ::testing::MatchResultListener* result_listener) const;\
[all …]
Dgmock-generated-matchers.h.pump118 MatchResultListener* listener) const {
550 // MatchResultListener:
632 arg_type arg, ::testing::MatchResultListener* result_listener) const;\
667 ::testing::MatchResultListener* result_listener GTEST_ATTRIBUTE_UNUSED_)\
/external/googletest/googlemock/docs/
DFrequentlyAskedQuestions.md50 using ::testing::MatchResultListener;
56 MatchResultListener* listener) const {
64 argument of type `MatchResultListener*`.)
92 `MatchAndExplain()`, using the `MatchResultListener` argument where
97 using ::testing::MatchResultListener;
103 MatchResultListener* listener) const {
131 add a `MatchResultListener*` argument (the same as what you need to do
136 using ::testing::MatchResultListener;
142 MatchResultListener* listener) const {
182 using ::testing::MatchResultListener;
[all …]
/external/googletest/googlemock/docs/v1_5/
DFrequentlyAskedQuestions.md46 using ::testing::MatchResultListener;
52 MatchResultListener* listener) const {
60 argument of type `MatchResultListener*`.)
88 `MatchAndExplain()`, using the `MatchResultListener` argument where
93 using ::testing::MatchResultListener;
99 MatchResultListener* listener) const {
127 add a `MatchResultListener*` argument (the same as what you need to do
132 using ::testing::MatchResultListener;
138 MatchResultListener* listener) const {
178 using ::testing::MatchResultListener;
[all …]
DCookBook.md1108 using ::testing::MatchResultListener;
1116 MatchResultListener* listener) const {
2595 class MatchResultListener {
2601 MatchResultListener& operator<<(const T& x);
2614 virtual bool MatchAndExplain(T x, MatchResultListener* listener) const = 0;
2638 using ::testing::MatchResultListener;
2642 virtual bool MatchAndExplain(int n, MatchResultListener* listener) const {
2670 MatchResultListener* listener) const {
2705 using ::testing::MatchResultListener;
2721 MatchResultListener* /* listener */) const {
/external/googletest/googlemock/docs/v1_6/
DFrequentlyAskedQuestions.md50 using ::testing::MatchResultListener;
56 MatchResultListener* listener) const {
64 argument of type `MatchResultListener*`.)
92 `MatchAndExplain()`, using the `MatchResultListener` argument where
97 using ::testing::MatchResultListener;
103 MatchResultListener* listener) const {
131 add a `MatchResultListener*` argument (the same as what you need to do
136 using ::testing::MatchResultListener;
142 MatchResultListener* listener) const {
182 using ::testing::MatchResultListener;
[all …]
DCookBook.md1113 using ::testing::MatchResultListener;
1121 MatchResultListener* listener) const {
2746 class MatchResultListener {
2752 MatchResultListener& operator<<(const T& x);
2765 virtual bool MatchAndExplain(T x, MatchResultListener* listener) const = 0;
2789 using ::testing::MatchResultListener;
2793 virtual bool MatchAndExplain(int n, MatchResultListener* listener) const {
2821 MatchResultListener* listener) const {
2856 using ::testing::MatchResultListener;
2872 MatchResultListener* /* listener */) const {
/external/googletest/googlemock/docs/v1_7/
DFrequentlyAskedQuestions.md50 using ::testing::MatchResultListener;
56 MatchResultListener* listener) const {
64 argument of type `MatchResultListener*`.)
92 `MatchAndExplain()`, using the `MatchResultListener` argument where
97 using ::testing::MatchResultListener;
103 MatchResultListener* listener) const {
131 add a `MatchResultListener*` argument (the same as what you need to do
136 using ::testing::MatchResultListener;
142 MatchResultListener* listener) const {
182 using ::testing::MatchResultListener;
[all …]
/external/v8/testing/
Dgmock-support.h48 virtual bool MatchAndExplain(T value, MatchResultListener* listener) const { in MatchAndExplain()
/external/fmtlib/test/gmock/
Dgmock.h4736 class MatchResultListener {
4741 explicit MatchResultListener(::std::ostream* os) : stream_(os) {}
4742 virtual ~MatchResultListener() = 0; // Makes this class abstract.
4747 MatchResultListener& operator<<(const T& x) {
4765 GTEST_DISALLOW_COPY_AND_ASSIGN_(MatchResultListener);
4768 inline MatchResultListener::~MatchResultListener() {
4832 virtual bool MatchAndExplain(T x, MatchResultListener* listener) const = 0;
4840 class StringMatchResultListener : public MatchResultListener {
4842 StringMatchResultListener() : MatchResultListener(&ss_) {}
4859 class DummyMatchResultListener : public MatchResultListener {
[all …]
/external/v8/testing/gmock/src/
Dgmock-matchers.cc329 MatchResultListener* listener) { in FindPairing()
447 MatchResultListener* listener) const { in VerifyAllElementsAndMatchersAreMatched()
/external/googletest/googlemock/src/
Dgmock-matchers.cc329 MatchResultListener* listener) { in FindPairing()
446 const MatchMatrix& matrix, MatchResultListener* listener) const { in VerifyAllElementsAndMatchersAreMatched()
/external/google-breakpad/src/testing/test/
Dgmock-generated-matchers_test.cc71 using testing::MatchResultListener;
230 MatchResultListener* listener) const { in MatchAndExplain()
263 MatchResultListener* listener) const { in MatchAndExplain()
Dgmock-matchers_test.cc97 using testing::MatchResultListener;
151 MatchResultListener* listener) const { in MatchAndExplain()
234 MatchResultListener* /* listener */) const { in MatchAndExplain()
256 virtual bool MatchAndExplain(int x, MatchResultListener* listener) const { in MatchAndExplain()
380 MatchResultListener* /* listener */) const { in MatchAndExplain()
425 bool MatchAndExplain(const T& x, MatchResultListener* listener) const { in MatchAndExplain()
3503 bool MatchAndExplain(const T& n, MatchResultListener* listener) const { in MatchAndExplain()
4083 MatchResultListener* listener) const { in MatchAndExplain()
/external/googletest/googlemock/test/
Dgmock-generated-matchers_test.cc72 using testing::MatchResultListener;
231 MatchResultListener* listener) const { in MatchAndExplain()
264 MatchResultListener* listener) const { in MatchAndExplain()
Dgmock-matchers_test.cc106 using testing::MatchResultListener;
171 MatchResultListener* listener) const { in MatchAndExplain()
260 MatchResultListener* /* listener */) const { in MatchAndExplain()
282 virtual bool MatchAndExplain(int x, MatchResultListener* listener) const { in MatchAndExplain()
444 MatchResultListener* /* listener */) const { in MatchAndExplain()
489 bool MatchAndExplain(const T& x, MatchResultListener* listener) const { in MatchAndExplain()
3973 bool MatchAndExplain(const T& n, MatchResultListener* listener) const { in MatchAndExplain()
5420 MatchResultListener* listener) const { in MatchAndExplain()
/external/v8/testing/gmock/test/
Dgmock-generated-matchers_test.cc72 using testing::MatchResultListener;
232 MatchResultListener* listener) const { in MatchAndExplain()
265 MatchResultListener* listener) const { in MatchAndExplain()
Dgmock-matchers_test.cc106 using testing::MatchResultListener;
171 MatchResultListener* listener) const { in MatchAndExplain()
260 MatchResultListener* /* listener */) const { in MatchAndExplain()
282 virtual bool MatchAndExplain(int x, MatchResultListener* listener) const { in MatchAndExplain()
444 MatchResultListener* /* listener */) const { in MatchAndExplain()
489 bool MatchAndExplain(const T& x, MatchResultListener* listener) const { in MatchAndExplain()
3963 bool MatchAndExplain(const T& n, MatchResultListener* listener) const { in MatchAndExplain()
5408 MatchResultListener* listener) const { in MatchAndExplain()

12