Home
last modified time | relevance | path

Searched defs:long_help (Results 1 – 7 of 7) sorted by relevance

/third_party/gn/src/gn/
Dswitches.h18 const char* long_help; member
Dswitches.cc321 SwitchInfo::SwitchInfo(const char* short_help, const char* long_help) in SwitchInfo()
/third_party/rust/crates/clap/tests/derive/
Ddoc_comments_help.rs90 let long_help = utils::get_long_help::<LoremIpsum>(); in field_long_doc_comment_both_help_long_help() localVariable
122 let long_help = utils::get_subcommand_long_help::<LoremIpsum>("foo"); in top_long_doc_comment_both_help_long_help() localVariable
/third_party/rust/crates/clap/clap_mangen/src/
Drender.rs287 let long_help = opt.get_long_help(); in option_help() localVariable
/third_party/rust/crates/clap/tests/
Dmacros.rs138 fn long_help() { in long_help() function
/third_party/rust/crates/clap/src/builder/
Darg.rs57 pub(crate) long_help: Option<StyledStr>, field
2105 pub fn long_help(mut self, h: impl IntoResettable<StyledStr>) -> Self { in long_help() method
/third_party/lame/frontend/
Dparse.c714 long_help(const lame_global_flags * gfp, FILE * const fp, const char *ProgramName, int lessmode) in long_help() function