Searched defs:PersistentHistogramData (Results 1 – 2 of 2) sorted by relevance
232 struct PersistentHistogramAllocator::PersistentHistogramData { struct in base::PersistentHistogramAllocator234 static constexpr uint32_t kPersistentTypeId = 0xF1645910 + 3;237 static constexpr size_t kExpectedInstanceSize =240 int32_t histogram_type;241 int32_t flags;242 int32_t minimum;243 int32_t maximum;244 uint32_t bucket_count;245 PersistentMemoryAllocator::Reference ranges_ref;246 uint32_t ranges_checksum;[all …]
280 struct PersistentHistogramAllocator::PersistentHistogramData { struct in base::PersistentHistogramAllocator282 static constexpr uint32_t kPersistentTypeId = 0xF1645910 + 3;285 static constexpr size_t kExpectedInstanceSize =288 int32_t histogram_type;289 int32_t flags;290 int32_t minimum;291 int32_t maximum;292 uint32_t bucket_count;293 PersistentMemoryAllocator::Reference ranges_ref;294 uint32_t ranges_checksum;[all …]