|
| template<typename Function> |
| static R | Invoke (Function function, const ::testing::tuple< A1, A2, A3, A4, A5, A6 > &args) |
| template<class Class, typename MethodPtr> |
| static R | InvokeMethod (Class *obj_ptr, MethodPtr method_ptr, const ::testing::tuple< A1, A2, A3, A4, A5, A6 > &args) |
template<typename R, typename A1, typename A2, typename A3, typename A4, typename A5, typename A6>
class testing::internal::InvokeHelper< R, ::testing::tuple< A1, A2, A3, A4, A5, A6 > >
Definition at line 159 of file gmock-generated-actions.h.