Home
last modified time | relevance | path

Searched defs:OptInfo (Results 1 – 1 of 1) sorted by relevance

/external/deqp/framework/delibs/decpp/
DdeCommandLine.hpp293 struct OptInfo struct in de::cmdline::detail::Parser
295 const char *shortName;
296 const char *longName;
297 const char *description;
298 const char *defaultValue;
299 bool isFlag; //!< Set true for bool typed arguments that do not used named values.
301 GenericParseFunc parse;
303 const void *namedValues;
304 const void *namedValuesEnd;
305 size_t namedValueStride;
[all …]