Searched defs:SizeAndCount (Results 1 – 1 of 1) sorted by relevance
2689 struct SizeAndCount { struct2690 SizeAndCount(size_t bytes_in, size_t count_in) : bytes(bytes_in), count(count_in) {} in SizeAndCount() argument2691 size_t bytes;2692 size_t count;