Searched defs:optionKey (Results 1 – 2 of 2) sorted by relevance
458 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()
257 <T> DocumentClient.Builder putOption(OptionKey<T> optionKey, T optionValue); in putOption()258 DocumentClient.Builder removeOption(OptionKey<?> optionKey); in removeOption()