Searched refs:polymorphic_matcher_or_value (Results 1 – 1 of 1) sorted by relevance
341 static Matcher<T> Cast(const M& polymorphic_matcher_or_value) { in Cast() argument355 return CastImpl(polymorphic_matcher_or_value, in Cast()362 static Matcher<T> CastImpl(const M& polymorphic_matcher_or_value, in CastImpl() argument373 return polymorphic_matcher_or_value; in CastImpl()521 inline Matcher<T> SafeMatcherCast(const M& polymorphic_matcher_or_value) { in SafeMatcherCast() argument522 return MatcherCast<T>(polymorphic_matcher_or_value); in SafeMatcherCast()