Searched refs:SampleCountIterator (Results 1 – 9 of 9) sorted by relevance
20 class SampleCountIterator; variable68 virtual scoped_ptr<SampleCountIterator> Iterator() const = 0;81 virtual bool AddSubtractImpl(SampleCountIterator* iter, Operator op) = 0;96 class BASE_EXPORT SampleCountIterator {98 virtual ~SampleCountIterator();
14 class SampleCountPickleIterator : public SampleCountIterator {140 for (scoped_ptr<SampleCountIterator> it = Iterator(); in Serialize()161 SampleCountIterator::~SampleCountIterator() {} in ~SampleCountIterator()163 bool SampleCountIterator::GetBucketIndex(size_t* /* index */) const { in GetBucketIndex()
34 scoped_ptr<SampleCountIterator> Iterator() const override;38 SampleCountIterator* iter,47 class BASE_EXPORT SampleMapIterator : public SampleCountIterator {
43 scoped_ptr<SampleCountIterator> Iterator() const override;50 SampleCountIterator* iter,73 class BASE_EXPORT SampleVectorIterator : public SampleCountIterator {
41 scoped_ptr<SampleCountIterator> SampleMap::Iterator() const { in Iterator()42 return scoped_ptr<SampleCountIterator>(new SampleMapIterator(sample_counts_)); in Iterator()45 bool SampleMap::AddSubtractImpl(SampleCountIterator* iter, in AddSubtractImpl()
65 scoped_ptr<SampleCountIterator> it = samples.Iterator(); in TEST()108 scoped_ptr<SampleCountIterator> it = samples.Iterator(); in TEST()137 scoped_ptr<SampleCountIterator> it = samples.Iterator(); in TEST()
68 scoped_ptr<SampleCountIterator> SampleVector::Iterator() const { in Iterator()69 return scoped_ptr<SampleCountIterator>( in Iterator()73 bool SampleVector::AddSubtractImpl(SampleCountIterator* iter, in AddSubtractImpl()
220 scoped_ptr<SampleCountIterator> it2 = samples.Iterator(); in TEST()247 scoped_ptr<SampleCountIterator> it = samples.Iterator(); in TEST()
149 scoped_ptr<SampleCountIterator> it = snapshot->Iterator(); in WriteAsciiImpl()