Searched refs:CommandObjectMultiwordTargetStopHooks (Results 1 – 1 of 1) sorted by relevance
5322 #pragma mark CommandObjectMultiwordTargetStopHooks5326 class CommandObjectMultiwordTargetStopHooks : public CommandObjectMultiword { class5328 CommandObjectMultiwordTargetStopHooks(CommandInterpreter &interpreter) in CommandObjectMultiwordTargetStopHooks() function in CommandObjectMultiwordTargetStopHooks5350 ~CommandObjectMultiwordTargetStopHooks() override = default;5446 CommandObjectSP(new CommandObjectMultiwordTargetStopHooks(interpreter))); in CommandObjectMultiwordTarget()