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

/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-actions.h438 class MonomorphicImpl : public ActionInterface<F> { class in class:testing::PolymorphicAction
443 explicit MonomorphicImpl(const Impl& impl) : impl_(impl) {} function in class:testing::PolymorphicAction::MonomorphicImpl
H A Dgmock-matchers.h449 class MonomorphicImpl : public MatcherInterface<T> { class in class:testing::PolymorphicMatcher
451 explicit MonomorphicImpl(const Impl& impl) : impl_(impl) {} function in class:testing::PolymorphicMatcher::MonomorphicImpl

Completed in 27 milliseconds