Searched refs:TemplateMap (Results 1 – 2 of 2) sorted by relevance
340 typedef std::map<std::string, scoped_refptr<const Template> > TemplateMap; typedef341 TemplateMap templates_;
162 TemplateMap::const_iterator found = templates_.find(name); in GetTemplate()303 for (TemplateMap::const_iterator i = templates_.begin(); in NonRecursiveMergeTo()