Searched refs:pluralSections (Results 1 – 2 of 2) sorted by relevance
388 std::map<uint16_t, size_t>& pluralSections, message::Registry& registry,
350 std::map<uint16_t, size_t>& pluralSections, message::Registry& registry, in printSectionInJSON() argument363 auto count = pluralSections.find(section.header().id); in printSectionInJSON()364 if (count != pluralSections.end()) in printSectionInJSON()