#include <gmock-actions.h>
template<typename Action1, typename Action2>
class testing::internal::DoBothAction< Action1, Action2 >
Definition at line 972 of file gmock-actions.h.
◆ DoBothAction()
template<typename Action1, typename Action2>
Definition at line 974 of file gmock-actions.h.
975 : action1_(action1), action2_(action2) {}
◆ operator Action< F >()
template<typename Action1, typename Action2>
template<typename F >
Definition at line 980 of file gmock-actions.h.
981 return Action<F>(
new Impl<F>(action1_, action2_));
The documentation for this class was generated from the following file:
- /home/abuild/rpmbuild/BUILD/electroneum-5.0.0.4/external/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-actions.h