Home
last modified time | relevance | path

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

/external/libchrome/base/metrics/
Dpersistent_histogram_allocator.cc152 const uint64_t match_id = sample_map_records->sample_map_id_; in LoadRecords()
188 : data_manager_(data_manager), sample_map_id_(sample_map_id) {} in PersistentSampleMapRecords()
226 sample_map_id_, value); in CreateNew()
Dpersistent_histogram_allocator.h145 const uint64_t sample_map_id_; variable