Searched refs:commands_ (Results 1 – 2 of 2) sorted by relevance
94 commands_.emplace_back(function->second, function->first, std::move(args), line); in AddCommand()99 commands_.emplace_back(f, false, std::move(args), line); in AddCommand()103 return commands_.size(); in NumCommands()109 Command cmd = commands_[command]; in ExecuteOneCommand()114 for (const auto& c : commands_) { in ExecuteAllCommands()207 for (const auto& c : commands_) { in DumpState()
89 std::vector<Command> commands_; variable