Home
last modified time | relevance | path

Searched refs:sectionCounts (Results 1 – 1 of 1) sorted by relevance

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dpel.cpp424 std::map<uint16_t, size_t> sectionCounts; in getPluralSections() local
428 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()