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

/gem5/src/base/
H A Dinifile.cc79 IniFile::Section::addEntry(const std::string &entryName, argument
83 EntryTable::iterator ei = table.find(entryName);
87 table[entryName] = new Entry(value);
113 string entryName = assignment.substr(0, append ? offset-1 : offset); local
116 eat_white(entryName);
119 addEntry(entryName, value, append);
125 IniFile::Section::findEntry(const std::string &entryName) const
129 EntryTable::const_iterator ei = table.find(entryName);
217 IniFile::find(const string &sectionName, const string &entryName, argument
224 Entry *entry = section->findEntry(entryName);
268 const string &entryName = ei->first; local
[all...]
H A Dinifile.hh115 void addEntry(const std::string &entryName, const std::string &value,
127 Entry *findEntry(const std::string &entryName) const;

Completed in 6 milliseconds