Home
last modified time | relevance | path

Searched refs:outBool (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/tools/flags/
DCommonFlagsConfig.cpp213 static bool parse_option_bool(const SkString& value, bool* outBool) { in parse_option_bool() argument
215 *outBool = true; in parse_option_bool()
219 *outBool = false; in parse_option_bool()
423 bool get_option_bool(const char* optionKey, bool* outBool, bool optional = true) const { in get_option_bool() argument
428 return parse_option_bool(*optionValue, outBool); in get_option_bool()
/third_party/skia/tools/flags/
DCommonFlagsConfig.cpp271 static bool parse_option_bool(const SkString& value, bool* outBool) { in parse_option_bool() argument
273 *outBool = true; in parse_option_bool()
277 *outBool = false; in parse_option_bool()
504 bool get_option_bool(const char* optionKey, bool* outBool, bool optional = true) const { in get_option_bool() argument
509 return parse_option_bool(*optionValue, outBool); in get_option_bool()