Searched refs:ActionAdaptor (Results 1 – 3 of 3) 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)) {}