Lines Matching refs:countIt
5385 std::map<std::string, TagInfo>::iterator countIt = tagCounts.find( lcaseTagName );
5386 if( countIt == tagCounts.end() )
5387 countIt = tagCounts.insert( std::make_pair( lcaseTagName, TagInfo() ) ).first;
5388 countIt->second.add( tagName );
5392 for( std::map<std::string, TagInfo>::const_iterator countIt = tagCounts.begin(),
5394 countIt != countItEnd;
5395 ++countIt ) {
5397 oss << " " << std::setw(2) << countIt->second.count << " ";
5398 Text wrapper( countIt->second.all(), TextAttributes()