Home
last modified time | relevance | path

Searched defs:CastImpl (Results 1 – 3 of 3) sorted by relevance

/external/v8/testing/gmock/include/gmock/
Dgmock-matchers.h538 static Matcher<T> CastImpl(const M& value, BooleanConstant<false>) { in CastImpl() function
545 static Matcher<T> CastImpl(const M& polymorphic_matcher_or_value, in CastImpl() function
/external/googletest/googlemock/include/gmock/
Dgmock-matchers.h538 static Matcher<T> CastImpl(const M& value, BooleanConstant<false>) { in CastImpl() function
545 static Matcher<T> CastImpl(const M& polymorphic_matcher_or_value, in CastImpl() function
/external/google-breakpad/src/testing/include/gmock/
Dgmock-matchers.h425 static Matcher<T> CastImpl(M value, BooleanConstant<false>) { in CastImpl() function
432 static Matcher<T> CastImpl(M polymorphic_matcher_or_value, in CastImpl() function