Lines Matching defs:helpString
218 #define DEFINE_bool(name, defaultValue, helpString) \ argument
225 #define DEFINE_bool2(name, shortName, defaultValue, helpString) \ argument
232 #define DEFINE_string(name, defaultValue, helpString) \ argument
236 #define DEFINE_extended_string(name, defaultValue, helpString, extendedHelpString) \ argument
243 #define DEFINE_string2(name, shortName, defaultValue, helpString) \ argument
254 #define DEFINE_int(name, defaultValue, helpString) \ argument
259 #define DEFINE_int_2(name, shortName, defaultValue, helpString) \ argument
266 #define DEFINE_double(name, defaultValue, helpString) \ argument
300 const char* helpString) { in CreateBoolFlag()
326 const char* helpString) { in CreateIntFlag()
337 const char* helpString) { in CreateIntFlag()
350 const char* helpString) { in CreateDoubleFlag()
451 const char* helpString, in SkFlagInfo()