Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-matchers.h130 static Matcher<T> Cast(const M& polymorphic_matcher_or_value) { in Cast() argument
144 return CastImpl(polymorphic_matcher_or_value, in Cast()
151 static Matcher<T> CastImpl(const M& polymorphic_matcher_or_value, in CastImpl() argument
162 return polymorphic_matcher_or_value; in CastImpl()
268 static inline Matcher<T> Cast(const M& polymorphic_matcher_or_value) { in Cast() argument
269 return internal::MatcherCastImpl<T, M>::Cast(polymorphic_matcher_or_value); in Cast()