Home
last modified time | relevance | path

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

/external/skia/tools/flags/
DSkCommandLineFlags.h181 #define DEFINE_bool(name, defaultValue, helpString) \ argument
191 #define DEFINE_bool2(name, shortName, defaultValue, helpString) \ argument
201 #define DEFINE_string(name, defaultValue, helpString) \ argument
211 #define DEFINE_string2(name, shortName, defaultValue, helpString) \ argument
221 #define DEFINE_int32(name, defaultValue, helpString) \ argument
230 #define DEFINE_double(name, defaultValue, helpString) \ argument
264 bool defaultValue, const char* helpString) { in CreateBoolFlag()
285 int32_t defaultValue, const char* helpString) { in CreateIntFlag()
296 double defaultValue, const char* helpString) { in CreateDoubleFlag()
405 SkFlagInfo(const char* name, const char* shortName, FlagTypes type, const char* helpString) in SkFlagInfo()
DSkCommandLineFlags.cpp18 const char* defaultValue, const char* helpString) { in CreateStringFlag()