Searched refs:fn_ident (Results 1 – 2 of 2) sorted by relevance
85 let fn_ident = if let Expr::Path(p) = &args[0] { in btif_callbacks_dispatcher() localVariable154 pub(crate) fn #fn_ident<T: #trait_ident>(obj: &mut T, cb: #callbacks_struct_ident) { in btif_callbacks_dispatcher()164 debug_output_to_file(&gen, format!("out-{}.rs", fn_ident.to_string())); in btif_callbacks_dispatcher()
91 let fn_ident = if let Expr::Path(p) = &args[0] { in generate_dbus_exporter() localVariable285 pub fn #fn_ident #type_t( in generate_dbus_exporter()296 debug_output_to_file(&gen, format!("out-{}.rs", fn_ident)); in generate_dbus_exporter()