Searched defs:DeltaInfo (Results 1 – 1 of 1) sorted by relevance
24 struct DeltaInfo { struct 27 DeltaInfo(int64_t D, uint32_t C) : Delta(D), Count(C) {} in DeltaInfo() argument