Searched refs:fSections (Results 1 – 2 of 2) sorted by relevance
71 fSections.find(s.fName) != fSections.end()) { in SectionAndParameterHelper()75 fSections[s.fName].push_back(&s); in SectionAndParameterHelper()86 auto found = fSections.find(name); in getSection()87 if (found == fSections.end()) { in getSection()95 auto found = fSections.find(name); in getSections()96 if (found == fSections.end()) { in getSections()152 std::unordered_map<String, std::vector<const Section*>> fSections; variable