Searched defs:helpString (Results 1 – 2 of 2) sorted by relevance
/external/skia/tools/flags/ |
D | SkCommandLineFlags.h | 195 #define DEFINE_bool(name, defaultValue, helpString) \ argument 205 #define DEFINE_bool2(name, shortName, defaultValue, helpString) \ argument 215 #define DEFINE_string(name, defaultValue, helpString) \ argument 222 #define DEFINE_extended_string(name, defaultValue, helpString, extendedHelpString) \ argument 233 #define DEFINE_string2(name, shortName, defaultValue, helpString) \ argument 246 #define DEFINE_int32(name, defaultValue, helpString) \ argument 253 #define DEFINE_int32_2(name, shortName, defaultValue, helpString) \ argument 263 #define DEFINE_double(name, defaultValue, helpString) \ argument 297 bool defaultValue, const char* helpString) { in CreateBoolFlag() 319 int32_t defaultValue, const char* helpString) { in CreateIntFlag() [all …]
|
D | SkCommandLineFlags.cpp | 25 const char* defaultValue, const char* helpString, in CreateStringFlag()
|