Home | History | Annotate | Download | only in v1_5

Lines Matching full:actioninterface

1462 define your own action by implementing `::testing::ActionInterface`.
3053 `::testing::ActionInterface<F>`, where `F` is the type of the mock
3057 template <typename F>class ActionInterface {
3059 virtual ~ActionInterface();
3071 using ::testing::ActionInterface;
3076 class IncrementArgumentAction : public ActionInterface<IncrementMethod> {