Searched refs:argsMap (Results 1 – 2 of 2) sorted by relevance
130 if (argsMap.find(string("-") + key) == argsMap.end()) { in IsSet()138 auto args = argsMap[string("-") + key]; in Value()147 if (argsMap.find(key) == argsMap.end()) { in Values()150 vector<string> args = argsMap[key]; in Values()756 argsMap[index] = args; in ProcessingCommand()
64 std::map<std::string, std::vector<std::string>> argsMap; variable