Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dpandargs.h575 const std::size_t sepFound = NextSeparator(argstr); in ParseNextRegularArg() local
578 if (sepCompound != std::string::npos && (sepFound == std::string::npos || sepCompound < sepFound)) { in ParseNextRegularArg()
584 if (sepFound != std::string::npos) { in ParseNextRegularArg()
586 argvVec_[argvIndex_] = argstr.substr(sepFound + 1); in ParseNextRegularArg()
587 argName = argstr.substr(DASH_COUNT, sepFound - DASH_COUNT); in ParseNextRegularArg()
589 argName = argstr.substr(DASH_COUNT, sepFound); in ParseNextRegularArg()
605 if (sepFound != std::string::npos) { in ParseNextRegularArg()

Completed in 3 milliseconds