Searched refs:cmd_name_str_array_ident (Results 1 – 2 of 2) sorted by relevance
/external/rust/crates/argh_derive/src/ |
D | help.rs | 24 cmd_name_str_array_ident: syn::Ident, in help() 113 … format!(#format_lit, command_name = #cmd_name_str_array_ident.join(" "), #subcommand_format_arg) in help()
|
D | lib.rs | 326 let cmd_name_str_array_ident = syn::Ident::new("__cmd_name", impl_span); in impl_from_args_struct_from_args() localVariable 327 let help = help::help(errors, cmd_name_str_array_ident, type_attrs, &fields, subcommand); in impl_from_args_struct_from_args() 438 let cmd_name_str_array_ident = syn::Ident::new("__cmd_name", impl_span); in impl_from_args_struct_redact_arg_values() localVariable 439 let help = help::help(errors, cmd_name_str_array_ident, type_attrs, &fields, subcommand); in impl_from_args_struct_redact_arg_values()
|