Searched refs:template_function_count (Results 1 – 1 of 1) sorted by relevance
441 template_function_count = dict() variable443 template_function_count[""] = 0477 old_count = template_function_count.setdefault(name,0)478 template_function_count[name] = old_count + 1494 template_count = template_function_count[template_function_mapping[k]]