Home
last modified time | relevance | path

Searched defs:all_args (Results 1 – 3 of 3) 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
/third_party/rust/rust/compiler/rustc_ast/src/
Dformat.rs130 pub fn all_args(&self) -> &[FormatArgument] { in all_args() method
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/
Dcommon.cc548 auto all_args = PackArgs(jcr->origin_frame_); in GetAllArgs() local