Searched refs:perTagCount (Results 1 – 1 of 1) sorted by relevance
144 HashMap<String, size_t> perTagCount; in dumpStatistics() local170 HashMap<String, size_t>::AddResult result = perTagCount.add(element->tagName(), 1); in dumpStatistics()254 for (HashMap<String, size_t>::iterator it = perTagCount.begin(); it != perTagCount.end(); ++it) in dumpStatistics()