Searched defs:Cast (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h517 static Matcher<T> Cast(const M& polymorphic_matcher_or_value) { function in class:testing::internal::MatcherCastImpl
565 static Matcher<T> Cast(const Matcher<U>& source_matcher) { function in class:testing::internal::MatcherCastImpl
600 static Matcher<T> Cast(const Matcher<T>& matcher) { return matcher; } function in class:testing::internal::MatcherCastImpl
627 static inline Matcher<T> Cast(const M& polymorphic_matcher_or_value) { function in class:testing::SafeMatcherCastImpl
641 static inline Matcher<T> Cast(const Matcher<U>& matcher) { function in class:testing::SafeMatcherCastImpl

Completed in 34 milliseconds