Searched refs:RepeatCommand (Results 1 – 3 of 3) sorted by relevance
85 RepeatCommand* Command::AsRepeat() { in AsRepeat()86 return static_cast<RepeatCommand*>(this); in AsRepeat()182 RepeatCommand::RepeatCommand(uint32_t count) in RepeatCommand() function in amber::RepeatCommand185 RepeatCommand::~RepeatCommand() = default;
50 class RepeatCommand; variable114 RepeatCommand* AsRepeat();702 class RepeatCommand : public Command {704 explicit RepeatCommand(uint32_t count);705 ~RepeatCommand() override;
3581 auto cmd = MakeUnique<RepeatCommand>(count); in ParseRepeat()