Home
last modified time | relevance | path

Searched refs:expand_rust_function_shim (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxxbridge-macro-1.0.120/src/
H A Dexpand.rs86 Api::RustFunction(efn) => hidden.extend(expand_rust_function_shim(efn, types)), in expand()
930 fn expand_rust_function_shim(efn: &ExternFn, types: &Types) -> TokenStream { in expand_rust_function_shim() function
/aosp_15_r20/external/rust/cxx/macro/src/
Dexpand.rs86 Api::RustFunction(efn) => hidden.extend(expand_rust_function_shim(efn, types)), in expand()
930 fn expand_rust_function_shim(efn: &ExternFn, types: &Types) -> TokenStream { in expand_rust_function_shim() function