Searched refs:CommandObjectMultiwordTargetStopHooks (Results 1 – 1 of 1) sorted by relevance
5218 #pragma mark CommandObjectMultiwordTargetStopHooks5222 class CommandObjectMultiwordTargetStopHooks : public CommandObjectMultiword { class5224 CommandObjectMultiwordTargetStopHooks(CommandInterpreter &interpreter) in CommandObjectMultiwordTargetStopHooks() function in CommandObjectMultiwordTargetStopHooks5246 ~CommandObjectMultiwordTargetStopHooks() override = default;5342 CommandObjectSP(new CommandObjectMultiwordTargetStopHooks(interpreter))); in CommandObjectMultiwordTarget()