Home
last modified time | relevance | path

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

/dports/games/freeorion/freeorion-0.4.10.2/util/
H A DOptionsDB.cpp381 auto section_option_it = options_by_section.find(section_it.first); in OptionsBySection() local
382 if (section_option_it == options_by_section.end()) in OptionsBySection()
384 for (auto&& option : section_option_it->second) in OptionsBySection()