Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/argh_derive/src/
Dhelp.rs25 cmd_name_str_array_ident: syn::Ident, in help()
130 … format!(#format_lit, command_name = #cmd_name_str_array_ident.join(" "), #subcommand_format_arg) in help()
Dlib.rs367 let cmd_name_str_array_ident = syn::Ident::new("__cmd_name", impl_span); in impl_from_args_struct_from_args() localVariable
368 let help = help::help(errors, cmd_name_str_array_ident, type_attrs, fields, subcommand); in impl_from_args_struct_from_args()
487 let cmd_name_str_array_ident = syn::Ident::new("__cmd_name", impl_span); in impl_from_args_struct_redact_arg_values() localVariable
488 let help = help::help(errors, cmd_name_str_array_ident, type_attrs, fields, subcommand); in impl_from_args_struct_redact_arg_values()