Home
last modified time | relevance | path

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

/third_party/rust/crates/clap/tests/derive/
Dhelp.rs9 should_be_in_section_a: u32, in arg_help_heading_applied() field
17 let should_be_in_section_a = cmd in arg_help_heading_applied() localVariable
21 assert_eq!(should_be_in_section_a.get_help_heading(), Some("HEADING A")); in arg_help_heading_applied()
37 should_be_in_section_a: u32, in app_help_heading_applied() field
45 let should_be_in_section_a = cmd in app_help_heading_applied() localVariable
49 assert_eq!(should_be_in_section_a.get_help_heading(), Some("HEADING A")); in app_help_heading_applied()
85 should_be_in_section_a: u32, in app_help_heading_flattened() field
122 let should_be_in_section_a = cmd in app_help_heading_flattened() localVariable
126 assert_eq!(should_be_in_section_a.get_help_heading(), Some("HEADING A")); in app_help_heading_flattened()
178 should_be_in_section_a: u32, in flatten_field_with_help_heading() field
[all …]