Searched defs:TypeSizeInfo (Results 1 – 1 of 1) sorted by relevance
1262 struct TypeSizeInfo { in printStats() struct1263 uint32_t typeSize; in printStats()1264 uint32_t dupCount; in printStats()1265 TypeIndex typeIndex; in printStats()1266 uint64_t totalInputSize() const { return uint64_t(dupCount) * typeSize; } in printStats()1267 bool operator<(const TypeSizeInfo &rhs) const { in printStats()