Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/uniffi_macros/src/export/
Dscaffolding.rs97 rust_fn_call: TokenStream, field
107 let rust_fn_call = quote! { #ident(#call_params) }; in new_for_function() localVariable
162 let rust_fn_call = quote! { uniffi_args.0.#ident(#call_params) }; in new_for_method() localVariable
186 let rust_fn_call = quote! { #self_ident::#ident(#call_params) }; in new_for_constructor() localVariable