Searched refs:has_default (Results 1 – 10 of 10) sorted by relevance
162 has_default = 0 variable in Option188 if o.has_default:206 self.has_default = 1221 self.has_default = 1418 if o.has_default:
81 let has_default = method.default.is_some(); in expand() localVariable82 transform_sig(context, sig, has_self, has_default, is_local); in expand()161 has_default: bool, in transform_sig()250 Context::Trait { supertraits, .. } => !has_default || has_bound(supertraits, &bound), in transform_sig()
130 bool has_default; member
367 field->has_default = true; in create_field()
416 has_default = (param.default != inspect.Parameter.empty)418 if is_sig_mismatch_an_error() and has_default != np_has_default:
144 if field.has_default()] + cls._get_required_field_names()
190 bool has_default; member
334 field->has_default = true; in create_field()467 if (list->start >= 16 && list->has_default) { in end_element()
1648 has_default = control_flow_ops.cond(1652 has_default.set_shape(tensor_shape.TensorShape([None, None]))1653 has_default.set_shape(tensor.shape[:2])1659 has_nondefault = math_ops.logical_not(has_default)
7639 int has_default = 0;7652 if (has_default)7654 has_default = 1;