Searched refs:sectionCounts (Results 1 – 1 of 1) sorted by relevance
63 val sectionCounts = mutableMapOf<NotifSection?, Int>() regex91 sectionCounts[section] = sectionCounts.getOrDefault(section, 0) + 196 logger.logBuildNodeSpec(lastSections, sectionHeaders, sectionCounts, sectionOrder)97 lastSections = sectionCounts.keys