Searched defs:polymorphic_matcher_or_value (Results 1 - 2 of 2) 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/gmock/include/gmock/
H A Dgmock-matchers.h492 static Matcher<T> Cast(M polymorphic_matcher_or_value) { argument
497 // We can't call Matcher<T>(polymorphic_matcher_or_value) when M is a
503 // polymorphic_matcher_or_value to Matcher<T> because it won't trigger
507 polymorphic_matcher_or_value,
520 static Matcher<T> CastImpl(M polymorphic_matcher_or_value, argument
530 return polymorphic_matcher_or_value;
602 static inline Matcher<T> Cast(M polymorphic_matcher_or_value) { argument
603 return internal::MatcherCastImpl<T, M>::Cast(polymorphic_matcher_or_value);

Completed in 180 milliseconds