Home
last modified time | relevance | path

Searched refs:help_ (Results 1 – 2 of 2) sorted by relevance

/art/cmdline/
Dcmdline_parser.h179 argument_info_.help_ = sv; in WithHelp()
268 argument_info_.help_ = val; in SetHelp()
387 help_.swap(sv); in SetHelp()
407 b.SetHelp(std::move(help_)); in CreateTypedBuilder()
434 std::optional<const char*> help_; member
/art/cmdline/detail/
Dcmdline_parse_argument_detail.h184 if (help_) { in DumpHelp()
186 vios.Stream() << help_.value() << std::endl; in DumpHelp()
334 std::optional<const char*> help_; member