Searched refs:short_help (Results 1 – 5 of 5) sorted by relevance
77 let short_help = get_help::<LoremIpsum>(); in field_long_doc_comment_both_help_long_help() localVariable80 assert!(short_help.contains("Dot is removed from one short comment")); in field_long_doc_comment_both_help_long_help()81 assert!(!short_help.contains("Dot is removed from one short comment.")); in field_long_doc_comment_both_help_long_help()82 assert!(short_help.contains("Dot is removed from multiline comments")); in field_long_doc_comment_both_help_long_help()83 assert!(!short_help.contains("Dot is removed from multiline comments.")); in field_long_doc_comment_both_help_long_help()85 assert!(!short_help.contains("Long help")); in field_long_doc_comment_both_help_long_help()109 let short_help = get_help::<LoremIpsum>(); in top_long_doc_comment_both_help_long_help() localVariable112 assert!(!short_help.contains("Or something else")); in top_long_doc_comment_both_help_long_help()
137 std::string short_help; in GetDescription() local142 short_help); in GetDescription()144 if (!short_help.empty()) in GetDescription()145 s->PutCString(short_help.c_str()); in GetDescription()
836 def short_help(args): function842 short_help(args)884 short_help(args)
328 def short_help(self) -> str: member in Registry
321 llvm::StringRef short_help = GetHelp(); in HelpTextContainsWord() local325 if (search_short_help && short_help.contains_lower(search_word)) in HelpTextContainsWord()