Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.2/src/output/
H A Dhelp_template.rs406 let help_heading = self in write_all_args() localVariable
426 let help_heading = "Arguments"; in write_all_args() localVariable
441 let help_heading = "Options"; in write_all_args() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/clap_builder/src/output/
Dhelp_template.rs406 let help_heading = self in write_all_args() localVariable
426 let help_heading = "Arguments"; in write_all_args() localVariable
441 let help_heading = "Options"; in write_all_args() localVariable
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.2/src/builder/
H A Darg.rs87 pub(crate) help_heading: Option<Option<Str>>, field
2248 pub fn help_heading(mut self, heading: impl IntoResettable<Str>) -> Self { in help_heading() method
/aosp_15_r20/external/rust/android-crates-io/crates/clap_builder/src/builder/
Darg.rs87 pub(crate) help_heading: Option<Option<Str>>, field
2248 pub fn help_heading(mut self, heading: impl IntoResettable<Str>) -> Self { in help_heading() method
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/clap/src/builder/
Darg.rs99 pub(crate) help_heading: Option<Option<&'help str>>, field
2799 pub fn help_heading<O>(mut self, heading: O) -> Self in help_heading() method
Dcommand.rs1899 pub fn help_heading<O>(self, heading: O) -> Self in help_heading() method