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

/external/chromium_org/tools/gn/
H A Dscope.h340 typedef std::map<std::string, scoped_refptr<const Template> > TemplateMap; typedef in class:Scope
341 TemplateMap templates_;
H A Dscope.cc162 TemplateMap::const_iterator found = templates_.find(name);
303 for (TemplateMap::const_iterator i = templates_.begin();

Completed in 70 milliseconds