Home
last modified time | relevance | path

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

/external/libchrome/base/metrics/
Dpersistent_histogram_allocator.h203 PersistentMemoryAllocator::Iterator memory_iter_; variable
Dpersistent_histogram_allocator.cc259 : allocator_(allocator), memory_iter_(allocator->memory_allocator()) {} in Iterator()
264 while ((ref = memory_iter_.GetNextOfType<PersistentHistogramData>()) != 0) { in GetNextWithIgnore()