Home
last modified time | relevance | path

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

/tools_previewer/util/
DCommandParser.cpp126 bool CommandParser::IsSet(string key) in IsSet()
134 string CommandParser::Value(string key) in Value()
143 vector<string> CommandParser::Values(string key) in Values()
152 void CommandParser::Register(string key, uint32_t argc, string help) in Register()
/tools_previewer/cli/
DCommandLineInterface.cpp216 string key = *iter; in ApplyConfigMembers() local
227 void CommandLineInterface::ApplyConfigCommands(const string& key, in ApplyConfigCommands()