Home
last modified time | relevance | path

Searched refs:polymorphic_matcher_or_value (Results 1 – 3 of 3) sorted by relevance

/external/google-breakpad/src/testing/include/gmock/
Dgmock-matchers.h404 static Matcher<T> Cast(M polymorphic_matcher_or_value) { in Cast() argument
419 polymorphic_matcher_or_value, in Cast()
432 static Matcher<T> CastImpl(M polymorphic_matcher_or_value, in CastImpl() argument
442 return polymorphic_matcher_or_value; in CastImpl()
514 static inline Matcher<T> Cast(M polymorphic_matcher_or_value) { in Cast() argument
515 return internal::MatcherCastImpl<T, M>::Cast(polymorphic_matcher_or_value); in Cast()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/include/gmock/
Dgmock-matchers.h517 static Matcher<T> Cast(const M& polymorphic_matcher_or_value) { in Cast() argument
532 polymorphic_matcher_or_value, in Cast()
545 static Matcher<T> CastImpl(const M& polymorphic_matcher_or_value, in CastImpl() argument
555 return polymorphic_matcher_or_value; in CastImpl()
627 static inline Matcher<T> Cast(const M& polymorphic_matcher_or_value) { in Cast() argument
628 return internal::MatcherCastImpl<T, M>::Cast(polymorphic_matcher_or_value); in Cast()
/external/googletest/googlemock/include/gmock/
Dgmock-matchers.h116 static Matcher<T> Cast(const M& polymorphic_matcher_or_value) { in Cast() argument
131 polymorphic_matcher_or_value, in Cast()
140 static Matcher<T> CastImpl(const M& polymorphic_matcher_or_value, in CastImpl() argument
151 return polymorphic_matcher_or_value; in CastImpl()
257 static inline Matcher<T> Cast(const M& polymorphic_matcher_or_value) { in Cast() argument
258 return internal::MatcherCastImpl<T, M>::Cast(polymorphic_matcher_or_value); in Cast()