Home
last modified time | relevance | path

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

/external/chromium/testing/gmock/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()
490 const bool match = matcher.MatchAndExplain(value, &inner_listener); in MatchPrintAndExplain()
540 if (!matcher.MatchAndExplain(value, &listener)) { in ExplainMatchFailuresTo()
637 virtual bool MatchAndExplain(T x, MatchResultListener* listener) const { in MatchAndExplain() function
[all …]
Dgmock-generated-matchers.h233 virtual bool MatchAndExplain(ArgsTuple args, in MatchAndExplain() function
243 const bool match = inner_matcher_.MatchAndExplain(selected_args, in MatchAndExplain()
1264 virtual bool MatchAndExplain(\
1298 bool name##Matcher::gmock_Impl<arg_type>::MatchAndExplain(\
1312 virtual bool MatchAndExplain(\
1350 bool name##MatcherP<p0##_type>::gmock_Impl<arg_type>::MatchAndExplain(\
1364 virtual bool MatchAndExplain(\
1407 p1##_type>::gmock_Impl<arg_type>::MatchAndExplain(\
1421 virtual bool MatchAndExplain(\
1467 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,
610 virtual bool MatchAndExplain(\
644 bool $class_name$param_types::gmock_Impl<arg_type>::MatchAndExplain(\
Dgmock-spec-builders.h1106 if (!extra_matcher_.MatchAndExplain(args, &listener)) { in ExplainMatchResultTo()
/external/chromium/chrome/browser/sync/
Djs_test_util.cc27 virtual bool MatchAndExplain( in MatchAndExplain() function in browser_sync::__anon5d01c4030111::HasArgsMatcher
/external/chromium/testing/gmock/test/
Dgmock-matchers_test.cc146 virtual bool MatchAndExplain(int lhs, in MatchAndExplain() function in testing::gmock_matchers_test::GreaterThanMatcher
229 virtual bool MatchAndExplain(int x, in MatchAndExplain() function in testing::gmock_matchers_test::EvenMatcherImpl
252 virtual bool MatchAndExplain(int x, MatchResultListener* listener) const { in MatchAndExplain() function in testing::gmock_matchers_test::NewEvenMatcherImpl
326 TEST(MatcherTest, MatchAndExplain) { in TEST() argument
329 EXPECT_TRUE(m.MatchAndExplain(42, &listener1)); in TEST()
333 EXPECT_FALSE(m.MatchAndExplain(-9, &listener2)); in TEST()
375 bool MatchAndExplain(const T& x, in MatchAndExplain() function in testing::gmock_matchers_test::ReferencesBarOrIsZeroImpl
421 bool MatchAndExplain(const T& x, MatchResultListener* listener) const { in MatchAndExplain() function in testing::gmock_matchers_test::PolymorphicIsEvenImpl
3400 bool MatchAndExplain(const T& n, MatchResultListener* listener) const { in MatchAndExplain() function in testing::gmock_matchers_test::DivisibleByImpl
3902 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 __anondbdabb4a0111::LessThanMatcher
262 virtual bool MatchAndExplain(int lhs, in MatchAndExplain() function in __anondbdabb4a0111::GreaterThanMatcher