Searched refs:struct_ident (Results 1 – 1 of 1) sorted by relevance
604 let struct_ident = in dbus_propmap() localVariable607 let struct_str = struct_ident.to_string(); in dbus_propmap()695 log_format.insert_str(0, struct_ident.to_string().as_str()); in dbus_propmap()701 impl DBusArg for #struct_ident { in dbus_propmap()709 ) -> Result<#struct_ident, Box<dyn std::error::Error>> { in dbus_propmap()712 return Ok(#struct_ident { in dbus_propmap()717 … fn to_dbus(data__: #struct_ident) -> Result<dbus::arg::PropMap, Box<dyn std::error::Error>> { in dbus_propmap()723 fn log(data__: &#struct_ident) -> String { in dbus_propmap()729 debug_output_to_file(&gen, format!("out-{}.rs", struct_ident)); in dbus_propmap()751 let struct_ident = if let Expr::Path(p) = &args[0] { in dbus_proxy_obj() localVariable[all …]