Searched refs:local_counts_ (Results 1 – 2 of 2) sorted by relevance
301 local_counts_.resize(counts_size()); in CreateCountsStorageWhileLocked()302 return &local_counts_[0]; in CreateCountsStorageWhileLocked()
127 mutable std::vector<HistogramBase::AtomicCount> local_counts_; variable