Home
last modified time | relevance | path

Searched refs:ExtractingSampleMapIterator (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/cronet/base/metrics/
H A Dsample_map.cc77 ExtractingSampleMapIterator; typedef
80 ExtractingSampleMapIterator::~IteratorTemplate() { in ~IteratorTemplate()
88 void ExtractingSampleMapIterator::Get(Sample* min, int64_t* max, Count* count) { in Get()
140 return std::make_unique<ExtractingSampleMapIterator>(sample_counts_); in ExtractingIterator()