Searched refs:polymorphic_matcher_or_value (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) { argument
522 // We can't call Matcher<T>(polymorphic_matcher_or_value) when M is a
528 // polymorphic_matcher_or_value to Matcher<T> because it won't trigger
532 polymorphic_matcher_or_value,
545 static Matcher<T> CastImpl(const M& polymorphic_matcher_or_value, argument
555 return polymorphic_matcher_or_value;
627 static inline Matcher<T> Cast(const M& polymorphic_matcher_or_value) { argument
628 return internal::MatcherCastImpl<T, M>::Cast(polymorphic_matcher_or_value);

Completed in 25 milliseconds