Searched defs:FlagHelpMsg (Results 1 – 7 of 7) 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
197 union FlagHelpMsg { union198 constexpr explicit FlagHelpMsg(const char* help_msg) : literal(help_msg) {} in FlagHelpMsg() function199 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