Home
last modified time | relevance | path

Searched refs:MatcherCast (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-matchers.h255 inline Matcher<T> MatcherCast(const M& matcher) { in MatcherCast() function
302 return MatcherCast<T>(matcher); in Cast()
1206 matchers.push_back(MatcherCast<RawU>(matcher));
1291 return MatcherCast<const T&>(matcher_).Matches(x);
1624 : matcher_(MatcherCast<const Pointee&>(matcher)) {}
1977 : size_matcher_(MatcherCast<SizeType>(size_matcher)) {}
2980 matchers_.push_back(MatcherCast<const Element&>(*first));
3062 return MatcherCast<Target>(a);
3744 field, MatcherCast<const FieldType&>(matcher)));
3773 property, MatcherCast<const PropertyType&>(matcher)));
[all …]
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DMatchers.h158 : matcher_(::testing::MatcherCast<const Value &>(matcher)) {} in Impl()