Home | History | Annotate | Download | only in v1_6

Lines Matching full:actioninterface

1530 define your own action by implementing `::testing::ActionInterface`.
3204 `::testing::ActionInterface<F>`, where `F` is the type of the mock
3208 template <typename F>class ActionInterface {
3210 virtual ~ActionInterface();
3222 using ::testing::ActionInterface;
3227 class IncrementArgumentAction : public ActionInterface<IncrementMethod> {