Lines Matching defs:helpString
195 #define DEFINE_bool(name, defaultValue, helpString) \ argument
202 #define DEFINE_bool2(name, shortName, defaultValue, helpString) \ argument
209 #define DEFINE_string(name, defaultValue, helpString) \ argument
213 #define DEFINE_extended_string(name, defaultValue, helpString, extendedHelpString) \ argument
220 #define DEFINE_string2(name, shortName, defaultValue, helpString) … argument
231 #define DEFINE_int(name, defaultValue, helpString) \ argument
236 #define DEFINE_int_2(name, shortName, defaultValue, helpString) \ argument
243 #define DEFINE_double(name, defaultValue, helpString) \ argument
277 const char* helpString) { in CreateBoolFlag()
303 const char* helpString) { in CreateIntFlag()
314 const char* helpString) { in CreateIntFlag()
327 const char* helpString) { in CreateDoubleFlag()
428 const char* helpString, in SkFlagInfo()