Home
last modified time | relevance | path

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

/third_party/skia/tools/flags/
DCommandLineFlags.h195 #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()
[all …]
DCommonFlagsConfig.cpp153 static SkString helpString; in config_help_fn() local
221 static SkString helpString; in config_extended_help_fn() local
DCommandLineFlags.cpp20 const char* helpString, in CreateStringFlag()
/third_party/skia/m133/tools/flags/
DCommandLineFlags.h218 #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()
[all …]
DCommonFlagsConfig.cpp178 static SkString helpString; in config_help_fn() local
244 static SkString helpString; in config_extended_help_fn() local
DCommandLineFlags.cpp20 const char* helpString, in CreateStringFlag()