HomeSort by relevance Sort by last modified time
    Searched refs:kPersistentTypeId (Results 1 - 9 of 9) sorted by null

  /external/libchrome/base/metrics/
persistent_memory_allocator.h 57 // "constexpr" values, kPersistentTypeId and kExpectedInstanceSize, as such:
61 // static constexpr uint32_t kPersistentTypeId = 0x3E15F6DE + 1;
69 // kPersistentTypeId: This value is an arbitrary identifier that allows the
178 return GetNextOfType(T::kPersistentTypeId);
390 GetBlockData(ref, T::kPersistentTypeId, sizeof(T))));
398 GetBlockData(ref, T::kPersistentTypeId, sizeof(T))));
503 // both (size_t) kExpectedInstanceSize and (uint32_t) kPersistentTypeId
512 Reference ref = Allocate(size, T::kPersistentTypeId);
514 const_cast<void*>(GetBlockData(ref, T::kPersistentTypeId, size));
559 ChangeType(ref, T::kPersistentTypeId, kTypeIdTransitioning, false)
    [all...]
persistent_sample_map.cc 88 static constexpr uint32_t kPersistentTypeId = 0x8FE6A69F + 1;
field_trial.h 147 static constexpr uint32_t kPersistentTypeId = 0xABA17E13 + 2;
    [all...]
persistent_histogram_allocator.cc 234 static constexpr uint32_t kPersistentTypeId = 0xF1645910 + 3;
441 PersistentHistogramData::kPersistentTypeId,
    [all...]
field_trial.cc     [all...]
persistent_memory_allocator_unittest.cc 56 static constexpr uint32_t kPersistentTypeId = 1;
63 static constexpr uint32_t kPersistentTypeId = 2;
    [all...]
  /external/libchrome/base/debug/
activity_tracker.h 83 static constexpr uint32_t kPersistentTypeId = 0xB1179672 + 1;
250 static constexpr uint32_t kPersistentTypeId = 0x99425159 + 1;
    [all...]
activity_tracker.cc 607 static constexpr uint32_t kPersistentTypeId =
    [all...]
  /external/libchrome/base/
feature_list.cc 35 static constexpr uint32_t kPersistentTypeId = 0x06567CA6 + 1;

Completed in 556 milliseconds