Searched refs:polymorphic_matcher_or_value (Results 1 – 1 of 1) sorted by relevance
131 static Matcher<T> Cast(const M& polymorphic_matcher_or_value) { in Cast() argument145 return CastImpl(polymorphic_matcher_or_value, in Cast()152 static Matcher<T> CastImpl(const M& polymorphic_matcher_or_value, in CastImpl() argument163 return polymorphic_matcher_or_value; in CastImpl()269 static inline Matcher<T> Cast(const M& polymorphic_matcher_or_value) { in Cast() argument270 return internal::MatcherCastImpl<T, M>::Cast(polymorphic_matcher_or_value); in Cast()