Home
last modified time | relevance | path

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

/external/deqp/framework/delibs/decpp/
DdeCommandLine.hpp267 struct OptInfo struct in de::cmdline::detail::Parser
269 const char* shortName;
270 const char* longName;
271 const char* description;
272 const char* defaultValue;
273 bool isFlag; //!< Set true for bool typed arguments that do not used named values.
275 GenericParseFunc parse;
277 const void* namedValues;
278 const void* namedValuesEnd;
279 size_t namedValueStride;
[all …]