Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/clap_derive/src/
Ditem.rs46 next_help_heading: Option<Method>, field
956 let next_help_heading = self.next_help_heading.as_ref().into_iter(); in initial_top_level_methods() localVariable
996 pub fn next_help_heading(&self) -> TokenStream { in next_help_heading() method
997 let next_help_heading = self.next_help_heading.as_ref().into_iter(); in next_help_heading() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/clap_derive/src/derives/
Dsubcommand.rs193 let next_help_heading = item.next_help_heading(); in gen_augment() localVariable
Dargs.rs229 let next_help_heading = item.next_help_heading(); in gen_augment() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/clap_builder/src/builder/
Dcommand.rs2119 pub fn next_help_heading(mut self, heading: impl IntoResettable<Str>) -> Self { in next_help_heading() method
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/clap/src/builder/
Dcommand.rs1919 pub fn next_help_heading<O>(mut self, heading: O) -> Self in next_help_heading() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.2/src/builder/
H A Dcommand.rs2119 pub fn next_help_heading(mut self, heading: impl IntoResettable<Str>) -> Self { in next_help_heading() method