Home
last modified time | relevance | path

Searched defs:MatchAndExplain (Results 1 – 6 of 6) 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/src/compiler/
Dgraph-unittest.cc126 virtual bool MatchAndExplain(Node* node, MatchResultListener* listener) const in MatchAndExplain() function in v8::internal::compiler::__anon509b27a20111::NodeMatcher
162 virtual bool MatchAndExplain(Node* node, MatchResultListener* listener) const in MatchAndExplain() function in v8::internal::compiler::__anon509b27a20111::FINAL
194 virtual bool MatchAndExplain(Node* node, MatchResultListener* listener) const in MatchAndExplain() function in v8::internal::compiler::__anon509b27a20111::FINAL
222 virtual bool MatchAndExplain(Node* node, MatchResultListener* listener) const in MatchAndExplain() function in v8::internal::compiler::__anon509b27a20111::FINAL
251 virtual bool MatchAndExplain(Node* node, MatchResultListener* listener) const in MatchAndExplain() function in v8::internal::compiler::__anon509b27a20111::FINAL
279 virtual bool MatchAndExplain(Node* node, MatchResultListener* listener) const in MatchAndExplain() function in v8::internal::compiler::__anon509b27a20111::FINAL
316 virtual bool MatchAndExplain(Node* node, MatchResultListener* listener) const in MatchAndExplain() function in v8::internal::compiler::__anon509b27a20111::FINAL
354 virtual bool MatchAndExplain(Node* node, MatchResultListener* listener) const in MatchAndExplain() function in v8::internal::compiler::__anon509b27a20111::FINAL
404 virtual bool MatchAndExplain(Node* node, MatchResultListener* listener) const in MatchAndExplain() function in v8::internal::compiler::__anon509b27a20111::FINAL
459 virtual bool MatchAndExplain(Node* node, MatchResultListener* listener) const in MatchAndExplain() function in v8::internal::compiler::__anon509b27a20111::FINAL
[all …]
/external/v8/testing/
Dgmock-support.h44 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
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 __anon699f975b0111::LessThanMatcher
262 virtual bool MatchAndExplain(int lhs, in MatchAndExplain() function in __anon699f975b0111::GreaterThanMatcher