Searched refs:polymorphic_matcher_or_value (Results 1 – 1 of 1) sorted by relevance
342 static Matcher<T> Cast(const M& polymorphic_matcher_or_value) { in Cast() argument356 return CastImpl(polymorphic_matcher_or_value, in Cast()363 static Matcher<T> CastImpl(const M& polymorphic_matcher_or_value, in CastImpl() argument374 return polymorphic_matcher_or_value; in CastImpl()530 inline Matcher<T> SafeMatcherCast(const M& polymorphic_matcher_or_value) { in SafeMatcherCast() argument531 return MatcherCast<T>(polymorphic_matcher_or_value); in SafeMatcherCast()