Searched refs:arg_names (Results 1 – 2 of 2) sorted by relevance
125 let mut arg_names = quote! {}; in btif_callbacks_dispatcher() localVariable130 arg_names = quote! { #arg_names #attr_name, }; in btif_callbacks_dispatcher()143 #callbacks_struct_ident::#btif_callback(#arg_names) => { in btif_callbacks_dispatcher()144 obj.#method_ident(#arg_names); in btif_callbacks_dispatcher()
155 let mut arg_names = quote! {}; in generate_dbus_exporter() localVariable173 arg_names = quote! { in generate_dbus_exporter()174 #arg_names #ident_string, in generate_dbus_exporter()268 (#arg_names), in generate_dbus_exporter()