Lines Matching refs:configs_
37 HLOG_ASSERT_MESSAGE(configs_.size() > configIndex, in AddReportItem()
38 "in %zu configs found index %zu, from ids %llu", configs_.size(), in AddReportItem()
47 ReportItem &item = configs_[configIndex].reportItems_.emplace_back( in AddReportItem()
73 ReportItem &item = configs_[configIndex].reportItems_.emplace_back( in AddReportItem()
80 configs_[configIndex].sampleCount_++; in AddReportItem()
81 configs_[configIndex].eventCount_ += sample.data_.period; in AddReportItem()
87 HLOG_ASSERT(configs_.size() > configIndex); in AddReportItemBranch()
96 ReportItem &item = configs_[configIndex].reportItems_.emplace_back( in AddReportItemBranch()
105 configs_[configIndex].sampleCount_++; in AddReportItemBranch()
106 configs_[configIndex].eventCount_ += sample.data_.bnr; in AddReportItemBranch()
111 for (auto &config : configs_) { in StatisticsRecords()
130 for (auto &config : configs_) { in FilterDisplayRecords()
160 for (auto &config : configs_) { in UpdateReportItemsAfterAdjust()
182 for (auto &config : configs_) { in AdjustReportItems()
626 for (auto &config : configs_) { in OutputStd()
638 auto left = configs_.begin(); in OutputStdDiff()
639 while (left != configs_.end()) { in OutputStdDiff()
640 auto right = other.configs_.begin(); in OutputStdDiff()
641 while (right != other.configs_.end()) { in OutputStdDiff()