Searched defs:FlagHelpMsg (Results 1 – 2 of 2) sorted by relevance
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