Searched refs:NextArgumentOrError (Results 1 – 5 of 5) sorted by relevance
/system/extras/simpleperf/ |
D | cmd_record.cpp | 302 if (!NextArgumentOrError(args, &i)) { in ParseOptions() 313 if (!NextArgumentOrError(args, &i)) { in ParseOptions() 341 if (!NextArgumentOrError(args, &i)) { in ParseOptions() 346 if (!NextArgumentOrError(args, &i)) { in ParseOptions() 356 if (!NextArgumentOrError(args, &i)) { in ParseOptions() 370 if (!NextArgumentOrError(args, &i)) { in ParseOptions() 383 if (!NextArgumentOrError(args, &i)) { in ParseOptions() 398 if (!NextArgumentOrError(args, &i)) { in ParseOptions() 403 if (!NextArgumentOrError(args, &i)) { in ParseOptions() 412 if (!NextArgumentOrError(args, &i)) { in ParseOptions()
|
D | cmd_stat.cpp | 182 if (!NextArgumentOrError(args, &i)) { in ParseOptions() 187 if (!NextArgumentOrError(args, &i)) { in ParseOptions() 199 if (!NextArgumentOrError(args, &i)) { in ParseOptions() 206 if (!NextArgumentOrError(args, &i)) { in ParseOptions()
|
D | cmd_report.cpp | 370 if (!NextArgumentOrError(args, &i)) { in ParseOptions() 391 if (!NextArgumentOrError(args, &i)) { in ParseOptions() 402 if (!NextArgumentOrError(args, &i)) { in ParseOptions() 408 if (!NextArgumentOrError(args, &i)) { in ParseOptions() 425 if (!NextArgumentOrError(args, &i)) { in ParseOptions() 430 if (!NextArgumentOrError(args, &i)) { in ParseOptions() 436 if (!NextArgumentOrError(args, &i)) { in ParseOptions()
|
D | command.h | 52 bool NextArgumentOrError(const std::vector<std::string>& args, size_t* pi);
|
D | command.cpp | 26 bool Command::NextArgumentOrError(const std::vector<std::string>& args, size_t* pi) { in NextArgumentOrError() function in Command
|