Searched refs:kPersistentTypeId (Results 1 – 9 of 9) sorted by relevance
/external/libchrome/base/metrics/ |
D | persistent_memory_allocator.h | 178 return GetNextOfType(T::kPersistentTypeId); in GetNextOfType() 390 GetBlockData(ref, T::kPersistentTypeId, sizeof(T)))); in GetAsObject() 398 GetBlockData(ref, T::kPersistentTypeId, sizeof(T)))); in GetAsObject() 512 Reference ref = Allocate(size, T::kPersistentTypeId); in New() 514 const_cast<void*>(GetBlockData(ref, T::kPersistentTypeId, size)); in New() 559 ChangeType(ref, T::kPersistentTypeId, kTypeIdTransitioning, false); in New() 574 if (!ChangeType(ref, kTypeIdTransitioning, T::kPersistentTypeId, false)) in Delete() 591 return GetAsReference(obj, T::kPersistentTypeId); in GetAsReference()
|
D | persistent_sample_map.cc | 88 static constexpr uint32_t kPersistentTypeId = 0x8FE6A69F + 1; member
|
D | field_trial.h | 147 static constexpr uint32_t kPersistentTypeId = 0xABA17E13 + 2; member
|
D | persistent_histogram_allocator.cc | 234 static constexpr uint32_t kPersistentTypeId = 0xF1645910 + 3; member 441 PersistentHistogramData::kPersistentTypeId, in FinalizeHistogram()
|
D | persistent_memory_allocator_unittest.cc | 56 static constexpr uint32_t kPersistentTypeId = 1; member 63 static constexpr uint32_t kPersistentTypeId = 2; member
|
D | field_trial.cc | 1162 FieldTrial::FieldTrialEntry::kPersistentTypeId, in ClearParamsFromSharedMemoryForTesting() 1436 total_size, FieldTrial::FieldTrialEntry::kPersistentTypeId); in AddToAllocatorWhileLocked()
|
/external/libchrome/base/debug/ |
D | activity_tracker.h | 83 static constexpr uint32_t kPersistentTypeId = 0xB1179672 + 1; member 250 static constexpr uint32_t kPersistentTypeId = 0x99425159 + 1; member 1106 static constexpr uint32_t kPersistentTypeId = 0x05DB5F41 + 1; member
|
D | activity_tracker.cc | 607 static constexpr uint32_t kPersistentTypeId = member 1572 case ModuleInfoRecord::kPersistentTypeId: { in CleanupAfterProcess()
|
/external/libchrome/base/ |
D | feature_list.cc | 35 static constexpr uint32_t kPersistentTypeId = 0x06567CA6 + 1; member
|