Home
last modified time | relevance | path

Searched defs:FlagHelpMsg (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/
Dflag.h203 union FlagHelpMsg { union
204 constexpr explicit FlagHelpMsg(const char* help_msg) : literal(help_msg) {} in FlagHelpMsg() function
205 constexpr explicit FlagHelpMsg(HelpGenFunc help_gen) : gen_func(help_gen) {} in FlagHelpMsg() function