HomeSort by relevance Sort by last modified time
    Searched refs:dispatchParse (Results 1 - 2 of 2) sorted by null

  /external/deqp/framework/delibs/decpp/
deCommandLine.hpp 281 DispatchParseFunc dispatchParse;
294 , dispatchParse (DE_NULL)
302 static void dispatchParse (const OptInfo* info, const char* src, TypedFieldMap* dst);
318 void Parser::dispatchParse (const OptInfo* info, const char* src, TypedFieldMap* dst)
386 opt.dispatchParse = dispatchParse<OptType>;
deCommandLine.cpp 146 opt.dispatchParse(&opt, opt.defaultValue, &dst->m_options);
195 opt->dispatchParse(opt, DE_NULL, &dst->m_options);
216 opt->dispatchParse(opt, value, &dst->m_options);

Completed in 3590 milliseconds