Searched refs: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
611 return internal::MatcherCastImpl<T, M>::Cast(matcher);
627 static inline Matcher<T> Cast(const M& polymorphic_matcher_or_value) { function in class:testing::SafeMatcherCastImpl
628 return internal::MatcherCastImpl<T, M>::Cast(polymorphic_matcher_or_value);
641 static inline Matcher<T> Cast(const Matcher<U>& matcher) { function in class:testing::SafeMatcherCastImpl
666 return SafeMatcherCastImpl<T>::Cast(polymorphic_matcher);
2143 // To is a pointer. Cast and forward the result.

Completed in 22 milliseconds