Searched refs:CommandObjectMultiwordTargetStopHooks (Results 1 – 1 of 1) sorted by relevance
5033 #pragma mark CommandObjectMultiwordTargetStopHooks5037 class CommandObjectMultiwordTargetStopHooks : public CommandObjectMultiword { class5039 CommandObjectMultiwordTargetStopHooks(CommandInterpreter &interpreter) in CommandObjectMultiwordTargetStopHooks() function in CommandObjectMultiwordTargetStopHooks5061 ~CommandObjectMultiwordTargetStopHooks() override = default;5132 CommandObjectSP(new CommandObjectMultiwordTargetStopHooks(interpreter))); in CommandObjectMultiwordTarget()