Searched refs:ActionAdaptor (Results 1 – 4 of 4) sorted by relevance
63 class ActionAdaptor; variable325 friend class internal::ActionAdaptor;409 class ActionAdaptor : public ActionInterface<F1> {414 explicit ActionAdaptor(const Action<F2>& from) : impl_(from.impl_) {} in ActionAdaptor() function423 GTEST_DISALLOW_ASSIGN_(ActionAdaptor);937 : impl_(new internal::ActionAdaptor<To, From>(from)) {} in Action()
67 class ActionAdaptor; variable400 friend class internal::ActionAdaptor;484 class ActionAdaptor : public ActionInterface<F1> {489 explicit ActionAdaptor(const Action<F2>& from) : impl_(from.impl_) {}498 GTEST_DISALLOW_ASSIGN_(ActionAdaptor);1055 : impl_(new internal::ActionAdaptor<To, From>(from)) {}
972 class ActionAdaptor;1234 friend class internal::ActionAdaptor;1318 class ActionAdaptor : public ActionInterface<F1> {1323 explicit ActionAdaptor(const Action<F2>& from) : impl_(from.impl_) {}1332 GTEST_DISALLOW_ASSIGN_(ActionAdaptor);1846 : impl_(new internal::ActionAdaptor<To, From>(from)) {}