#include <gmock-actions.h>
Public Member Functions | |
InvokeMethodAction (Class *obj_ptr, MethodPtr method_ptr) | |
template<typename... Args> | |
auto | operator() (Args &&... args) const -> decltype((obj_ptr-> *method_ptr)(std::forward< Args >(args)...)) |
template<typename... Args> | |
auto | operator() (Args &&... args) const -> decltype((obj_ptr-> *method_ptr)(std::forward< Args >(args)...)) |
template<typename... Args> | |
auto | operator() (Args &&... args) const -> decltype((obj_ptr-> *method_ptr)(std::forward< Args >(args)...)) |
template<typename... Args> | |
auto | operator() (Args &&... args) const -> decltype((obj_ptr-> *method_ptr)(std::forward< Args >(args)...)) |
template<typename Result , typename ArgumentTuple > | |
Result | Perform (const ArgumentTuple &args) const |
Public Attributes | |
const MethodPtr | method_ptr |
Class *const | obj_ptr |
Private Member Functions | |
GTEST_DISALLOW_ASSIGN_ (InvokeMethodAction) | |
Private Attributes | |
const MethodPtr | method_ptr_ |
Class *const | obj_ptr_ |
Definition at line 785 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-actions.h.
|
inline |
Definition at line 14722 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
private |
|
inline |
Definition at line 790 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-actions.h.
|
inline |
Definition at line 827 of file bloaty/third_party/protobuf/third_party/googletest/googlemock/include/gmock/gmock-actions.h.
|
inline |
Definition at line 827 of file protobuf/third_party/googletest/googlemock/include/gmock/gmock-actions.h.
|
inline |
Definition at line 927 of file googletest/googlemock/include/gmock/gmock-actions.h.
|
inline |
Definition at line 14726 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
const MethodPtr testing::internal::InvokeMethodAction< Class, MethodPtr >::method_ptr |
Definition at line 787 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-actions.h.
|
private |
Definition at line 14735 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
Class *const testing::internal::InvokeMethodAction< Class, MethodPtr >::obj_ptr |
Definition at line 786 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-actions.h.
|
private |
Definition at line 14736 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.