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

/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-actions.h67 class ActionAdaptor;
400 friend class internal::ActionAdaptor;
484 class ActionAdaptor : public ActionInterface<F1> { class in namespace:testing::internal
489 explicit ActionAdaptor(const Action<F2>& from) : impl_(from.impl_) {} function in class:testing::internal::ActionAdaptor
498 GTEST_DISALLOW_ASSIGN_(ActionAdaptor);
1055 : impl_(new internal::ActionAdaptor<To, From>(from)) {}

Completed in 8 milliseconds