Home
last modified time | relevance | path

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

/external/deqp/framework/delibs/decpp/
DdeCommandLine.hpp137 template<class Option> inline bool isBooleanOpt (void) { return isBoolean<typename OptTraits<Option… in isBooleanOpt() function
381 opt.isFlag = isBooleanOpt<OptType>() && !option.namedValues; in addOption()