Searched refs:CommandObjectMultiwordBugreport (Results 1 – 3 of 3) sorted by relevance
111 #pragma mark CommandObjectMultiwordBugreport117 CommandObjectMultiwordBugreport::CommandObjectMultiwordBugreport( in CommandObjectMultiwordBugreport() function in CommandObjectMultiwordBugreport128 CommandObjectMultiwordBugreport::~CommandObjectMultiwordBugreport() {} in ~CommandObjectMultiwordBugreport()
21 class CommandObjectMultiwordBugreport : public CommandObjectMultiword {23 CommandObjectMultiwordBugreport(CommandInterpreter &interpreter);25 ~CommandObjectMultiwordBugreport() override;
466 CommandObjectSP(new CommandObjectMultiwordBugreport(*this)); in LoadCommandDictionary()