Searched refs:SampleCountIterator (Results 1 – 14 of 14) sorted by relevance
22 class SampleCountIterator; variable146 virtual std::unique_ptr<SampleCountIterator> Iterator() const = 0;178 virtual bool AddSubtractImpl(SampleCountIterator* iter, Operator op) = 0;210 class BASE_EXPORT SampleCountIterator {212 virtual ~SampleCountIterator();236 class BASE_EXPORT SingleSampleIterator : public SampleCountIterator {
30 class SampleCountPickleIterator : public SampleCountIterator {194 std::unique_ptr<SampleCountIterator> it = other.Iterator(); in Add()214 std::unique_ptr<SampleCountIterator> it = other.Iterator(); in Subtract()226 for (std::unique_ptr<SampleCountIterator> it = Iterator(); !it->Done(); in Serialize()266 SampleCountIterator::~SampleCountIterator() = default;268 bool SampleCountIterator::GetBucketIndex(size_t* index) const { in GetBucketIndex()
18 class DummySampleCountIterator : public SampleCountIterator {52 std::unique_ptr<SampleCountIterator> Iterator() const override { in Iterator()55 bool AddSubtractImpl(SampleCountIterator* iter, Operator op) override { in AddSubtractImpl()
22 class SampleMapIterator : public SampleCountIterator {108 std::unique_ptr<SampleCountIterator> SampleMap::Iterator() const { in Iterator()112 bool SampleMap::AddSubtractImpl(SampleCountIterator* iter, Operator op) { in AddSubtractImpl()
36 std::unique_ptr<SampleCountIterator> Iterator() const override;40 bool AddSubtractImpl(SampleCountIterator* iter, Operator op) override;
42 std::unique_ptr<SampleCountIterator> Iterator() const override;52 SampleCountIterator* iter,154 class BASE_EXPORT SampleVectorIterator : public SampleCountIterator {
45 std::unique_ptr<SampleCountIterator> Iterator() const override;63 bool AddSubtractImpl(SampleCountIterator* iter, Operator op) override;
81 std::unique_ptr<SampleCountIterator> it = samples.Iterator(); in TEST()124 std::unique_ptr<SampleCountIterator> it = samples.Iterator(); in TEST()151 std::unique_ptr<SampleCountIterator> it = samples.Iterator(); in TEST()
24 class PersistentSampleMapIterator : public SampleCountIterator {153 std::unique_ptr<SampleCountIterator> PersistentSampleMap::Iterator() const { in Iterator()195 bool PersistentSampleMap::AddSubtractImpl(SampleCountIterator* iter, in AddSubtractImpl()
257 std::unique_ptr<SampleCountIterator> it2 = samples.Iterator(); in TEST_F()282 std::unique_ptr<SampleCountIterator> it = samples.Iterator(); in TEST_F()322 std::unique_ptr<SampleCountIterator> it = samples.Iterator(); in TEST_F()406 std::unique_ptr<SampleCountIterator> it = samples2.Iterator(); in TEST_F()501 std::unique_ptr<SampleCountIterator> it = samples1.Iterator(); in TEST_F()
164 std::unique_ptr<SampleCountIterator> it = samples.Iterator(); in TEST()213 std::unique_ptr<SampleCountIterator> it = samples1.Iterator(); in TEST()243 std::unique_ptr<SampleCountIterator> it = samples.Iterator(); in TEST()
109 std::unique_ptr<SampleCountIterator> SampleVectorBase::Iterator() const { in Iterator()128 bool SampleVectorBase::AddSubtractImpl(SampleCountIterator* iter, in AddSubtractImpl()
246 std::unique_ptr<SampleCountIterator> it = snapshot->Iterator(); in WriteAsciiImpl()
364 std::unique_ptr<SampleCountIterator> it = snapshot->Iterator(); in TEST_P()