Searched refs:template_function_count (Results 1 – 1 of 1) sorted by relevance
464 template_function_count = dict() variable466 template_function_count[""] = 0500 old_count = template_function_count.setdefault(name,0)501 template_function_count[name] = old_count + 1517 template_count = template_function_count[template_function_mapping[k]]