Home
last modified time | relevance | path

Searched refs:help_message (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/
Dcli.cc182 void PrintHelpMessage(const char* help_message) { in PrintHelpMessage() argument
183 std::cout << help_message << std::endl << kMutatorParameters << std::endl; in PrintHelpMessage()
186 [[noreturn]] void InvalidParameter(const char* help_message, in InvalidParameter() argument
189 PrintHelpMessage(help_message); in InvalidParameter()
291 const char* help_message, in ParseMutatorCliParam() argument
296 InvalidParameter(help_message, param); in ParseMutatorCliParam()
301 InvalidParameter(help_message, param); in ParseMutatorCliParam()
306 InvalidParameter(help_message, param); in ParseMutatorCliParam()
314 InvalidParameter(help_message, param); in ParseMutatorCliParam()
319 InvalidParameter(help_message, param); in ParseMutatorCliParam()
[all …]
/third_party/mesa3d/src/amd/compiler/tests/
Dmain.cpp37 static const char *help_message = variable
240 fprintf(stderr, help_message, argv[0]); in main()
/third_party/vixl/
DSConstruct55 def Add(self, target, help_message):
57 self.help_messages.append(help_message)
/third_party/rust/crates/clap/
DCHANGELOG.md1988 * provides `App::help_message` and `App::version_message` which allows one to override the auto-g…