HomeSort by: relevance | last modified time | path
    Searched refs:SafeMatcherCast (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Testing/Support/
Error.h 77 new ValueMatchesMono<T>(testing::SafeMatcherCast<T>(Matcher)));
184 testing::SafeMatcherCast<InfoT &>(Matcher)));
SupportHelpers.h 69 new Impl<T>(::testing::SafeMatcherCast<T>(ValueMatcher)));
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
gmock-matchers.h 258 // Implements SafeMatcherCast().
306 inline Matcher<T> SafeMatcherCast(const M& polymorphic_matcher) {
1009 return Matcher<T>(new NotMatcherImpl<T>(SafeMatcherCast<T>(matcher_)));
1107 values->push_back(SafeMatcherCast<T>(std::get<I>(matchers_)));
1317 // We write SafeMatcherCast<const T&>(matcher_) instead of
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))
    [all...]

Completed in 26 milliseconds