Searched refs:ParseOptions (Results 1 – 4 of 4) sorted by relevance
48 bool ParseOptions(const std::vector<std::string>& args);60 if (!ParseOptions(args)) { in Run()83 bool DumpRecordCommand::ParseOptions(const std::vector<std::string>& args) { in ParseOptions() function in DumpRecordCommand
86 …bool ParseOptions(const std::vector<std::string>& args, std::vector<std::string>* non_option_args);110 if (!ParseOptions(args, &workload_args)) { in Run()174 bool StatCommand::ParseOptions(const std::vector<std::string>& args, in ParseOptions() function in StatCommand
141 …bool ParseOptions(const std::vector<std::string>& args, std::vector<std::string>* non_option_args);197 if (!ParseOptions(args, &workload_args)) { in Run()292 bool RecordCommand::ParseOptions(const std::vector<std::string>& args, in ParseOptions() function in RecordCommand
288 bool ParseOptions(const std::vector<std::string>& args);325 if (!ParseOptions(args)) { in Run()352 bool ReportCommand::ParseOptions(const std::vector<std::string>& args) { in ParseOptions() function in ReportCommand