Home
last modified time | relevance | path

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

/external/libchrome/base/metrics/
Dpersistent_sample_map.cc164 uint64_t* sample_map_id) { in GetNextPersistentRecord() argument
169 *sample_map_id = record->id; in GetNextPersistentRecord()
177 uint64_t sample_map_id, in CreatePersistentRecord() argument
186 record->id = sample_map_id; in CreatePersistentRecord()
Dpersistent_sample_map.h52 uint64_t* sample_map_id);
58 uint64_t sample_map_id,
Dpersistent_histogram_allocator.h107 uint64_t sample_map_id);
Dpersistent_histogram_allocator.cc187 uint64_t sample_map_id) in PersistentSampleMapRecords() argument
188 : data_manager_(data_manager), sample_map_id_(sample_map_id) {} in PersistentSampleMapRecords()
/external/cronet/base/metrics/
Dpersistent_sample_map.cc180 uint64_t* sample_map_id) { in GetNextPersistentRecord() argument
185 *sample_map_id = record->id; in GetNextPersistentRecord()
193 uint64_t sample_map_id, in CreatePersistentRecord() argument
209 record->id = sample_map_id; in CreatePersistentRecord()
Dpersistent_sample_map.h57 uint64_t* sample_map_id);
63 uint64_t sample_map_id,
Dpersistent_histogram_allocator.h110 uint64_t sample_map_id);
Dpersistent_histogram_allocator.cc187 uint64_t sample_map_id) in PersistentSampleMapRecords() argument
188 : data_manager_(data_manager), sample_map_id_(sample_map_id) {} in PersistentSampleMapRecords()