Searched defs:cmdName (Results 1 – 4 of 4) sorted by relevance
49 auto cmdName = trackedCMD->GetCommandName(); variable73 auto cmdName = trackedCMD->GetCommandName(); variable
149 bool SubCommand::RegisterSubCommand(const std::string& cmdName, std::function<SubCommand&()> func) in RegisterSubCommand()171 bool SubCommand::RegisterSubCommand(const std::string& cmdName, std::unique_ptr<SubCommand> subComm… in RegisterSubCommand()197 SubCommand *SubCommand::FindSubCommand(std::string &cmdName) in FindSubCommand()
506 bool IsSameCommand(const std::string &cmdLine, const std::string &cmdName) in IsSameCommand()524 for (const auto& cmdName : cmdNames) { in IsSameCommand() local
426 bool IsSameCommand(std::string cmdLine, std::string cmdName) in IsSameCommand()