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()
250 argument_info_.help_ = val; in SetHelp()
369 help_.swap(sv); in SetHelp()
389 b.SetHelp(std::move(help_)); in CreateTypedBuilder()
416 std::optional<const char*> help_; member
/art/cmdline/detail/
Dcmdline_parse_argument_detail.h182 if (help_) { in DumpHelp()
184 vios.Stream() << help_.value() << std::endl; in DumpHelp()
332 std::optional<const char*> help_; member