Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Testing/Support/
H A DError.h77 new ValueMatchesMono<T>(testing::SafeMatcherCast<T>(Matcher)));
184 testing::SafeMatcherCast<InfoT &>(Matcher))); in Failed()
H A DSupportHelpers.h69 new Impl<T>(::testing::SafeMatcherCast<T>(ValueMatcher)));
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-matchers.h306 inline Matcher<T> SafeMatcherCast(const M& polymorphic_matcher) { in SafeMatcherCast() function
1009 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 …]