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

/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-actions.h433 return Action<F>(new MonomorphicImpl<F>(impl_));
438 class MonomorphicImpl : public ActionInterface<F> { class in class:testing::PolymorphicAction
443 explicit MonomorphicImpl(const Impl& impl) : impl_(impl) {} function in class:testing::PolymorphicAction::MonomorphicImpl
452 GTEST_DISALLOW_ASSIGN_(MonomorphicImpl);
H A Dgmock-matchers.h444 return Matcher<T>(new MonomorphicImpl<T>(impl_));
449 class MonomorphicImpl : public MatcherInterface<T> { class in class:testing::PolymorphicMatcher
451 explicit MonomorphicImpl(const Impl& impl) : impl_(impl) {} function in class:testing::PolymorphicMatcher::MonomorphicImpl
468 GTEST_DISALLOW_ASSIGN_(MonomorphicImpl);

Completed in 27 milliseconds