Home
last modified time | relevance | path

Searched refs:has_default (Results 1 – 9 of 9) sorted by relevance

/third_party/libfuse/example/
Dcxxopts.hpp297 has_default() const = 0;
813 has_default() const in has_default() function in cxxopts::values::abstract_value
1022 bool has_default; member
1069 has_default() const noexcept in has_default() function in cxxopts::OptionValue
1446 if (o.has_default && (!o.is_boolean || o.default_value != "false")) in format_description()
1871 if(value.has_default() && !store.count() && !store.has_default()){ in parse()
1927 value->has_default(), value->get_default_value(), in add_option()
/third_party/mesa3d/src/broadcom/cle/
Dv3d_decoder.h130 bool has_default; member
Dv3d_decoder.c333 field->has_default = true; in create_field()
/third_party/mesa3d/src/intel/common/
Dintel_decoder.h192 bool has_default; member
Dintel_decoder.c337 field->has_default = true; in create_field()
470 if (list->start >= 16 && list->has_default) { in end_element()
/third_party/skia/third_party/externals/tint/src/resolver/
Dresolver_validation.cc2282 bool has_default = false; in ValidateSwitch() local
2287 if (has_default) { in ValidateSwitch()
2293 has_default = true; in ValidateSwitch()
2319 if (!has_default) { in ValidateSwitch()
/third_party/mesa3d/src/panfrost/midgard/
Ddisassemble.c1370 bool has_default = (default_secondary || default_primary); in print_load_store_instr() local
1373 if (has_default && (is_secondary != default_secondary)) in print_load_store_instr()
/third_party/jerryscript/jerry-core/parser/js/
Djs-parser-statm.c3167 int has_default = (context_p->stack_top_uint8 == PARSER_STATEMENT_SWITCH); in parser_parse_statements() local
3178 if (!has_default) in parser_parse_statements()
/third_party/python/Python/
Dcompile.c6368 int has_default = WILDCARD_CHECK(m->pattern) && 1 < cases; in compiler_match_inner() local
6369 for (Py_ssize_t i = 0; i < cases - has_default; i++) { in compiler_match_inner()
6373 if (i != cases - has_default - 1) { in compiler_match_inner()
6404 if (i != cases - has_default - 1) { in compiler_match_inner()
6415 if (has_default) { in compiler_match_inner()