Home | History | Annotate | Download | only in v1_7

Lines Matching full:actioninterface

1558 define your own action by implementing `::testing::ActionInterface`.
3294 `::testing::ActionInterface<F>`, where `F` is the type of the mock
3298 template <typename F>class ActionInterface {
3300 virtual ~ActionInterface();
3312 using ::testing::ActionInterface;
3317 class IncrementArgumentAction : public ActionInterface<IncrementMethod> {