Home
last modified time | relevance | path

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

/external/v8/test/unittests/compiler/
Dnode-test-utils.cc39 if (!value_matcher.MatchAndExplain(value, &value_listener)) { in PrintMatchAndExplain()
58 bool MatchAndExplain(Node* node, in MatchAndExplain() function in v8::internal::compiler::__anon313fbfee0111::NodeMatcher
94 bool MatchAndExplain(Node* node, MatchResultListener* listener) const final { in MatchAndExplain() function in v8::internal::compiler::__anon313fbfee0111::IsBranchMatcher
95 return (NodeMatcher::MatchAndExplain(node, listener) && in MatchAndExplain()
125 bool MatchAndExplain(Node* node, MatchResultListener* listener) const final { in MatchAndExplain() function in v8::internal::compiler::__anon313fbfee0111::IsSwitchMatcher
126 return (NodeMatcher::MatchAndExplain(node, listener) && in MatchAndExplain()
156 bool MatchAndExplain(Node* node, MatchResultListener* listener) const final { in MatchAndExplain() function in v8::internal::compiler::__anon313fbfee0111::IsIfValueMatcher
157 return (NodeMatcher::MatchAndExplain(node, listener) && in MatchAndExplain()
183 bool MatchAndExplain(Node* node, MatchResultListener* listener) const final { in MatchAndExplain() function in v8::internal::compiler::__anon313fbfee0111::IsControl1Matcher
184 return (NodeMatcher::MatchAndExplain(node, listener) && in MatchAndExplain()
[all …]
Dliveness-analyzer-unittest.cc95 bool MatchAndExplain(Node* frame_state, in MatchAndExplain() function in v8::internal::compiler::LivenessAnalysisTest::CheckpointMatcher
132 .MatchAndExplain(value.node, &value_listener)) { in MatchAndExplain()
/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(\
Dgmock-spec-builders.h1112 if (!extra_matcher_.MatchAndExplain(args, &listener)) { in ExplainMatchResultTo()
/external/gmock/include/gmock/
Dgmock-matchers.h176 virtual bool MatchAndExplain(T x, MatchResultListener* listener) const = 0;
231 bool MatchAndExplain(T x, MatchResultListener* listener) const { in MatchAndExplain() function
232 return impl_->MatchAndExplain(x, listener); in MatchAndExplain()
238 return MatchAndExplain(x, &dummy); in Matches()
252 MatchAndExplain(x, &listener); in ExplainMatchResultTo()
436 virtual bool MatchAndExplain(T x, MatchResultListener* listener) const { in MatchAndExplain() function
437 return impl_.MatchAndExplain(x, listener); in MatchAndExplain()
551 virtual bool MatchAndExplain(T x, MatchResultListener* listener) const { in MatchAndExplain() function
552 return source_matcher_.MatchAndExplain(static_cast<U>(x), listener); in MatchAndExplain()
685 const bool match = matcher.MatchAndExplain(value, &inner_listener); in MatchPrintAndExplain()
[all …]
Dgmock-generated-matchers.h234 virtual bool MatchAndExplain(ArgsTuple args, in MatchAndExplain() function
244 const bool match = inner_matcher_.MatchAndExplain(selected_args, in MatchAndExplain()
1400 virtual bool MatchAndExplain(\
1434 bool name##Matcher::gmock_Impl<arg_type>::MatchAndExplain(\
1448 virtual bool MatchAndExplain(\
1486 bool name##MatcherP<p0##_type>::gmock_Impl<arg_type>::MatchAndExplain(\
1500 virtual bool MatchAndExplain(\
1543 p1##_type>::gmock_Impl<arg_type>::MatchAndExplain(\
1557 virtual bool MatchAndExplain(\
1603 p2##_type>::gmock_Impl<arg_type>::MatchAndExplain(\
[all …]
Dgmock-generated-matchers.h.pump119 virtual bool MatchAndExplain(ArgsTuple args,
129 const bool match = inner_matcher_.MatchAndExplain(selected_args,
633 virtual bool MatchAndExplain(\
667 bool $class_name$param_types::gmock_Impl<arg_type>::MatchAndExplain(\
Dgmock-spec-builders.h1120 if (!extra_matcher_.MatchAndExplain(args, &listener)) { in ExplainMatchResultTo()
/external/v8/testing/
Dgmock-support.h48 virtual bool MatchAndExplain(T value, MatchResultListener* listener) const { in MatchAndExplain() function
/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/gmock/test/
Dgmock-matchers_test.cc166 virtual bool MatchAndExplain(int lhs, in MatchAndExplain() function in testing::gmock_matchers_test::GreaterThanMatcher
255 virtual bool MatchAndExplain(int x, in MatchAndExplain() function in testing::gmock_matchers_test::EvenMatcherImpl
278 virtual bool MatchAndExplain(int x, MatchResultListener* listener) const { in MatchAndExplain() function in testing::gmock_matchers_test::NewEvenMatcherImpl
352 TEST(MatcherTest, MatchAndExplain) { in TEST() argument
355 EXPECT_TRUE(m.MatchAndExplain(42, &listener1)); in TEST()
359 EXPECT_FALSE(m.MatchAndExplain(-9, &listener2)); in TEST()
439 bool MatchAndExplain(const T& x, in MatchAndExplain() function in testing::gmock_matchers_test::ReferencesBarOrIsZeroImpl
485 bool MatchAndExplain(const T& x, MatchResultListener* listener) const { in MatchAndExplain() function in testing::gmock_matchers_test::PolymorphicIsEvenImpl
3786 bool MatchAndExplain(const T& n, MatchResultListener* listener) const { in MatchAndExplain() function in testing::gmock_matchers_test::DivisibleByImpl
5132 bool MatchAndExplain(const tuple<T1, T2>& a_pair, in MatchAndExplain() function in testing::gmock_matchers_test::IsHalfOfMatcher
Dgmock-generated-matchers_test.cc234 virtual bool MatchAndExplain(tuple<char, int> value, in MatchAndExplain() function in __anon3644ce640111::LessThanMatcher
267 virtual bool MatchAndExplain(int lhs, in MatchAndExplain() function in __anon3644ce640111::GreaterThanMatcher