Searched refs:short_name_ (Results 1 – 2 of 2) sorted by relevance
35 short_name_(""), in Command()39 : name_(name.to_string()), short_name_(short_name.to_string()), in Command()108 const std::string short_name_; variable
191 if (arg == subcommand->name_ || (!subcommand->short_name_.empty() in Execute()192 && arg == subcommand->short_name_)) { in Execute()198 if (arg == subcommand->name_ || (!subcommand->short_name_.empty() in Execute()199 && arg == subcommand->short_name_)) { in Execute()