Searched refs:Stringtable (Results 1 – 3 of 3) sorted by relevance
216 typedef std::hash_map<std::string, std::string, pref_hash> Stringtable; typedef232 Stringtable *appl_helptexts;237 Stringtable *default_helptexts;300 const std::string &entryName, const Stringtable &bytesToAdd);
249 Stringtable additionalFiles;551 const Stringtable *helpTextHash = streamTable.appl_helptexts; in link()556 Stringtable::const_iterator aEnd = helpTextHash->end(); in link()557 for (Stringtable::const_iterator helpTextIter = helpTextHash->begin(); in link()610 Stringtable::iterator aEnd = additionalFiles.end(); in link()611 for (Stringtable::iterator enumer = additionalFiles.begin(); enumer != aEnd; in link()
233 Stringtable *helptexts;243 helptexts = new Stringtable; in myparser()
Completed in 41 milliseconds