Searched refs:namedValuesEnd (Results 1 – 2 of 2) sorted by relevance
/external/deqp/framework/delibs/decpp/ |
D | deCommandLine.hpp | 66 const NamedValue<ValueType>* namedValuesEnd; //!< Named value list end. member 76 , namedValuesEnd(0) in Option() 88 , namedValuesEnd(DE_NULL) in Option() 100 , namedValuesEnd(namedValuesEnd_) in Option() 113 , namedValuesEnd(DE_ARRAY_END(namedValues_)) in Option() 278 const void* namedValuesEnd; member 292 , namedValuesEnd (DE_NULL) in OptInfo() 315 …medValueMatch (const char* src, const void* namedValues, const void* namedValuesEnd, size_t stride… 330 …const void* match = findNamedValueMatch(src, info->namedValues, info->namedValuesEnd, info->namedV… in dispatchParse() 384 opt.namedValuesEnd = (const void*)option.namedValuesEnd; in addOption()
|
D | deCommandLine.cpp | 265 …for (const void* curValue = opt.namedValues; curValue != opt.namedValuesEnd; curValue = (const voi… in help() 295 …medValueMatch (const char* src, const void* namedValues, const void* namedValuesEnd, size_t stride) in findNamedValueMatch() argument 299 …for (const void* curValue = namedValues; curValue != namedValuesEnd; curValue = (const void*)((deU… in findNamedValueMatch()
|