Searched refs:SafeMatcherCast (Results 1 – 3 of 3) sorted by relevance
77 new ValueMatchesMono<T>(testing::SafeMatcherCast<T>(Matcher)));205 testing::SafeMatcherCast<InfoT &>(Matcher))); in Failed()
69 new Impl<T>(::testing::SafeMatcherCast<T>(ValueMatcher)));
307 inline Matcher<T> SafeMatcherCast(const M& polymorphic_matcher) { in SafeMatcherCast() function1010 return Matcher<T>(new NotMatcherImpl<T>(SafeMatcherCast<T>(matcher_)));1108 values->push_back(SafeMatcherCast<T>(std::get<I>(matchers_)));1323 const Matcher<const T&> matcher = SafeMatcherCast<const T&>(matcher_);2383 testing::SafeMatcherCast<const Element&>(inner_matcher)) {}2545 testing::SafeMatcherCast<const KeyType&>(inner_matcher)) {2610 testing::SafeMatcherCast<const FirstType&>(first_matcher)),2612 testing::SafeMatcherCast<const SecondType&>(second_matcher)) {3217 : mono_tuple2_matcher_(SafeMatcherCast<const ArgTuple&>(tm)),4383 return SafeMatcherCast<const T&>(matcher).MatchAndExplain(value, listener);[all …]