Searched refs:CommandObjectMultiwordTargetStopHooks (Results 1 – 1 of 1) sorted by relevance
5246 #pragma mark CommandObjectMultiwordTargetStopHooks5250 class CommandObjectMultiwordTargetStopHooks : public CommandObjectMultiword { class5252 CommandObjectMultiwordTargetStopHooks(CommandInterpreter &interpreter) in CommandObjectMultiwordTargetStopHooks() function in CommandObjectMultiwordTargetStopHooks5274 ~CommandObjectMultiwordTargetStopHooks() override = default;5370 CommandObjectSP(new CommandObjectMultiwordTargetStopHooks(interpreter))); in CommandObjectMultiwordTarget()