Home
last modified time | relevance | path

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

/external/googletest/googlemock/include/gmock/
Dgmock-matchers.h338 static Matcher<T> Cast(const M& polymorphic_matcher_or_value) { in Cast()
359 static Matcher<T> CastImpl(const M& polymorphic_matcher_or_value, in CastImpl()
518 inline Matcher<T> SafeMatcherCast(const M& polymorphic_matcher_or_value) { in SafeMatcherCast()
/external/llvm-project/llvm/utils/unittest/googlemock/include/gmock/
Dgmock-matchers.h519 static Matcher<T> Cast(const M& polymorphic_matcher_or_value) { in Cast()
547 static Matcher<T> CastImpl(const M& polymorphic_matcher_or_value, in CastImpl()
629 static inline Matcher<T> Cast(const M& polymorphic_matcher_or_value) { in Cast()