Home
last modified time | relevance | path

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

/dports/games/freeorion/freeorion-0.4.10.2/util/
H A DOptionsDB.cpp470 for (const auto& option_section_it : options_by_section) in GetUsage() local
471 for (const auto& option : option_section_it.second) in GetUsage()
474 auto option_section_it = options_by_section.find(command_line); in GetUsage() local
475 if (option_section_it != options_by_section.end()) in GetUsage()
476 option_list = option_section_it->second; in GetUsage()