OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PersistentSampleMapRecords
(Results
1 - 2
of
2
) sorted by null
/external/libchrome/base/metrics/
persistent_histogram_allocator.h
24
class
PersistentSampleMapRecords
;
53
PersistentSampleMapRecords
* UseSampleMapRecords(uint64_t id,
64
friend class
PersistentSampleMapRecords
;
68
PersistentSampleMapRecords
* GetSampleMapRecordsWhileLocked(uint64_t id);
73
//
PersistentSampleMapRecords
object because those objects have a contract
76
bool LoadRecords(
PersistentSampleMapRecords
* sample_map_records);
85
std::map<uint64_t, std::unique_ptr<
PersistentSampleMapRecords
>>
100
class BASE_EXPORT
PersistentSampleMapRecords
{
106
PersistentSampleMapRecords
(PersistentSparseHistogramDataManager* data_manager,
109
~
PersistentSampleMapRecords
();
[
all
...]
persistent_histogram_allocator.cc
109
PersistentSampleMapRecords
*
116
PersistentSampleMapRecords
*
125
std::unique_ptr<
PersistentSampleMapRecords
>& samples = sample_records_[id];
126
samples = std::make_unique<
PersistentSampleMapRecords
>(this, id);
131
PersistentSampleMapRecords
* sample_map_records) {
133
//
PersistentSampleMapRecords
object.
174
PersistentSampleMapRecords
* samples =
185
PersistentSampleMapRecords
::
PersistentSampleMapRecords
(
190
PersistentSampleMapRecords
::~PersistentSampleMapRecords() = default
[
all
...]
Completed in 815 milliseconds