Home
last modified time | relevance | path

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

/external/google-breakpad/src/testing/include/gmock/
Dgmock-matchers.h1735 return MatchAndExplainImpl( in MatchAndExplain()
1745 bool MatchAndExplainImpl(false_type /* is_not_pointer */, const Class& obj, in MatchAndExplainImpl() function
1751 bool MatchAndExplainImpl(true_type /* is_pointer */, const Class* p, in MatchAndExplainImpl() function
1760 return MatchAndExplainImpl(false_type(), *p, listener); in MatchAndExplainImpl()
1796 return MatchAndExplainImpl( in MatchAndExplain()
1806 bool MatchAndExplainImpl(false_type /* is_not_pointer */, const Class& obj, in MatchAndExplainImpl() function
1815 bool MatchAndExplainImpl(true_type /* is_pointer */, const Class* p, in MatchAndExplainImpl() function
1824 return MatchAndExplainImpl(false_type(), *p, listener); in MatchAndExplainImpl()
2227 bool MatchAndExplainImpl(bool all_elements_should_match,
2275 return this->MatchAndExplainImpl(false, container, listener);
[all …]
/external/v8/testing/gmock/include/gmock/
Dgmock-matchers.h2199 return MatchAndExplainImpl(
2209 bool MatchAndExplainImpl(false_type /* is_not_pointer */, const Class& obj,
2215 bool MatchAndExplainImpl(true_type /* is_pointer */, const Class* p,
2224 return MatchAndExplainImpl(false_type(), *p, listener);
2260 return MatchAndExplainImpl(
2270 bool MatchAndExplainImpl(false_type /* is_not_pointer */, const Class& obj,
2286 bool MatchAndExplainImpl(true_type /* is_pointer */, const Class* p,
2295 return MatchAndExplainImpl(false_type(), *p, listener);
2816 bool MatchAndExplainImpl(bool all_elements_should_match,
2864 return this->MatchAndExplainImpl(false, container, listener);
[all …]
/external/googletest/googlemock/include/gmock/
Dgmock-matchers.h2199 return MatchAndExplainImpl(
2209 bool MatchAndExplainImpl(false_type /* is_not_pointer */, const Class& obj,
2215 bool MatchAndExplainImpl(true_type /* is_pointer */, const Class* p,
2224 return MatchAndExplainImpl(false_type(), *p, listener);
2260 return MatchAndExplainImpl(
2270 bool MatchAndExplainImpl(false_type /* is_not_pointer */, const Class& obj,
2286 bool MatchAndExplainImpl(true_type /* is_pointer */, const Class* p,
2295 return MatchAndExplainImpl(false_type(), *p, listener);
2816 bool MatchAndExplainImpl(bool all_elements_should_match,
2864 return this->MatchAndExplainImpl(false, container, listener);
[all …]
/external/fmtlib/test/gmock/
Dgmock.h6683 return MatchAndExplainImpl(
6693 bool MatchAndExplainImpl(false_type /* is_not_pointer */, const Class& obj,
6699 bool MatchAndExplainImpl(true_type /* is_pointer */, const Class* p,
6708 return MatchAndExplainImpl(false_type(), *p, listener);
6744 return MatchAndExplainImpl(
6754 bool MatchAndExplainImpl(false_type /* is_not_pointer */, const Class& obj,
6763 bool MatchAndExplainImpl(true_type /* is_pointer */, const Class* p,
6772 return MatchAndExplainImpl(false_type(), *p, listener);
7231 bool MatchAndExplainImpl(bool all_elements_should_match,
7279 return this->MatchAndExplainImpl(false, container, listener);
[all …]