Home
last modified time | relevance | path

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

/external/cronet/components/metrics/content/
Dsubprocess_metrics_provider.cc63 DCHECK(!allocators_by_id_.Lookup(id)); in RegisterSubprocessAllocator()
72 allocators_by_id_.AddWithID(std::move(allocator), id); in RegisterSubprocessAllocator()
78 if (!allocators_by_id_.Lookup(id)) in DeregisterSubprocessAllocator()
84 allocators_by_id_.Replace(id, nullptr)); in DeregisterSubprocessAllocator()
85 allocators_by_id_.Remove(id); in DeregisterSubprocessAllocator()
114 for (AllocatorByIdMap::iterator iter(&allocators_by_id_); !iter.IsAtEnd(); in MergeHistogramDeltas()
Dsubprocess_metrics_provider.h109 AllocatorByIdMap allocators_by_id_; variable
Dsubprocess_metrics_provider_browsertest.cc66 return provider_->allocators_by_id_; in get_allocators_by_id()