Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/abseil-cpp/absl/flags/internal/
H A Dflag.h140 union FlagHelpMsg { union
141 constexpr explicit FlagHelpMsg(const char* help_msg) : literal(help_msg) {} in FlagHelpMsg() function
142 constexpr explicit FlagHelpMsg(HelpGenFunc help_gen) : gen_func(help_gen) {} in FlagHelpMsg() function
151 FlagHelpMsg source;
185 return {FlagHelpMsg(T::Const()), FlagHelpKind::kLiteral}; in HelpArg()
190 return {FlagHelpMsg(&T::NonConst), FlagHelpKind::kGenFunc}; in HelpArg()
489 const FlagHelpMsg help_;
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/abseil-cpp/absl/flags/internal/
H A Dflag.h140 union FlagHelpMsg { union
141 constexpr explicit FlagHelpMsg(const char* help_msg) : literal(help_msg) {} in FlagHelpMsg() function
142 constexpr explicit FlagHelpMsg(HelpGenFunc help_gen) : gen_func(help_gen) {} in FlagHelpMsg() function
151 FlagHelpMsg source;
185 return {FlagHelpMsg(T::Const()), FlagHelpKind::kLiteral}; in HelpArg()
190 return {FlagHelpMsg(&T::NonConst), FlagHelpKind::kGenFunc}; in HelpArg()
489 const FlagHelpMsg help_;
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/third_party/abseil-cpp/absl/flags/internal/
H A Dflag.h201 union FlagHelpMsg { union
202 constexpr explicit FlagHelpMsg(const char* help_msg) : literal(help_msg) {} in FlagHelpMsg() function
203 constexpr explicit FlagHelpMsg(HelpGenFunc help_gen) : gen_func(help_gen) {} in FlagHelpMsg() function
212 FlagHelpMsg source;
234 return {FlagHelpMsg(value.value), FlagHelpKind::kLiteral}; in HelpArg()
239 return {FlagHelpMsg(&Gen::NonConst), FlagHelpKind::kGenFunc}; in HelpArg()
568 const FlagHelpMsg help_;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/abseil-cpp/absl/flags/internal/
H A Dflag.h201 union FlagHelpMsg { union
202 constexpr explicit FlagHelpMsg(const char* help_msg) : literal(help_msg) {} in FlagHelpMsg() function
203 constexpr explicit FlagHelpMsg(HelpGenFunc help_gen) : gen_func(help_gen) {} in FlagHelpMsg() function
212 FlagHelpMsg source;
234 return {FlagHelpMsg(value.value), FlagHelpKind::kLiteral}; in HelpArg()
239 return {FlagHelpMsg(&Gen::NonConst), FlagHelpKind::kGenFunc}; in HelpArg()
568 const FlagHelpMsg help_;
/dports/devel/abseil/abseil-cpp-20211102.0/absl/flags/internal/
H A 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
214 FlagHelpMsg source;
236 return {FlagHelpMsg(value.value), FlagHelpKind::kLiteral}; in HelpArg()
241 return {FlagHelpMsg(&Gen::NonConst), FlagHelpKind::kGenFunc}; in HelpArg()
587 const FlagHelpMsg help_;
H A Dflag_msvc.inc69 {flags_internal::FlagHelpMsg(help_gen_),
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/abseil-cpp/absl/flags/internal/
H A 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
214 FlagHelpMsg source;
236 return {FlagHelpMsg(value.value), FlagHelpKind::kLiteral}; in HelpArg()
241 return {FlagHelpMsg(&Gen::NonConst), FlagHelpKind::kGenFunc}; in HelpArg()
587 const FlagHelpMsg help_;
H A Dflag_msvc.inc69 {flags_internal::FlagHelpMsg(help_gen_),
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/abseil-cpp/absl/flags/
H A Dflag.h123 {flags_internal::FlagHelpMsg(help_gen_),
H A Dflag_test.cc123 constexpr flags::FlagHelpArg help_arg{flags::FlagHelpMsg("literal help"),
132 {flags::FlagHelpMsg(&TestHelpMsg), flags::FlagHelpKind::kGenFunc}, \
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/abseil-cpp/absl/flags/
H A Dflag.h123 {flags_internal::FlagHelpMsg(help_gen_),
H A Dflag_test.cc123 constexpr flags::FlagHelpArg help_arg{flags::FlagHelpMsg("literal help"),
132 {flags::FlagHelpMsg(&TestHelpMsg), flags::FlagHelpKind::kGenFunc}, \
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/third_party/abseil-cpp/absl/flags/
H A Dflag.h121 {flags_internal::FlagHelpMsg(help_gen_),
H A Dflag_test.cc131 constexpr flags::FlagHelpArg help_arg{flags::FlagHelpMsg("literal help"),
143 {flags::FlagHelpMsg(&TestHelpMsg), flags::FlagHelpKind::kGenFunc}, \
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/abseil-cpp/absl/flags/
H A Dflag.h121 {flags_internal::FlagHelpMsg(help_gen_),
H A Dflag_test.cc131 constexpr flags::FlagHelpArg help_arg{flags::FlagHelpMsg("literal help"),
143 {flags::FlagHelpMsg(&TestHelpMsg), flags::FlagHelpKind::kGenFunc}, \
/dports/devel/abseil/abseil-cpp-20211102.0/absl/flags/
H A Dflag_test.cc134 constexpr flags::FlagHelpArg help_arg{flags::FlagHelpMsg("literal help"),
146 {flags::FlagHelpMsg(&TestHelpMsg), flags::FlagHelpKind::kGenFunc}, \
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/abseil-cpp/absl/flags/
H A Dflag_test.cc134 constexpr flags::FlagHelpArg help_arg{flags::FlagHelpMsg("literal help"),
146 {flags::FlagHelpMsg(&TestHelpMsg), flags::FlagHelpKind::kGenFunc}, \