Searched refs:CommandObjectReproducer (Results 1 – 4 of 4) sorted by relevance
18 class CommandObjectReproducer : public CommandObjectMultiword {20 CommandObjectReproducer(CommandInterpreter &interpreter);22 ~CommandObjectReproducer() override;
696 CommandObjectReproducer::CommandObjectReproducer( in CommandObjectReproducer() function in CommandObjectReproducer724 CommandObjectReproducer::~CommandObjectReproducer() = default;
26 CommandObjectReproducer.cpp
508 REGISTER_COMMAND_OBJECT("reproducer", CommandObjectReproducer); in LoadCommandDictionary()