Home
last modified time | relevance | path

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

/external/deqp/framework/delibs/decpp/
DdeCommandLine.hpp262 struct OptInfo;
264 typedef void (*DispatchParseFunc) (const OptInfo* info, const char* src, TypedFieldMap* dst);
267 struct OptInfo struct in de::cmdline::detail::Parser
284 OptInfo (void) in OptInfo() argument
299 void addOption (const OptInfo& option);
302 static void dispatchParse (const OptInfo* info, const char* src, TypedFieldMap* dst);
304 vector<OptInfo> m_options;
318 void Parser::dispatchParse (const OptInfo* info, const char* src, TypedFieldMap* dst) in dispatchParse()
375 OptInfo opt; in addOption()
DdeCommandLine.cpp103 void Parser::addOption (const OptInfo& option) in addOption()
110 typedef map<string, const OptInfo*> OptMap; in parse()
111 typedef set<const OptInfo*> OptSet; in parse()
120 …for (vector<OptInfo>::const_iterator optIter = m_options.begin(); optIter != m_options.end(); optI… in parse()
122 const OptInfo& opt = *optIter; in parse()
167 const OptInfo* opt = optPos != optMap.end() ? optPos->second : DE_NULL; in parse()
241 …for (vector<OptInfo>::const_iterator optIter = m_options.begin(); optIter != m_options.end(); ++op… in help()
243 const OptInfo& opt = *optIter; in help()