Home
last modified time | relevance | path

Searched defs:helpString (Results 1 – 3 of 3) 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()