Home
last modified time | relevance | path

Searched refs:NextArgumentOrError (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/extras/simpleperf/
H A Dcommand.h170 if (!NextArgumentOrError(args, pi)) {
186 bool NextArgumentOrError(const std::vector<std::string>& args, size_t* pi);
H A Dcommand.cpp34 bool Command::NextArgumentOrError(const std::vector<std::string>& args, size_t* pi) { in NextArgumentOrError() function in simpleperf::Command
129 if (!NextArgumentOrError(args, pi)) { in GetDoubleOption()
H A Dcmd_kmem.cpp403 if (!NextArgumentOrError(args, &i)) { in ParseOptions()
408 if (!NextArgumentOrError(args, &i)) { in ParseOptions()
415 if (!NextArgumentOrError(args, &i)) { in ParseOptions()
H A Dcmd_trace_sched.cpp156 if (!NextArgumentOrError(args, &i)) { in ParseOptions()