#include <gmock.h>
Classes | |
| class | Impl |
Public Member Functions | |
| DoBothAction (Action1 action1, Action2 action2) | |
| DoBothAction (Action1 action1, Action2 action2) | |
| template<typename F > | |
| operator Action< F > () const | |
| template<typename F > | |
| operator Action< F > () const | |
Private Member Functions | |
| GTEST_DISALLOW_ASSIGN_ (DoBothAction) | |
| GTEST_DISALLOW_ASSIGN_ (DoBothAction) | |
Private Attributes | |
| Action1 | action1_ |
| Action2 | action2_ |
Definition at line 1759 of file fused-src/gmock/gmock.h.
| testing::internal::DoBothAction< Action1, Action2 >::DoBothAction | ( | Action1 | action1, |
| Action2 | action2 | ||
| ) | [inline] |
Definition at line 1761 of file fused-src/gmock/gmock.h.
| testing::internal::DoBothAction< Action1, Action2 >::DoBothAction | ( | Action1 | action1, |
| Action2 | action2 | ||
| ) | [inline] |
Definition at line 856 of file gmock-actions.h.
| testing::internal::DoBothAction< Action1, Action2 >::GTEST_DISALLOW_ASSIGN_ | ( | DoBothAction< Action1, Action2 > | ) | [private] |
| testing::internal::DoBothAction< Action1, Action2 >::GTEST_DISALLOW_ASSIGN_ | ( | DoBothAction< Action1, Action2 > | ) | [private] |
| testing::internal::DoBothAction< Action1, Action2 >::operator Action< F > | ( | ) | const [inline] |
Definition at line 862 of file gmock-actions.h.
| testing::internal::DoBothAction< Action1, Action2 >::operator Action< F > | ( | ) | const [inline] |
Definition at line 1767 of file fused-src/gmock/gmock.h.
Action1 testing::internal::DoBothAction< Action1, Action2 >::action1_ [private] |
Definition at line 1795 of file fused-src/gmock/gmock.h.
Action2 testing::internal::DoBothAction< Action1, Action2 >::action2_ [private] |
Definition at line 1796 of file fused-src/gmock/gmock.h.