Searched refs:AllCountAndTotalPerName (Results 1 – 1 of 1) sorted by relevance
288 StringMap<CountAndDurationType> AllCountAndTotalPerName; in write() local292 auto &CountAndTotal = AllCountAndTotalPerName[Key]; in write()303 SortedTotals.reserve(AllCountAndTotalPerName.size()); in write()304 for (const auto &Total : AllCountAndTotalPerName) in write()316 auto Count = AllCountAndTotalPerName[Total.first].first; in write()