Home
last modified time | relevance | path

Searched refs:help_text (Results 1 – 24 of 24) sorted by relevance

/third_party/gn/src/gn/
Derr.h31 : location(loc), message(msg), help_text(help) {} in ErrInfo()
39 std::string help_text; member
63 const std::string& help_text = std::string());
68 const std::string& help_text = std::string());
73 const std::string& help_text = std::string());
86 const std::string& help_text() const { return info_->help_text; } in help_text() function
Derr.cc113 const std::string& help_text) in Err() argument
114 : info_(std::make_unique<ErrInfo>(Location(), msg, help_text)) { in Err()
125 const std::string& help_text) in Err() argument
126 : info_(std::make_unique<ErrInfo>(Location(), msg, help_text)) { in Err()
196 if (!info_->help_text.empty()) in InternalPrintToStdout()
197 OutputString(info_->help_text + "\n"); in InternalPrintToStdout()
Dstring_utils.cc76 err->message(), err->help_text()); in AppendInterpolatedExpression()
85 err->message(), err->help_text()); in AppendInterpolatedExpression()
102 err->message(), err->help_text()); in AppendInterpolatedExpression()
Dparse_node_value_adapter.cc42 *err = Err(node, err->message(), err->help_text()); in InitForType()
Dfunction_write_file.cc104 *err = Err(function->function(), err->message(), err->help_text()); in RunWriteFile()
Dsubstitution_list.cc66 << err.message() << "\n" << err.help_text(); in MakeForTest()
Dsubstitution_pattern.cc97 << err.message() << "\n" << err.help_text(); in MakeForTest()
Dninja_build_writer_unittest.cc254 EXPECT_EQ(expected_help_test, err.help_text()); in TEST_F()
Doperators.cc130 *err = Err(dest_accessor->base(), err->message(), err->help_text()); in Init()
143 *err = Err(dest_accessor->base(), err->message(), err->help_text()); in Init()
Dfunctions_unittest.cc49 ASSERT_EQ(err.help_text(), "What failed"); in TEST()
Dtarget_unittest.cc576 ASSERT_TRUE(a.OnResolved(&err)) << err.help_text(); in TEST_F()
1272 err.help_text()); in TEST_F()
1308 err.help_text()); in TEST_F()
/third_party/node/src/
Dnode_options-inl.h24 const char* help_text, in AddOption() argument
32 help_text, in AddOption()
38 const char* help_text, in AddOption() argument
46 help_text}); in AddOption()
51 const char* help_text, in AddOption() argument
59 help_text}); in AddOption()
64 const char* help_text, in AddOption() argument
72 help_text}); in AddOption()
78 const char* help_text, in AddOption() argument
85 help_text in AddOption()
[all …]
Dnode_options.h340 const char* help_text,
345 const char* help_text,
349 const char* help_text,
353 const char* help_text,
357 const char* help_text,
361 const char* help_text,
365 const char* help_text,
369 const char* help_text,
465 std::string help_text; member
Dnode_options.cc1166 Local<Value> help_text; in GetCLIOptions() local
1167 if (!ToV8Value(context, option_info.help_text).ToLocal(&help_text) || in GetCLIOptions()
1168 !info->Set(context, env->help_text_string(), help_text) in GetCLIOptions()
/third_party/mbedtls/tests/scripts/
Dtest_config_script.py63 def guess_presets_from_help(help_text): argument
69 hits = re.findall(r'\{([-\w,]+)\}', help_text)
78 hits = re.findall(r'\n +([-\w]+) +- ', help_text)
92 help_text = subprocess.run([options.script, '--help'],
96 return guess_presets_from_help(help_text.decode('ascii'))
/third_party/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.h134 const std::string& help_text);
147 const std::string& help_text);
355 std::string help_text; member
Dcommand_line_interface.cc783 const std::string& help_text) { in RegisterGenerator() argument
787 info.help_text = help_text; in RegisterGenerator()
793 CodeGenerator* generator, const std::string& help_text) { in RegisterGenerator() argument
798 info.help_text = help_text; in RegisterGenerator()
1999 << iter->second.help_text << std::endl; in PrintHelpText()
/third_party/rust/crates/clap/tests/builder/
Ddouble_require.rs49 fn help_text() { in help_text() function
Dsubcommands.rs345 let help_text = cmd.render_help().to_string(); in subcommand_placeholder_test() localVariable
347 assert!(help_text.contains("TEST_HEADER:")); in subcommand_placeholder_test()
/third_party/libfuse/example/
Dcxxopts.hpp1252 positional_help(std::string help_text) in positional_help() argument
1254 m_positional_help = std::move(help_text); in positional_help()
1259 custom_help(std::string help_text) in custom_help() argument
1261 m_custom_help = std::move(help_text); in custom_help()
/third_party/python/Lib/
Doptparse.py322 help_text = self.expand_default(option)
323 help_lines = textwrap.wrap(help_text, self.help_width)
Dargparse.py533 help_text = self._expand_help(action)
534 if help_text:
535 help_lines = self._split_lines(help_text, help_width)
/third_party/pcre2/pcre2/src/
Dpcre2grep.c393 const char *help_text; member
1252 printf("%.*s%s" STDOUT_NL, n, " ", op->help_text); in help()
/third_party/python/Lib/test/
Dtest_argparse.py5410 help_text = self.parser.format_help()
5411 self.assertEqual(help_text, textwrap.dedent('''\