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

/gem5/ext/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...]

Completed in 17 milliseconds