Searched refs:MatchAndExplainImpl (Results 1 - 4 of 4) 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/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h2199 return MatchAndExplainImpl(
2206 // The first argument of MatchAndExplainImpl() is needed to help
2209 bool MatchAndExplainImpl(false_type /* is_not_pointer */, const Class& obj, function in class:testing::internal::FieldMatcher
2215 bool MatchAndExplainImpl(true_type /* is_pointer */, const Class* p, function in class:testing::internal::FieldMatcher
2224 return MatchAndExplainImpl(false_type(), *p, listener);
2260 return MatchAndExplainImpl(
2267 // The first argument of MatchAndExplainImpl() is needed to help
2270 bool MatchAndExplainImpl(false_type /* is_not_pointer */, const Class& obj, function in class:testing::internal::PropertyMatcher
2286 bool MatchAndExplainImpl(true_type /* is_pointer */, const Class* p, function in class:testing::internal::PropertyMatcher
2295 return MatchAndExplainImpl(false_typ
2816 bool MatchAndExplainImpl(bool all_elements_should_match, function in class:testing::internal::QuantifierMatcherImpl
[all...]
/external/v8/testing/gmock/include/gmock/
H A Dgmock-matchers.h2199 return MatchAndExplainImpl(
2206 // The first argument of MatchAndExplainImpl() is needed to help
2209 bool MatchAndExplainImpl(false_type /* is_not_pointer */, const Class& obj, function in class:testing::internal::FieldMatcher
2215 bool MatchAndExplainImpl(true_type /* is_pointer */, const Class* p, function in class:testing::internal::FieldMatcher
2224 return MatchAndExplainImpl(false_type(), *p, listener);
2260 return MatchAndExplainImpl(
2267 // The first argument of MatchAndExplainImpl() is needed to help
2270 bool MatchAndExplainImpl(false_type /* is_not_pointer */, const Class& obj, function in class:testing::internal::PropertyMatcher
2286 bool MatchAndExplainImpl(true_type /* is_pointer */, const Class* p, function in class:testing::internal::PropertyMatcher
2295 return MatchAndExplainImpl(false_typ
2816 bool MatchAndExplainImpl(bool all_elements_should_match, function in class:testing::internal::QuantifierMatcherImpl
[all...]
/external/fmtlib/test/gmock/
H A Dgmock.h6683 return MatchAndExplainImpl(
6690 // The first argument of MatchAndExplainImpl() is needed to help
6693 bool MatchAndExplainImpl(false_type /* is_not_pointer */, const Class& obj, function in class:testing::internal::FieldMatcher
6699 bool MatchAndExplainImpl(true_type /* is_pointer */, const Class* p, function in class:testing::internal::FieldMatcher
6708 return MatchAndExplainImpl(false_type(), *p, listener);
6744 return MatchAndExplainImpl(
6751 // The first argument of MatchAndExplainImpl() is needed to help
6754 bool MatchAndExplainImpl(false_type /* is_not_pointer */, const Class& obj, function in class:testing::internal::PropertyMatcher
6763 bool MatchAndExplainImpl(true_type /* is_pointer */, const Class* p, function in class:testing::internal::PropertyMatcher
6772 return MatchAndExplainImpl(false_typ
7231 bool MatchAndExplainImpl(bool all_elements_should_match, function in class:testing::internal::QuantifierMatcherImpl
[all...]

Completed in 86 milliseconds