Home
last modified time | relevance | path

Searched defs:ast (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/dbus_projection/dbus_macros/src/
Dlib.rs113 let ast: ItemImpl = syn::parse(item.clone()).unwrap(); in generate_dbus_exporter() localVariable
320 let ast: ItemImpl = syn::parse(item.clone()).unwrap(); in generate_dbus_interface_client() localVariable
546 let mut ast: ItemStruct = syn::parse(item.clone()).unwrap(); in copy_without_attributes() localVariable
601 let ast: ItemStruct = syn::parse(item.clone()).unwrap(); in dbus_propmap() localVariable
765 let ast: ItemImpl = syn::parse(item.clone()).unwrap(); in dbus_proxy_obj() localVariable
/packages/modules/Bluetooth/system/gd/rust/linux/stack/btif_macros/src/
Dlib.rs99 let ast: ItemTrait = syn::parse(item.clone()).unwrap(); in btif_callbacks_dispatcher() localVariable