Lines Matching refs:MatchAndExplainImpl
1746 return MatchAndExplainImpl(
1752 bool MatchAndExplainImpl(std::false_type /* is_not_pointer */,
1759 bool MatchAndExplainImpl(std::true_type /* is_pointer */, const Class* p,
1767 return MatchAndExplainImpl(std::false_type(), *p, listener);
1813 return MatchAndExplainImpl(
1819 bool MatchAndExplainImpl(std::false_type /* is_not_pointer */,
1829 bool MatchAndExplainImpl(std::true_type /* is_pointer */, const Class* p,
1837 return MatchAndExplainImpl(std::false_type(), *p, listener);
2372 bool MatchAndExplainImpl(bool all_elements_should_match,
2420 return this->MatchAndExplainImpl(false, container, listener);
2449 return this->MatchAndExplainImpl(true, container, listener);