Searched refs:SizeAndCountTable (Results 1 – 1 of 1) sorted by relevance
2502 using SizeAndCountTable = SafeMap<std::string, SizeAndCount>; typedef2503 SizeAndCountTable sizes_and_counts;2506 SizeAndCountTable::iterator it = sizes_and_counts.find(descriptor); in Update()