Searched refs:curValue (Results 1 – 1 of 1) sorted by relevance
265 …for (const void* curValue = opt.namedValues; curValue != opt.namedValuesEnd; curValue = (const voi… in help() local267 if (curValue != opt.namedValues) in help()269 str << getNamedValueName(curValue); in help()299 …for (const void* curValue = namedValues; curValue != namedValuesEnd; curValue = (const void*)((deU… in findNamedValueMatch() local301 if (srcStr == getNamedValueName(curValue)) in findNamedValueMatch()302 return curValue; in findNamedValueMatch()