Searched refs:SectionTable (Results 1 - 2 of 2) sorted by relevance

/gem5/src/base/
H A Dinifile.cc49 SectionTable::iterator i = table.begin();
50 SectionTable::iterator end = table.end();
138 SectionTable::iterator i = table.find(sectionName);
155 SectionTable::const_iterator i = table.find(sectionName);
298 for (SectionTable::const_iterator i = table.begin();
310 for (SectionTable::iterator i = table.begin();
346 for (SectionTable::iterator i = table.begin();
H A Dinifile.hh140 /// SectionTable type. Map of strings to Section object pointers.
141 typedef std::unordered_map<std::string, Section *> SectionTable; typedef in class:IniFile
145 SectionTable table;

Completed in 4 milliseconds