Searched refs:CommandObjectMultiwordTargetStopHooks (Results 1 – 1 of 1) sorted by relevance
5048 #pragma mark CommandObjectMultiwordTargetStopHooks5052 class CommandObjectMultiwordTargetStopHooks : public CommandObjectMultiword { class5054 CommandObjectMultiwordTargetStopHooks(CommandInterpreter &interpreter) in CommandObjectMultiwordTargetStopHooks() function in CommandObjectMultiwordTargetStopHooks5076 ~CommandObjectMultiwordTargetStopHooks() override = default;5148 CommandObjectSP(new CommandObjectMultiwordTargetStopHooks(interpreter))); in CommandObjectMultiwordTarget()