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