Searched defs:SampleRecord (Results 1 – 2 of 2) 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.
107 struct SampleRecord { struct109 static constexpr uint32_t kPersistentTypeId = 0x8FE6A69F + 1;112 static constexpr size_t kExpectedInstanceSize = 16;114 uint64_t id; // Unique identifier of owner.115 Sample value; // The value for which this record holds a count.116 Count count; // The count associated with the above value.