Searched refs:CreateIntFlag (Results 1 – 2 of 2) sorted by relevance
/external/skia/tools/flags/ |
D | SkCommandLineFlags.h | 265 SK_UNUSED static bool unused_##name = SkFlagInfo::CreateIntFlag(TO_STRING(name), \ 272 SK_UNUSED static bool unused_##name = SkFlagInfo::CreateIntFlag(TO_STRING(name), \ 355 static bool CreateIntFlag(const char* name, int32_t* pInt, in CreateIntFlag() function 363 static bool CreateIntFlag(const char* name, const char* shortName, int32_t* pInt, in CreateIntFlag() function
|
/external/skqp/tools/flags/ |
D | SkCommandLineFlags.h | 265 SK_UNUSED static bool unused_##name = SkFlagInfo::CreateIntFlag(TO_STRING(name), \ 272 SK_UNUSED static bool unused_##name = SkFlagInfo::CreateIntFlag(TO_STRING(name), \ 355 static bool CreateIntFlag(const char* name, int32_t* pInt, in CreateIntFlag() function 363 static bool CreateIntFlag(const char* name, const char* shortName, int32_t* pInt, in CreateIntFlag() function
|