Home
last modified time | relevance | path

Searched refs:curValue (Results 1 – 1 of 1) sorted by relevance

/external/deqp/framework/delibs/decpp/
DdeCommandLine.cpp265 …for (const void* curValue = opt.namedValues; curValue != opt.namedValuesEnd; curValue = (const voi… in help() local
267 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() local
301 if (srcStr == getNamedValueName(curValue)) in findNamedValueMatch()
302 return curValue; in findNamedValueMatch()