Lines Matching refs:counts_
21 : block_ids_(n_blocks), counts_(n_blocks, 0) {}
44 counts_[i] = 0;
84 counts_.push_back(counts.get_uint32(i));
90 CHECK_EQ(block_ids_.size(), counts_.size());
114 counts->set_uint32(i, counts_[i]);
178 out.push_back(data.counts_[j] > 0);
187 if (counts_[i] > 0) {
190 block_ids_[i], counts_[i]);
199 if (std::all_of(d.counts_.cbegin(), d.counts_.cend(),
209 os << "schedule for " << name << " (B0 entered " << d.counts_[0]
217 pairs.push_back(std::make_pair(i, d.counts_[i]));