Home
last modified time | relevance | path

Searched defs:PersistentHistogramData (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libchrome/base/metrics/
H A Dpersistent_histogram_allocator.cc232 struct PersistentHistogramAllocator::PersistentHistogramData { struct in base::PersistentHistogramAllocator
234 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 …]
/aosp_15_r20/external/cronet/base/metrics/
H A Dpersistent_histogram_allocator.cc280 struct PersistentHistogramAllocator::PersistentHistogramData { struct in base::PersistentHistogramAllocator
282 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 …]