Home
last modified time | relevance | path

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

/third_party/googletest/googlemock/include/gmock/
Dgmock-matchers.h654 static Matcher<T> Cast(const M& polymorphic_matcher_or_value) { in Cast()
678 static Matcher<T> CastImpl(const M& polymorphic_matcher_or_value, in CastImpl()
800 static inline Matcher<T> Cast(const M& polymorphic_matcher_or_value) { in Cast()