Home
last modified time | relevance | path

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

/dports/games/freeorion/freeorion-0.4.10.2/util/
H A DOptionsDB.cpp339 auto defined_section_it = m_sections.find(section_name); in OptionsBySection() local
340 bool has_descr = defined_section_it != m_sections.end() ? in OptionsBySection()
341 !defined_section_it->second.description.empty() : in OptionsBySection()
357 defined_section_it = m_sections.find(section_name); in OptionsBySection()
358 if (defined_section_it != m_sections.end()) in OptionsBySection()
359 has_descr = !defined_section_it->second.description.empty(); in OptionsBySection()