Searched refs:template_function_count (Results 1 – 2 of 2) sorted by relevance
449 template_function_count = dict() variable451 template_function_count[""] = 0485 old_count = template_function_count.setdefault(name,0)486 template_function_count[name] = old_count + 1502 template_count = template_function_count[template_function_mapping[k]]
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]]