Searched refs:SafeMatcherCast (Results 1 – 3 of 3) sorted by relevance
77 new ValueMatchesMono<T>(testing::SafeMatcherCast<T>(Matcher)));184 testing::SafeMatcherCast<InfoT &>(Matcher))); in Failed()
69 new Impl<T>(::testing::SafeMatcherCast<T>(ValueMatcher)));
306 inline Matcher<T> SafeMatcherCast(const M& polymorphic_matcher) { in SafeMatcherCast() function1009 return Matcher<T>(new NotMatcherImpl<T>(SafeMatcherCast<T>(matcher_)));1107 values->push_back(SafeMatcherCast<T>(std::get<I>(matchers_)));1322 const Matcher<const T&> matcher = SafeMatcherCast<const T&>(matcher_);2296 : mono_tuple_matcher_(SafeMatcherCast<InnerMatcherArg>(tuple_matcher)),2382 testing::SafeMatcherCast<const Element&>(inner_matcher)) {}2544 testing::SafeMatcherCast<const KeyType&>(inner_matcher)) {2609 testing::SafeMatcherCast<const FirstType&>(first_matcher)),2611 testing::SafeMatcherCast<const SecondType&>(second_matcher)) {3216 : mono_tuple2_matcher_(SafeMatcherCast<const ArgTuple&>(tm)),[all …]