Searched refs:sectionCounts (Results 1 – 1 of 1) sorted by relevance
424 std::map<uint16_t, size_t> sectionCounts; in getPluralSections() local428 if (sectionCounts.find(section->header().id) == sectionCounts.end()) in getPluralSections()430 sectionCounts[section->header().id] = 1; in getPluralSections()434 sectionCounts[section->header().id]++; in getPluralSections()439 for (const auto& [id, count] : sectionCounts) in getPluralSections()