Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Testing/Support/
H A DError.h77 new ValueMatchesMono<T>(testing::SafeMatcherCast<T>(Matcher)));
205 testing::SafeMatcherCast<InfoT &>(Matcher))); in Failed()
H A DSupportHelpers.h69 new Impl<T>(::testing::SafeMatcherCast<T>(ValueMatcher)));
/llvm-project-15.0.7/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-matchers.h307 inline Matcher<T> SafeMatcherCast(const M& polymorphic_matcher) { in SafeMatcherCast() function
1010 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 …]