Searched refs:CommandObjectMultiwordTargetStopHooks (Results 1 – 1 of 1) sorted by relevance
4868 #pragma mark CommandObjectMultiwordTargetStopHooks4872 class CommandObjectMultiwordTargetStopHooks : public CommandObjectMultiword { class4874 CommandObjectMultiwordTargetStopHooks(CommandInterpreter &interpreter) in CommandObjectMultiwordTargetStopHooks() function in CommandObjectMultiwordTargetStopHooks4896 ~CommandObjectMultiwordTargetStopHooks() override = default;4921 CommandObjectSP(new CommandObjectMultiwordTargetStopHooks(interpreter))); in CommandObjectMultiwordTarget()