Searched defs:FlagHelpMsg (Results 1 – 6 of 6) sorted by relevance
202 union FlagHelpMsg { union203 constexpr explicit FlagHelpMsg(const char* help_msg) : literal(help_msg) {} in FlagHelpMsg() function204 constexpr explicit FlagHelpMsg(HelpGenFunc help_gen) : gen_func(help_gen) {} in FlagHelpMsg() function
203 union FlagHelpMsg { union204 constexpr explicit FlagHelpMsg(const char* help_msg) : literal(help_msg) {} in FlagHelpMsg() function205 constexpr explicit FlagHelpMsg(HelpGenFunc help_gen) : gen_func(help_gen) {} in FlagHelpMsg() function
201 union FlagHelpMsg { union202 constexpr explicit FlagHelpMsg(const char* help_msg) : literal(help_msg) {} in FlagHelpMsg() function203 constexpr explicit FlagHelpMsg(HelpGenFunc help_gen) : gen_func(help_gen) {} in FlagHelpMsg() function