#include <gmock-generated-actions.h>
|
| template<typename Function> |
| static R | Invoke (Function function, const ::testing::tuple< A1, A2, A3, A4, A5, A6, A7, A8 > &args) |
| template<class Class, typename MethodPtr> |
| static R | InvokeMethod (Class *obj_ptr, MethodPtr method_ptr, const ::testing::tuple< A1, A2, A3, A4, A5, A6, A7, A8 > &args) |
◆ Invoke()
template<typename R, typename A1, typename A2, typename A3, typename A4, typename A5, typename A6, typename A7, typename A8>
| R testing::internal::InvokeHelper< R, ::testing::tuple< A1, A2, A3, A4, A5, A6, A7, A8 > >::Invoke |
( |
Function | function, |
|
|
const ::testing::tuple< A1, A2, A3, A4, A5, A6, A7, A8 > & | args ) |
|
inlinestatic |
◆ InvokeMethod()
template<typename R, typename A1, typename A2, typename A3, typename A4, typename A5, typename A6, typename A7, typename A8>
template<class Class, typename MethodPtr>
| R testing::internal::InvokeHelper< R, ::testing::tuple< A1, A2, A3, A4, A5, A6, A7, A8 > >::InvokeMethod |
( |
Class * | obj_ptr, |
|
|
MethodPtr | method_ptr, |
|
|
const ::testing::tuple< A1, A2, A3, A4, A5, A6, A7, A8 > & | args ) |
|
inlinestatic |
The documentation for this class was generated from the following file: