Searched refs:help_msg (Results 1 – 2 of 2) sorted by relevance
45 const OptionFormatMap& option_formats, const std::string& help_msg, in ConvertArgsToOptions() argument59 LOG(ERROR) << "Unknown option " << args[i] << "." << help_msg; in ConvertArgsToOptions()70 LOG(ERROR) << "No argument following " << name << " option." << help_msg; in ConvertArgsToOptions()89 << help_msg; in ConvertArgsToOptions()96 << help_msg; in ConvertArgsToOptions()121 LOG(ERROR) << "Invalid option " << args[i] << "." << help_msg; in ConvertArgsToOptions()133 const std::string help_msg = " Try `simpleperf help " + name_ + "`."; in PreprocessOptions() local134 return ConvertArgsToOptions(args, option_formats, help_msg, options, ordered_options, in PreprocessOptions()
143 const OptionFormatMap& option_formats, const std::string& help_msg,