Home
last modified time | relevance | path

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

/external/googletest/googlemock/include/gmock/
Dgmock-matchers.h116 static Matcher<T> Cast(const M& polymorphic_matcher_or_value) { in Cast()
140 static Matcher<T> CastImpl(const M& polymorphic_matcher_or_value, in CastImpl()
257 static inline Matcher<T> Cast(const M& polymorphic_matcher_or_value) { in Cast()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/include/gmock/
Dgmock-matchers.h517 static Matcher<T> Cast(const M& polymorphic_matcher_or_value) { in Cast()
545 static Matcher<T> CastImpl(const M& polymorphic_matcher_or_value, in CastImpl()
627 static inline Matcher<T> Cast(const M& polymorphic_matcher_or_value) { in Cast()
/external/google-breakpad/src/testing/include/gmock/
Dgmock-matchers.h404 static Matcher<T> Cast(M polymorphic_matcher_or_value) { in Cast()
432 static Matcher<T> CastImpl(M polymorphic_matcher_or_value, in CastImpl()
514 static inline Matcher<T> Cast(M polymorphic_matcher_or_value) { in Cast()