#include <gmock.h>
Public Member Functions | |
template<typename Result , typename ArgumentTuple > | |
void | Perform (const ArgumentTuple &args) const |
template<typename Result , typename ArgumentTuple > | |
void | Perform (const ArgumentTuple &args) const |
SetArgumentPointeeAction (const A &value) | |
SetArgumentPointeeAction (const A &value) | |
Private Member Functions | |
GTEST_DISALLOW_ASSIGN_ (SetArgumentPointeeAction) | |
GTEST_DISALLOW_ASSIGN_ (SetArgumentPointeeAction) | |
Private Attributes | |
const A | value_ |
Definition at line 1591 of file fused-src/gmock/gmock.h.
testing::internal::SetArgumentPointeeAction< N, A, kIsProto >::SetArgumentPointeeAction | ( | const A & | value | ) | [inline, explicit] |
Definition at line 1595 of file fused-src/gmock/gmock.h.
testing::internal::SetArgumentPointeeAction< N, A, kIsProto >::SetArgumentPointeeAction | ( | const A & | value | ) | [inline, explicit] |
Definition at line 690 of file gmock-actions.h.
testing::internal::SetArgumentPointeeAction< N, A, kIsProto >::GTEST_DISALLOW_ASSIGN_ | ( | SetArgumentPointeeAction< N, A, kIsProto > | ) | [private] |
testing::internal::SetArgumentPointeeAction< N, A, kIsProto >::GTEST_DISALLOW_ASSIGN_ | ( | SetArgumentPointeeAction< N, A, kIsProto > | ) | [private] |
void testing::internal::SetArgumentPointeeAction< N, A, kIsProto >::Perform | ( | const ArgumentTuple & | args | ) | const [inline] |
Definition at line 693 of file gmock-actions.h.
void testing::internal::SetArgumentPointeeAction< N, A, kIsProto >::Perform | ( | const ArgumentTuple & | args | ) | const [inline] |
Definition at line 1598 of file fused-src/gmock/gmock.h.
const A testing::internal::SetArgumentPointeeAction< N, A, kIsProto >::value_ [private] |
Definition at line 1604 of file fused-src/gmock/gmock.h.