Lines Matching defs:helpString
212 #define DEFINE_bool(name, defaultValue, helpString) \ argument
222 #define DEFINE_bool2(name, shortName, defaultValue, helpString) \ argument
232 #define DEFINE_string(name, defaultValue, helpString) \ argument
239 #define DEFINE_extended_string(name, defaultValue, helpString, extendedHelpString) \ argument
250 #define DEFINE_string2(name, shortName, defaultValue, helpString) \ argument
263 #define DEFINE_int32(name, defaultValue, helpString) \ argument
270 #define DEFINE_int32_2(name, shortName, defaultValue, helpString) \ argument
281 #define DEFINE_uint32(name, defaultValue, helpString) \ argument
288 #define DEFINE_uint32_2(name, shortName, defaultValue, helpString) \ argument
299 #define DEFINE_double(name, defaultValue, helpString) \ argument
334 bool defaultValue, const char* helpString) { in CreateBoolFlag()
356 int32_t defaultValue, const char* helpString) { in CreateIntFlag()
364 int32_t defaultValue, const char* helpString) { in CreateIntFlag()
375 uint32_t defaultValue, const char* helpString) { in CreateUintFlag()
383 uint32_t defaultValue, const char* helpString) { in CreateUintFlag()
394 double defaultValue, const char* helpString) { in CreateDoubleFlag()
517 SkFlagInfo(const char* name, const char* shortName, FlagTypes type, const char* helpString, in SkFlagInfo()