Lines Matching refs:MatchAndExplainImpl
2031 return MatchAndExplainImpl(
2037 bool MatchAndExplainImpl(std::false_type /* is_not_pointer */,
2044 bool MatchAndExplainImpl(std::true_type /* is_pointer */, const Class* p,
2052 return MatchAndExplainImpl(std::false_type(), *p, listener);
2096 return MatchAndExplainImpl(
2102 bool MatchAndExplainImpl(std::false_type /* is_not_pointer */,
2112 bool MatchAndExplainImpl(std::true_type /* is_pointer */, const Class* p,
2120 return MatchAndExplainImpl(std::false_type(), *p, listener);
2638 bool MatchAndExplainImpl(bool all_elements_should_match,
2684 return this->MatchAndExplainImpl(false, container, listener);
2710 return this->MatchAndExplainImpl(true, container, listener);