Home
last modified time | relevance | path

Searched refs:polymorphic_matcher_or_value (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h342 static Matcher<T> Cast(const M& polymorphic_matcher_or_value) { in Cast() argument
356 return CastImpl(polymorphic_matcher_or_value, in Cast()
363 static Matcher<T> CastImpl(const M& polymorphic_matcher_or_value, in CastImpl() argument
374 return polymorphic_matcher_or_value; in CastImpl()
530 inline Matcher<T> SafeMatcherCast(const M& polymorphic_matcher_or_value) { in SafeMatcherCast() argument
531 return MatcherCast<T>(polymorphic_matcher_or_value); in SafeMatcherCast()