Searched refs:optionKey (Results 1 – 1 of 1) sorted by relevance
142 std::string optionKey = splits[0].substr(OPTION_PREFIX.size()); in InitFromCmdLineArgs() local143 parsed_params.option_map[optionKey] = splits[1]; in InitFromCmdLineArgs()146 std::string optionKey = splits[0].substr(OPTION_PREFIX.size()); in InitFromCmdLineArgs() local147 parsed_params.flags.push_back(optionKey); in InitFromCmdLineArgs()150 std::string optionKey = splits[0].substr(OPTION_PREFIX.size()); in InitFromCmdLineArgs() local151 parsed_params.option_map[optionKey] = in InitFromCmdLineArgs()