Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dswitches.h18 const char* long_help; member
Dswitches.cc291 SwitchInfo::SwitchInfo(const char* short_help, const char* long_help)
/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.rs285 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