Searched defs:method_arg_types (Results 1 - 1 of 1) sorted by relevance

/sssd/src/sbus/
H A Dsbus_codegen245 def method_arg_types(args, with_names=False): function
269 method_arg_types(meth.in_args, with_names))
291 out(" int (*handler)(struct sbus_request *, void *%s) = function_ptr;", method_arg_types(args))
350 meth.fq_c_name(), method_arg_types(meth.out_args, with_names=True))
534 meth.fq_c_name(), method_arg_types(meth.out_args, with_names=True))

Completed in 14 milliseconds