HomeSort by relevance Sort by last modified time
    Searched refs:AtomicCount (Results 1 - 7 of 7) sorted by null

  /external/libchrome/base/metrics/
sample_vector.h 74 HistogramBase::AtomicCount* counts() {
75 return reinterpret_cast<HistogramBase::AtomicCount*>(
79 const HistogramBase::AtomicCount* counts() const {
80 return reinterpret_cast<HistogramBase::AtomicCount*>(
84 void set_counts(const HistogramBase::AtomicCount* counts) const {
95 // |counts_| is actually a pointer to a HistogramBase::AtomicCount array but
127 mutable std::vector<HistogramBase::AtomicCount> local_counts_;
156 SampleVectorIterator(const std::vector<HistogramBase::AtomicCount>* counts,
158 SampleVectorIterator(const HistogramBase::AtomicCount* counts,
176 const HistogramBase::AtomicCount* counts_
    [all...]
sample_vector.cc 82 const HistogramBase::AtomicCount* counts_array = counts();
300 HistogramBase::AtomicCount* SampleVector::CreateCountsStorageWhileLocked() {
344 static_cast<HistogramBase::AtomicCount*>(persistent_counts_.Get()));
350 HistogramBase::AtomicCount*
358 return new HistogramBase::AtomicCount[counts_size()];
361 return static_cast<HistogramBase::AtomicCount*>(mem);
365 const std::vector<HistogramBase::AtomicCount>* counts,
376 const HistogramBase::AtomicCount* counts,
histogram_base.h 99 typedef subtle::Atomic32 AtomicCount; // Used to count samples.
300 AtomicCount flags_;
histogram.h 460 using AtomicCount = Histogram::AtomicCount;
494 std::vector<AtomicCount> remainders_;
histogram_samples.h 116 HistogramBase::AtomicCount redundant_count;
sample_vector_unittest.cc 26 const HistogramBase::AtomicCount* GetSamplesCounts(
387 sizeof(HistogramBase::AtomicCount) * ranges.bucket_count();
480 sizeof(HistogramBase::AtomicCount) * ranges.bucket_count();
persistent_histogram_allocator.cc 84 const size_t kBytesPerBucket = 2 * sizeof(HistogramBase::AtomicCount);
    [all...]

Completed in 132 milliseconds