Home
last modified time | relevance | path

Searched defs:MatchAndExplain (Results 1 – 11 of 11) sorted by relevance

/external/google-breakpad/src/testing/include/gmock/
Dgmock-matchers.h195 bool MatchAndExplain(T x, MatchResultListener* listener) const { in MatchAndExplain() function
348 virtual bool MatchAndExplain(T x, MatchResultListener* listener) const { in MatchAndExplain() function
463 virtual bool MatchAndExplain(T x, MatchResultListener* listener) const { in MatchAndExplain() function
714 virtual bool MatchAndExplain( in MatchAndExplain() function
798 bool MatchAndExplain(const Pointer& p, in MatchAndExplain() function
814 bool MatchAndExplain(const Pointer& p, in MatchAndExplain() function
872 virtual bool MatchAndExplain( in MatchAndExplain() function
946 bool MatchAndExplain(ConstCharPointer s, in MatchAndExplain() function
954 bool MatchAndExplain(const StringType& s, in MatchAndExplain() function
1000 bool MatchAndExplain(ConstCharPointer s, in MatchAndExplain() function
[all …]
Dgmock-generated-matchers.h233 virtual bool MatchAndExplain(ArgsTuple args, in MatchAndExplain() function
/external/v8/test/unittests/compiler/
Dnode-test-utils.cc58 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
125 bool MatchAndExplain(Node* node, MatchResultListener* listener) const final { in MatchAndExplain() function in v8::internal::compiler::__anon313fbfee0111::IsSwitchMatcher
156 bool MatchAndExplain(Node* node, MatchResultListener* listener) const final { in MatchAndExplain() function in v8::internal::compiler::__anon313fbfee0111::IsIfValueMatcher
183 bool MatchAndExplain(Node* node, MatchResultListener* listener) const final { in MatchAndExplain() function in v8::internal::compiler::__anon313fbfee0111::IsControl1Matcher
212 bool MatchAndExplain(Node* node, MatchResultListener* listener) const final { in MatchAndExplain() function in v8::internal::compiler::__anon313fbfee0111::IsControl2Matcher
248 bool MatchAndExplain(Node* node, MatchResultListener* listener) const final { in MatchAndExplain() function in v8::internal::compiler::__anon313fbfee0111::IsControl3Matcher
277 bool MatchAndExplain(Node* node, MatchResultListener* listener) const final { in MatchAndExplain() function in v8::internal::compiler::__anon313fbfee0111::IsBeginRegionMatcher
305 bool MatchAndExplain(Node* node, MatchResultListener* listener) const final { in MatchAndExplain() function in v8::internal::compiler::__anon313fbfee0111::IsFinishRegionMatcher
340 bool MatchAndExplain(Node* node, MatchResultListener* listener) const final { in MatchAndExplain() function in v8::internal::compiler::__anon313fbfee0111::IsReturnMatcher
[all …]
Dliveness-analyzer-unittest.cc95 bool MatchAndExplain(Node* frame_state, in MatchAndExplain() function in v8::internal::compiler::LivenessAnalysisTest::CheckpointMatcher
/external/v8/testing/
Dgmock-support.h48 virtual bool MatchAndExplain(T value, MatchResultListener* listener) const { in MatchAndExplain() function
/external/gmock/include/gmock/
Dgmock-matchers.h231 bool MatchAndExplain(T x, MatchResultListener* listener) const { in MatchAndExplain() function
436 virtual bool MatchAndExplain(T x, MatchResultListener* listener) const { in MatchAndExplain() function
551 virtual bool MatchAndExplain(T x, MatchResultListener* listener) const { in MatchAndExplain() function
Dgmock-generated-matchers.h234 virtual bool MatchAndExplain(ArgsTuple args, 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
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-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
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
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