Home
last modified time | relevance | path

Searched defs:optionKey (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/tools/flags/
DCommonFlagsConfig.cpp433 bool get_option_gpu_color(const char* optionKey, in get_option_gpu_color()
444 bool get_option_gpu_api(const char* optionKey, in get_option_gpu_api()
456 bool get_option_graphite_api(const char* optionKey, in get_option_graphite_api()
486 bool get_option_gpu_surf_type(const char* optionKey, in get_option_gpu_surf_type()
496 bool get_option_int(const char* optionKey, int* outInt, bool optional = true) const { in get_option_int()
504 bool get_option_bool(const char* optionKey, bool* outBool, bool optional = true) const { in get_option_bool()
/third_party/flutter/skia/tools/flags/
DCommonFlagsConfig.cpp383 bool get_option_gpu_color(const char* optionKey, in get_option_gpu_color()
395 bool get_option_gpu_api(const char* optionKey, in get_option_gpu_api()
405 bool get_option_gpu_surf_type(const char* optionKey, in get_option_gpu_surf_type()
415 bool get_option_int(const char* optionKey, int* outInt, bool optional = true) const { in get_option_int()
423 bool get_option_bool(const char* optionKey, bool* outBool, bool optional = true) const { in get_option_bool()
/third_party/node/deps/npm/node_modules/yargs/
Dyargs.js326 function deleteFromParserHintObject (optionKey) { argument