Searched refs:template_function_count (Results 1 – 1 of 1) sorted by relevance
454 template_function_count = dict() variable456 template_function_count[""] = 0490 old_count = template_function_count.setdefault(name,0)491 template_function_count[name] = old_count + 1507 template_count = template_function_count[template_function_mapping[k]]