Home
last modified time | relevance | path

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

/third_party/rust/crates/cxx/macro/src/
Dexpand.rs472 let all_args = receiver.chain(args); in expand_cxx_function_decl() localVariable
509 let all_args = receiver.chain(args); in expand_cxx_function_shim() localVariable
985 let all_args = receiver.into_iter().chain(args); in expand_rust_function_shim_impl() localVariable
1167 let all_args = receiver.chain(args); in expand_rust_function_shim_super() localVariable