Searched refs:SubstractAction (Results 1 – 1 of 1) sorted by relevance
369 class SubstractAction : public ActionInterface<int(int, int)> { // NOLINT class378 WithArgs<2, 1>(MakeAction(new SubstractAction)); in TEST()