Lines Matching refs:counts_
21 counts_(&local_counts_[0]), in SampleVector()
33 counts_(counts), in SampleVector()
44 subtle::NoBarrier_Store(&counts_[bucket_index], in Accumulate()
45 subtle::NoBarrier_Load(&counts_[bucket_index]) + count); in Accumulate()
52 return subtle::NoBarrier_Load(&counts_[bucket_index]); in GetCount()
58 count += subtle::NoBarrier_Load(&counts_[i]); in TotalCount()
65 return subtle::NoBarrier_Load(&counts_[bucket_index]); in GetCountAtIndex()
70 new SampleVectorIterator(counts_, counts_size_, bucket_ranges_)); in Iterator()
87 subtle::NoBarrier_Load(&counts_[index]); in AddSubtractImpl()
88 subtle::NoBarrier_Store(&counts_[index], in AddSubtractImpl()
134 : counts_(&(*counts)[0]), in SampleVectorIterator()
146 : counts_(counts), in SampleVectorIterator()
175 *count = subtle::NoBarrier_Load(&counts_[index_]); in Get()
190 if (subtle::NoBarrier_Load(&counts_[index_]) != 0) in SkipEmptyBuckets()