Searched refs:isOption (Results 1 – 1 of 1) sorted by relevance
477 …bool isOption = (argList_[argListIndex - 1] == "-o" || argList_[argListIndex - 1] == "--options") … in GetKeyAndValueByOpt() local478 int keyIndex = isOption ? argListIndex : argListIndex - 1; in GetKeyAndValueByOpt()479 int valueIndex = isOption ? argListIndex + 1 : argListIndex; in GetKeyAndValueByOpt()