Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h474 class MatcherBaseImpl {
476 MatcherBaseImpl() = default;
487 class MatcherBaseImpl<Derived<Ts...>> {
493 explicit MatcherBaseImpl(Ts... params) in MatcherBaseImpl() function
497 MatcherBaseImpl(Ts... params) // NOLINT in MatcherBaseImpl() function
5718 : public ::testing::internal::MatcherBaseImpl<name##Matcher> { \
5794 class full_name : public ::testing::internal::MatcherBaseImpl< \
5797 using full_name::MatcherBaseImpl::MatcherBaseImpl; \