Lines Matching full:actioninterface
1607 define your own action by implementing `::testing::ActionInterface`.
3537 `::testing::ActionInterface<F>`, where `F` is the type of the mock
3541 template <typename F>class ActionInterface {
3543 virtual ~ActionInterface();
3555 using ::testing::ActionInterface;
3560 class IncrementArgumentAction : public ActionInterface<IncrementMethod> {