Searched defs:MatchAndExplainImpl (Results 1 - 2 of 2) sorted by relevance

/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-matchers.h1735 return MatchAndExplainImpl(
1742 // The first argument of MatchAndExplainImpl() is needed to help
1745 bool MatchAndExplainImpl(false_type /* is_not_pointer */, const Class& obj, function in class:testing::internal::FieldMatcher
1751 bool MatchAndExplainImpl(true_type /* is_pointer */, const Class* p, function in class:testing::internal::FieldMatcher
1760 return MatchAndExplainImpl(false_type(), *p, listener);
1796 return MatchAndExplainImpl(
1803 // The first argument of MatchAndExplainImpl() is needed to help
1806 bool MatchAndExplainImpl(false_type /* is_not_pointer */, const Class& obj, function in class:testing::internal::PropertyMatcher
1815 bool MatchAndExplainImpl(true_type /* is_pointer */, const Class* p, function in class:testing::internal::PropertyMatcher
1824 return MatchAndExplainImpl(false_typ
2227 bool MatchAndExplainImpl(bool all_elements_should_match, function in class:testing::internal::QuantifierMatcherImpl
[all...]
/external/gmock/include/gmock/
H A Dgmock-matchers.h2027 return MatchAndExplainImpl(
2034 // The first argument of MatchAndExplainImpl() is needed to help
2037 bool MatchAndExplainImpl(false_type /* is_not_pointer */, const Class& obj, function in class:testing::internal::FieldMatcher
2043 bool MatchAndExplainImpl(true_type /* is_pointer */, const Class* p, function in class:testing::internal::FieldMatcher
2052 return MatchAndExplainImpl(false_type(), *p, listener);
2088 return MatchAndExplainImpl(
2095 // The first argument of MatchAndExplainImpl() is needed to help
2098 bool MatchAndExplainImpl(false_type /* is_not_pointer */, const Class& obj, function in class:testing::internal::PropertyMatcher
2107 bool MatchAndExplainImpl(true_type /* is_pointer */, const Class* p, function in class:testing::internal::PropertyMatcher
2116 return MatchAndExplainImpl(false_typ
2575 bool MatchAndExplainImpl(bool all_elements_should_match, function in class:testing::internal::QuantifierMatcherImpl
[all...]

Completed in 78 milliseconds