Home
last modified time | relevance | path

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

/llvm-project/third-party/unittest/googlemock/include/gmock/
H A Dgmock-matchers.h341 static Matcher<T> Cast(const M& polymorphic_matcher_or_value) { in Cast() argument
355 return CastImpl(polymorphic_matcher_or_value, in Cast()
362 static Matcher<T> CastImpl(const M& polymorphic_matcher_or_value, in CastImpl() argument
373 return polymorphic_matcher_or_value; in CastImpl()
521 inline Matcher<T> SafeMatcherCast(const M& polymorphic_matcher_or_value) { in SafeMatcherCast() argument
522 return MatcherCast<T>(polymorphic_matcher_or_value); in SafeMatcherCast()