Searched refs:MonomorphicImpl (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/googletest/googlemock/include/gmock/
H A Dgmock-actions.h460 return Action<F>(new MonomorphicImpl<F>(impl_));
465 class MonomorphicImpl : public ActionInterface<F> { class in class:testing::PolymorphicAction
470 explicit MonomorphicImpl(const Impl& impl) : impl_(impl) {} function in class:testing::PolymorphicAction::MonomorphicImpl
479 GTEST_DISALLOW_ASSIGN_(MonomorphicImpl);
H A Dgmock-matchers.h581 return Matcher<T>(new MonomorphicImpl<GTEST_REFERENCE_TO_CONST_(T)>(impl_));
586 class MonomorphicImpl : public MatcherInterface<T> { class in class:testing::PolymorphicMatcher
588 explicit MonomorphicImpl(const Impl& impl) : impl_(impl) {} function in class:testing::PolymorphicMatcher::MonomorphicImpl
605 GTEST_DISALLOW_ASSIGN_(MonomorphicImpl);

Completed in 171 milliseconds