Home | History | Annotate | Download | only in src2

Lines Matching full:"$ args"

28 gen_template_call_constructor = Template("""self->v.reset(new ${cname}${args})""")
33 gen_template_simple_call_constructor = Template("""self->v = ${cname}${args}""")