Searched defs:cmdName (Results 1 – 4 of 4) sorted by relevance
49 auto cmdName = trackedCMD->GetCommandName(); variable73 auto cmdName = trackedCMD->GetCommandName(); variable
150 bool SubCommand::RegisterSubCommand(const std::string& cmdName, std::function<SubCommand&()> func) in RegisterSubCommand()172 bool SubCommand::RegisterSubCommand(const std::string& cmdName, std::unique_ptr<SubCommand> subComm… in RegisterSubCommand()198 SubCommand *SubCommand::FindSubCommand(const std::string &cmdName) in FindSubCommand()
529 bool IsSameCommand(const std::string &cmdLine, const std::string &cmdName) in IsSameCommand()547 for (const auto& cmdName : cmdNames) { in IsSameCommand() local
532 bool IsSameCommand(std::string cmdLine, std::string cmdName) in IsSameCommand()