Home
last modified time | relevance | path

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

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