Home
last modified time | relevance | path

Searched refs:subArgsStr (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dpandargs.h553 auto subArgsStr = argstr.substr(sepPos + 1); in ParseCompoundArg() local
555 for (size_t pos = subArgsStr.find(',', 0); pos != std::string_view::npos; in ParseCompoundArg()
556 start = pos + 1, pos = subArgsStr.find(',', start)) { in ParseCompoundArg()
557 auto argStr = subArgsStr.substr(start, pos - start); in ParseCompoundArg()
562 if (start < subArgsStr.size()) { in ParseCompoundArg()
563 if (!ParseSubArgument(arg, subArgsStr.substr(start))) { in ParseCompoundArg()

Completed in 2 milliseconds