Home
last modified time | relevance | path

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

12

/external/google-breakpad/src/testing/include/gmock/
Dgmock-matchers.h128 virtual bool MatchAndExplain(T x, MatchResultListener* listener) const = 0;
195 bool MatchAndExplain(T x, MatchResultListener* listener) const { in MatchAndExplain() function
196 return impl_->MatchAndExplain(x, listener); in MatchAndExplain()
202 return MatchAndExplain(x, &dummy); in Matches()
216 MatchAndExplain(x, &listener); in ExplainMatchResultTo()
348 virtual bool MatchAndExplain(T x, MatchResultListener* listener) const { in MatchAndExplain() function
349 return impl_.MatchAndExplain(x, listener); in MatchAndExplain()
463 virtual bool MatchAndExplain(T x, MatchResultListener* listener) const { in MatchAndExplain() function
464 return source_matcher_.MatchAndExplain(static_cast<U>(x), listener); in MatchAndExplain()
597 const bool match = matcher.MatchAndExplain(value, &inner_listener); in MatchPrintAndExplain()
[all …]
Dgmock-generated-matchers.h233 virtual bool MatchAndExplain(ArgsTuple args, in MatchAndExplain() function
243 const bool match = inner_matcher_.MatchAndExplain(selected_args, in MatchAndExplain()
1420 virtual bool MatchAndExplain(\
1454 bool name##Matcher::gmock_Impl<arg_type>::MatchAndExplain(\
1468 virtual bool MatchAndExplain(\
1506 bool name##MatcherP<p0##_type>::gmock_Impl<arg_type>::MatchAndExplain(\
1520 virtual bool MatchAndExplain(\
1563 p1##_type>::gmock_Impl<arg_type>::MatchAndExplain(\
1577 virtual bool MatchAndExplain(\
1623 p2##_type>::gmock_Impl<arg_type>::MatchAndExplain(\
[all …]
Dgmock-generated-matchers.h.pump118 virtual bool MatchAndExplain(ArgsTuple args,
128 const bool match = inner_matcher_.MatchAndExplain(selected_args,
664 virtual bool MatchAndExplain(\
698 bool $class_name$param_types::gmock_Impl<arg_type>::MatchAndExplain(\
/external/v8/testing/gmock/include/gmock/
Dgmock-matchers.h176 virtual bool MatchAndExplain(T x, MatchResultListener* listener) const = 0;
256 bool MatchAndExplain(T x, MatchResultListener* listener) const { in MatchAndExplain() function
257 return impl_->MatchAndExplain(x, listener); in MatchAndExplain()
263 return MatchAndExplain(x, &dummy); in Matches()
277 MatchAndExplain(x, &listener); in ExplainMatchResultTo()
461 virtual bool MatchAndExplain(T x, MatchResultListener* listener) const { in MatchAndExplain() function
462 return impl_.MatchAndExplain(x, listener); in MatchAndExplain()
576 virtual bool MatchAndExplain(T x, MatchResultListener* listener) const { in MatchAndExplain() function
577 return source_matcher_.MatchAndExplain(static_cast<U>(x), listener); in MatchAndExplain()
710 const bool match = matcher.MatchAndExplain(value, &inner_listener); in MatchPrintAndExplain()
[all …]
Dgmock-generated-matchers.h223 virtual bool MatchAndExplain(ArgsTuple args, in MatchAndExplain() function
233 const bool match = inner_matcher_.MatchAndExplain(selected_args, in MatchAndExplain()
1389 virtual bool MatchAndExplain(\
1423 bool name##Matcher::gmock_Impl<arg_type>::MatchAndExplain(\
1437 virtual bool MatchAndExplain(\
1475 bool name##MatcherP<p0##_type>::gmock_Impl<arg_type>::MatchAndExplain(\
1489 virtual bool MatchAndExplain(\
1532 p1##_type>::gmock_Impl<arg_type>::MatchAndExplain(\
1546 virtual bool MatchAndExplain(\
1592 p2##_type>::gmock_Impl<arg_type>::MatchAndExplain(\
[all …]
Dgmock-generated-matchers.h.pump117 virtual bool MatchAndExplain(ArgsTuple args,
127 const bool match = inner_matcher_.MatchAndExplain(selected_args,
631 virtual bool MatchAndExplain(\
665 bool $class_name$param_types::gmock_Impl<arg_type>::MatchAndExplain(\
/external/googletest/googlemock/include/gmock/
Dgmock-matchers.h176 virtual bool MatchAndExplain(T x, MatchResultListener* listener) const = 0;
256 bool MatchAndExplain(T x, MatchResultListener* listener) const { in MatchAndExplain() function
257 return impl_->MatchAndExplain(x, listener); in MatchAndExplain()
263 return MatchAndExplain(x, &dummy); in Matches()
277 MatchAndExplain(x, &listener); in ExplainMatchResultTo()
461 virtual bool MatchAndExplain(T x, MatchResultListener* listener) const { in MatchAndExplain() function
462 return impl_.MatchAndExplain(x, listener); in MatchAndExplain()
576 virtual bool MatchAndExplain(T x, MatchResultListener* listener) const { in MatchAndExplain() function
577 return source_matcher_.MatchAndExplain(static_cast<U>(x), listener); in MatchAndExplain()
710 const bool match = matcher.MatchAndExplain(value, &inner_listener); in MatchPrintAndExplain()
[all …]
Dgmock-generated-matchers.h223 virtual bool MatchAndExplain(ArgsTuple args, in MatchAndExplain() function
233 const bool match = inner_matcher_.MatchAndExplain(selected_args, in MatchAndExplain()
1389 virtual bool MatchAndExplain(\
1423 bool name##Matcher::gmock_Impl<arg_type>::MatchAndExplain(\
1437 virtual bool MatchAndExplain(\
1475 bool name##MatcherP<p0##_type>::gmock_Impl<arg_type>::MatchAndExplain(\
1489 virtual bool MatchAndExplain(\
1532 p1##_type>::gmock_Impl<arg_type>::MatchAndExplain(\
1546 virtual bool MatchAndExplain(\
1592 p2##_type>::gmock_Impl<arg_type>::MatchAndExplain(\
[all …]
Dgmock-generated-matchers.h.pump117 virtual bool MatchAndExplain(ArgsTuple args,
127 const bool match = inner_matcher_.MatchAndExplain(selected_args,
631 virtual bool MatchAndExplain(\
665 bool $class_name$param_types::gmock_Impl<arg_type>::MatchAndExplain(\
/external/fmtlib/test/gmock/
Dgmock.h4832 virtual bool MatchAndExplain(T x, MatchResultListener* listener) const = 0;
4887 bool MatchAndExplain(T x, MatchResultListener* listener) const {
4888 return impl_->MatchAndExplain(x, listener);
4894 return MatchAndExplain(x, &dummy);
4908 MatchAndExplain(x, &listener);
5092 virtual bool MatchAndExplain(T x, MatchResultListener* listener) const {
5093 return impl_.MatchAndExplain(x, listener);
5207 virtual bool MatchAndExplain(T x, MatchResultListener* listener) const {
5208 return source_matcher_.MatchAndExplain(static_cast<U>(x), listener);
5341 const bool match = matcher.MatchAndExplain(value, &inner_listener);
[all …]
/external/v8/testing/
Dgmock-support.h48 virtual bool MatchAndExplain(T value, MatchResultListener* listener) const { in MatchAndExplain() function
/external/googletest/googlemock/docs/v1_5/
DFrequentlyAskedQuestions.md51 virtual bool MatchAndExplain(MyType value,
59 (i.e. rename `Matches()` to `MatchAndExplain()` and give it a second
88 `MatchAndExplain()`, using the `MatchResultListener` argument where
98 virtual bool MatchAndExplain(MyType value,
126 you should rename the `Matches()` method to `MatchAndExplain()` and
137 bool MatchAndExplain(MyType value,
174 `MatchAndExplain()`:
183 bool MatchAndExplain(MyType value,
DCookBook.md1115 virtual bool MatchAndExplain(const Foo& foo,
2447 You should let `MatchAndExplain()` print _any additional information_
2614 virtual bool MatchAndExplain(T x, MatchResultListener* listener) const = 0;
2642 virtual bool MatchAndExplain(int n, MatchResultListener* listener) const {
2664 information to the `listener` argument in `MatchAndExplain()`:
2669 virtual bool MatchAndExplain(int n,
2712 // that has three members MatchAndExplain(), DescribeTo(), and
2716 // MatchAndExplain() accepts a pointer of any type as its first argument.
2717 // In general, you can define MatchAndExplain() as an ordinary method or
2720 bool MatchAndExplain(T* p,
[all …]
/external/googletest/googlemock/docs/
DFrequentlyAskedQuestions.md55 virtual bool MatchAndExplain(MyType value,
63 (i.e. rename `Matches()` to `MatchAndExplain()` and give it a second
92 `MatchAndExplain()`, using the `MatchResultListener` argument where
102 virtual bool MatchAndExplain(MyType value,
130 you should rename the `Matches()` method to `MatchAndExplain()` and
141 bool MatchAndExplain(MyType value,
178 `MatchAndExplain()`:
187 bool MatchAndExplain(MyType value,
DCookBook.md1112 virtual bool MatchAndExplain(const Foo& foo,
2931 You should let `MatchAndExplain()` print _any additional information_
3098 virtual bool MatchAndExplain(T x, MatchResultListener* listener) const = 0;
3126 virtual bool MatchAndExplain(int n, MatchResultListener* listener) const {
3148 information to the `listener` argument in `MatchAndExplain()`:
3153 virtual bool MatchAndExplain(int n,
3196 // that has three members MatchAndExplain(), DescribeTo(), and
3200 // MatchAndExplain() accepts a pointer of any type as its first argument.
3201 // In general, you can define MatchAndExplain() as an ordinary method or
3204 bool MatchAndExplain(T* p,
[all …]
/external/googletest/googlemock/docs/v1_7/
DFrequentlyAskedQuestions.md55 virtual bool MatchAndExplain(MyType value,
63 (i.e. rename `Matches()` to `MatchAndExplain()` and give it a second
92 `MatchAndExplain()`, using the `MatchResultListener` argument where
102 virtual bool MatchAndExplain(MyType value,
130 you should rename the `Matches()` method to `MatchAndExplain()` and
141 bool MatchAndExplain(MyType value,
178 `MatchAndExplain()`:
187 bool MatchAndExplain(MyType value,
DCookBook.md1113 virtual bool MatchAndExplain(const Foo& foo,
2688 You should let `MatchAndExplain()` print _any additional information_
2855 virtual bool MatchAndExplain(T x, MatchResultListener* listener) const = 0;
2883 virtual bool MatchAndExplain(int n, MatchResultListener* listener) const {
2905 information to the `listener` argument in `MatchAndExplain()`:
2910 virtual bool MatchAndExplain(int n,
2953 // that has three members MatchAndExplain(), DescribeTo(), and
2957 // MatchAndExplain() accepts a pointer of any type as its first argument.
2958 // In general, you can define MatchAndExplain() as an ordinary method or
2961 bool MatchAndExplain(T* p,
[all …]
/external/googletest/googlemock/docs/v1_6/
DFrequentlyAskedQuestions.md55 virtual bool MatchAndExplain(MyType value,
63 (i.e. rename `Matches()` to `MatchAndExplain()` and give it a second
92 `MatchAndExplain()`, using the `MatchResultListener` argument where
102 virtual bool MatchAndExplain(MyType value,
130 you should rename the `Matches()` method to `MatchAndExplain()` and
141 bool MatchAndExplain(MyType value,
178 `MatchAndExplain()`:
187 bool MatchAndExplain(MyType value,
DCookBook.md1120 virtual bool MatchAndExplain(const Foo& foo,
2598 You should let `MatchAndExplain()` print _any additional information_
2765 virtual bool MatchAndExplain(T x, MatchResultListener* listener) const = 0;
2793 virtual bool MatchAndExplain(int n, MatchResultListener* listener) const {
2815 information to the `listener` argument in `MatchAndExplain()`:
2820 virtual bool MatchAndExplain(int n,
2863 // that has three members MatchAndExplain(), DescribeTo(), and
2867 // MatchAndExplain() accepts a pointer of any type as its first argument.
2868 // In general, you can define MatchAndExplain() as an ordinary method or
2871 bool MatchAndExplain(T* p,
[all …]
/external/google-breakpad/src/testing/test/
Dgmock-matchers_test.cc150 virtual bool MatchAndExplain(int lhs, in MatchAndExplain() function in testing::gmock_matchers_test::GreaterThanMatcher
233 virtual bool MatchAndExplain(int x, in MatchAndExplain() function in testing::gmock_matchers_test::EvenMatcherImpl
256 virtual bool MatchAndExplain(int x, MatchResultListener* listener) const { in MatchAndExplain() function in testing::gmock_matchers_test::NewEvenMatcherImpl
330 TEST(MatcherTest, MatchAndExplain) { in TEST() argument
333 EXPECT_TRUE(m.MatchAndExplain(42, &listener1)); in TEST()
337 EXPECT_FALSE(m.MatchAndExplain(-9, &listener2)); in TEST()
379 bool MatchAndExplain(const T& x, in MatchAndExplain() function in testing::gmock_matchers_test::ReferencesBarOrIsZeroImpl
425 bool MatchAndExplain(const T& x, MatchResultListener* listener) const { in MatchAndExplain() function in testing::gmock_matchers_test::PolymorphicIsEvenImpl
3503 bool MatchAndExplain(const T& n, MatchResultListener* listener) const { in MatchAndExplain() function in testing::gmock_matchers_test::DivisibleByImpl
4082 bool MatchAndExplain(const tuple<T1, T2>& a_pair, in MatchAndExplain() function in testing::gmock_matchers_test::IsHalfOfMatcher
Dgmock-generated-matchers_test.cc229 virtual bool MatchAndExplain(tuple<char, int> value, in MatchAndExplain() function in __anon9d3235bb0111::LessThanMatcher
262 virtual bool MatchAndExplain(int lhs, in MatchAndExplain() function in __anon9d3235bb0111::GreaterThanMatcher
/external/v8/testing/gmock/test/
Dgmock-matchers_test.cc170 virtual bool MatchAndExplain(int lhs, in MatchAndExplain() function in testing::gmock_matchers_test::GreaterThanMatcher
259 virtual bool MatchAndExplain(int x, in MatchAndExplain() function in testing::gmock_matchers_test::EvenMatcherImpl
282 virtual bool MatchAndExplain(int x, MatchResultListener* listener) const { in MatchAndExplain() function in testing::gmock_matchers_test::NewEvenMatcherImpl
356 TEST(MatcherTest, MatchAndExplain) { in TEST() argument
359 EXPECT_TRUE(m.MatchAndExplain(42, &listener1)); in TEST()
363 EXPECT_FALSE(m.MatchAndExplain(-9, &listener2)); in TEST()
443 bool MatchAndExplain(const T& x, in MatchAndExplain() function in testing::gmock_matchers_test::ReferencesBarOrIsZeroImpl
489 bool MatchAndExplain(const T& x, MatchResultListener* listener) const { in MatchAndExplain() function in testing::gmock_matchers_test::PolymorphicIsEvenImpl
3963 bool MatchAndExplain(const T& n, MatchResultListener* listener) const { in MatchAndExplain() function in testing::gmock_matchers_test::DivisibleByImpl
5407 bool MatchAndExplain(const tuple<T1, T2>& a_pair, in MatchAndExplain() function in testing::gmock_matchers_test::IsHalfOfMatcher
Dgmock-generated-matchers_test.cc231 virtual bool MatchAndExplain(tuple<char, int> value, in MatchAndExplain() function in __anond50cc7ee0111::LessThanMatcher
264 virtual bool MatchAndExplain(int lhs, in MatchAndExplain() function in __anond50cc7ee0111::GreaterThanMatcher
/external/googletest/googlemock/test/
Dgmock-matchers_test.cc170 virtual bool MatchAndExplain(int lhs, in MatchAndExplain() function in testing::gmock_matchers_test::GreaterThanMatcher
259 virtual bool MatchAndExplain(int x, in MatchAndExplain() function in testing::gmock_matchers_test::EvenMatcherImpl
282 virtual bool MatchAndExplain(int x, MatchResultListener* listener) const { in MatchAndExplain() function in testing::gmock_matchers_test::NewEvenMatcherImpl
356 TEST(MatcherTest, MatchAndExplain) { in TEST() argument
359 EXPECT_TRUE(m.MatchAndExplain(42, &listener1)); in TEST()
363 EXPECT_FALSE(m.MatchAndExplain(-9, &listener2)); in TEST()
443 bool MatchAndExplain(const T& x, in MatchAndExplain() function in testing::gmock_matchers_test::ReferencesBarOrIsZeroImpl
489 bool MatchAndExplain(const T& x, MatchResultListener* listener) const { in MatchAndExplain() function in testing::gmock_matchers_test::PolymorphicIsEvenImpl
3965 bool MatchAndExplain(const T& n, MatchResultListener* listener) const { in MatchAndExplain() function in testing::gmock_matchers_test::DivisibleByImpl
5409 bool MatchAndExplain(const tuple<T1, T2>& a_pair, in MatchAndExplain() function in testing::gmock_matchers_test::IsHalfOfMatcher
Dgmock-generated-matchers_test.cc231 virtual bool MatchAndExplain(tuple<char, int> value, in MatchAndExplain() function in __anone1502d260111::LessThanMatcher
264 virtual bool MatchAndExplain(int lhs, in MatchAndExplain() function in __anone1502d260111::GreaterThanMatcher

12