Searched refs:has_default (Results 1 – 9 of 9) sorted by relevance
297 has_default() const = 0;813 has_default() const in has_default() function in cxxopts::values::abstract_value1022 bool has_default; member1069 has_default() const noexcept in has_default() function in cxxopts::OptionValue1446 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()
130 bool has_default; member
333 field->has_default = true; in create_field()
192 bool has_default; member
337 field->has_default = true; in create_field()470 if (list->start >= 16 && list->has_default) { in end_element()
2282 bool has_default = false; in ValidateSwitch() local2287 if (has_default) { in ValidateSwitch()2293 has_default = true; in ValidateSwitch()2319 if (!has_default) { in ValidateSwitch()
1370 bool has_default = (default_secondary || default_primary); in print_load_store_instr() local1373 if (has_default && (is_secondary != default_secondary)) in print_load_store_instr()
3167 int has_default = (context_p->stack_top_uint8 == PARSER_STATEMENT_SWITCH); in parser_parse_statements() local3178 if (!has_default) in parser_parse_statements()
6368 int has_default = WILDCARD_CHECK(m->pattern) && 1 < cases; in compiler_match_inner() local6369 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()