Searched refs:polymorphic_matcher_or_value (Results 1 – 3 of 3) sorted by relevance
404 static Matcher<T> Cast(M polymorphic_matcher_or_value) { in Cast() argument419 polymorphic_matcher_or_value, in Cast()432 static Matcher<T> CastImpl(M polymorphic_matcher_or_value, in CastImpl() argument442 return polymorphic_matcher_or_value; in CastImpl()514 static inline Matcher<T> Cast(M polymorphic_matcher_or_value) { in Cast() argument515 return internal::MatcherCastImpl<T, M>::Cast(polymorphic_matcher_or_value); in Cast()
517 static Matcher<T> Cast(const M& polymorphic_matcher_or_value) { in Cast() argument532 polymorphic_matcher_or_value, in Cast()545 static Matcher<T> CastImpl(const M& polymorphic_matcher_or_value, in CastImpl() argument555 return polymorphic_matcher_or_value; in CastImpl()627 static inline Matcher<T> Cast(const M& polymorphic_matcher_or_value) { in Cast() argument628 return internal::MatcherCastImpl<T, M>::Cast(polymorphic_matcher_or_value); in Cast()
116 static Matcher<T> Cast(const M& polymorphic_matcher_or_value) { in Cast() argument131 polymorphic_matcher_or_value, in Cast()140 static Matcher<T> CastImpl(const M& polymorphic_matcher_or_value, in CastImpl() argument151 return polymorphic_matcher_or_value; in CastImpl()257 static inline Matcher<T> Cast(const M& polymorphic_matcher_or_value) { in Cast() argument258 return internal::MatcherCastImpl<T, M>::Cast(polymorphic_matcher_or_value); in Cast()