Home | History | Annotate | Download | only in testing

Lines Matching refs:Gen

341 def Gen(pattern, n):
366 return Clean("Tuple%d<%s>" % (n, Gen(pattern, n)))
380 "template_params": Merge([Gen("typename P%", prebound),
381 Gen("typename C%", calltime)]),
396 "params": Merge([Gen("X%", prebound), Gen("A%", calltime)]),
397 "args": Gen("const P%& p%", prebound),
398 "call_args": Gen("p%", prebound),
399 "template_params": Merge([Gen("typename P%", prebound),
400 Gen("typename A%", calltime),
401 Gen("typename X%", prebound)])