Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dpel.hpp388 std::map<uint16_t, size_t>& pluralSections, message::Registry& registry,
H A Dpel.cpp350 std::map<uint16_t, size_t>& pluralSections, message::Registry& registry, in printSectionInJSON() argument
363 auto count = pluralSections.find(section.header().id); in printSectionInJSON()
364 if (count != pluralSections.end()) in printSectionInJSON()