Searched defs:SampleRecord (Results 1 – 1 of 1) sorted by relevance
86 struct SampleRecord { struct88 static constexpr uint32_t kPersistentTypeId = 0x8FE6A69F + 1;91 static constexpr size_t kExpectedInstanceSize = 16;93 uint64_t id; // Unique identifier of owner.94 Sample value; // The value for which this record holds a count.95 Count count; // The count associated with the above value.