Home | History | Annotate | Download | only in metrics

Lines Matching refs:kPersistentTypeId

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);
574 if (!ChangeType(ref, kTypeIdTransitioning, T::kPersistentTypeId, false))
591 return GetAsReference(obj, T::kPersistentTypeId);