reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
77 new ValueMatchesMono<T>(testing::SafeMatcherCast<T>(Matcher))); 154 testing::SafeMatcherCast<InfoT &>(Matcher)));include/llvm/Testing/Support/SupportHelpers.h
67 new Impl<T>(::testing::SafeMatcherCast<T>(ValueMatcher)));
utils/unittest/googlemock/include/gmock/gmock-matchers.h1480 return Matcher<T>(new NotMatcherImpl<T>(SafeMatcherCast<T>(matcher_))); 1600 SafeMatcherCast<T>(matchers.first), 1601 SafeMatcherCast<T>(matchers.second))); 1650 return Matcher<T>(new BothOfMatcherImpl<T>(SafeMatcherCast<T>(matcher1_), 1651 SafeMatcherCast<T>(matcher2_))); 1746 SafeMatcherCast<T>(matcher1_), SafeMatcherCast<T>(matcher2_))); 1746 SafeMatcherCast<T>(matcher1_), SafeMatcherCast<T>(matcher2_))); 1856 const Matcher<const T&> matcher = SafeMatcherCast<const T&>(matcher_); 2735 : mono_tuple_matcher_(SafeMatcherCast<InnerMatcherArg>(tuple_matcher)), 2816 testing::SafeMatcherCast<const Element&>(inner_matcher)) {} 3015 testing::SafeMatcherCast<const FirstType&>(first_matcher)), 3017 testing::SafeMatcherCast<const SecondType&>(second_matcher)) { 3599 : mono_tuple2_matcher_(SafeMatcherCast<const ArgTuple&>(tm)),