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.h465 class MatcherBaseImpl {
467 MatcherBaseImpl() = default;
478 class MatcherBaseImpl<Derived<Ts...>> {
484 explicit MatcherBaseImpl(Ts... params) in MatcherBaseImpl() function
488 MatcherBaseImpl(Ts... params) // NOLINT in MatcherBaseImpl() function
5450 : public ::testing::internal::MatcherBaseImpl<name##Matcher> { \
5527 class full_name : public ::testing::internal::MatcherBaseImpl< \
5530 using full_name::MatcherBaseImpl::MatcherBaseImpl; \