Lines Matching defs:SizeAndCount
1121 struct SizeAndCount {1122 SizeAndCount(size_t bytes, size_t count) : bytes(bytes), count(count) {}1126 typedef SafeMap<std::string, SizeAndCount> SizeAndCountTable;1135 sizes_and_counts.Put(descriptor, SizeAndCount(object_bytes, 1));