Searched refs:TEMPLATE_H (Results 1 – 5 of 5) sorted by relevance
37 TEMPLATE_H = Template(COPYRIGHT + """\ variable172 f.write(TEMPLATE_H.render(entrypoints=entrypoints,
34 TEMPLATE_H = Template(COPYRIGHT + """\ variable244 f.write(TEMPLATE_H.render(guard=guard, **environment))
42 TEMPLATE_H = Template(COPYRIGHT + """\ variable705 f.write(TEMPLATE_H.render(instance_entrypoints=instance_entrypoints,
62 TEMPLATE_H = Template(COPYRIGHT + """\ variable588 f.write(TEMPLATE_H.render(guard=guard, **environment))
25 #ifndef TEMPLATE_H26 #define TEMPLATE_H macro