Searched refs:polymorphic_matcher_or_value (Results 1 - 4 of 4) sorted by relevance

/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-matchers.h404 static Matcher<T> Cast(M polymorphic_matcher_or_value) { argument
409 // We can't call Matcher<T>(polymorphic_matcher_or_value) when M is a
415 // polymorphic_matcher_or_value to Matcher<T> because it won't trigger
419 polymorphic_matcher_or_value,
432 static Matcher<T> CastImpl(M polymorphic_matcher_or_value, argument
442 return polymorphic_matcher_or_value;
514 static inline Matcher<T> Cast(M polymorphic_matcher_or_value) { argument
515 return internal::MatcherCastImpl<T, M>::Cast(polymorphic_matcher_or_value);
/external/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);
/external/v8/testing/gmock/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);
/external/fmtlib/test/gmock/
H A Dgmock.h5148 static Matcher<T> Cast(M polymorphic_matcher_or_value) { argument
5153 // We can't call Matcher<T>(polymorphic_matcher_or_value) when M is a
5159 // polymorphic_matcher_or_value to Matcher<T> because it won't trigger
5163 polymorphic_matcher_or_value,
5176 static Matcher<T> CastImpl(M polymorphic_matcher_or_value, argument
5186 return polymorphic_matcher_or_value;
5258 static inline Matcher<T> Cast(M polymorphic_matcher_or_value) { argument
5259 return internal::MatcherCastImpl<T, M>::Cast(polymorphic_matcher_or_value);

Completed in 761 milliseconds