Lines Matching refs:MatchAndExplainImpl
1735 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);
2304 return this->MatchAndExplainImpl(true, container, listener);