Home
last modified time | relevance | path

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

/external/skia/tools/flags/
DCommonFlagsConfig.cpp458 bool get_option_gpu_color(const char* optionKey, in get_option_gpu_color()
469 bool get_option_gpu_api(const char* optionKey, in get_option_gpu_api()
481 bool get_option_graphite_api(const char* optionKey, in get_option_graphite_api()
536 bool get_option_gpu_surf_type(const char* optionKey, in get_option_gpu_surf_type()
546 bool get_option_int(const char* optionKey, int* outInt, bool optional = true) const { in get_option_int()
554 bool get_option_bool(const char* optionKey, bool* outBool, bool optional = true) const { in get_option_bool()
/external/aws-sdk-java-v2/docs/design/services/dynamodb/high-level-library/archive/20200103/prototype/option-2/sync/
DPrototype.java257 <T> DocumentClient.Builder putOption(OptionKey<T> optionKey, T optionValue); in putOption()
258 DocumentClient.Builder removeOption(OptionKey<?> optionKey); in removeOption()