Home
last modified time | relevance | path

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

/external/v8/testing/gmock/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/googletest/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()