Searched refs:isTraceOption (Results 1 – 1 of 1) sorted by relevance
209 auto isTraceOption = [](const std::string &opt1) { in ParseCommand() local212 … auto traceMode = [isTraceOption](int32_t argCount, char *argvOffset[]) -> bool { in ParseCommand()220 if ((argCount >= 5) && isTraceOption(std::string(argvOffset[4]))) { in ParseCommand()223 if ((argCount >= 6) && isTraceOption(std::string(argvOffset[5]))) { in ParseCommand()274 if (isTraceOption(arg5)) { in ParseCommand()293 if (!isTraceOption(arg6)) { in ParseCommand()