Searched refs:_is_type_compatible (Results 1 – 5 of 5) sorted by relevance
/dports/math/py-pandas/pandas-1.2.5/pandas/core/indexes/ |
H A D | interval.py | 1114 def _is_type_compatible(a, b) -> bool: function 1252 _is_type_compatible(start, end), 1253 _is_type_compatible(start, freq), 1254 _is_type_compatible(end, freq),
|
/dports/devel/godot/godot-3.2.3-stable/modules/gdscript/ |
H A D | gdscript_parser.cpp | 2381 …if (!_is_type_compatible(to_match_type, pattern_type) && !_is_type_compatible(pattern_type, to_mat… in _generate_pattern() 6476 …valid = _is_type_compatible(cn->cast_type, source_type) || _is_type_compatible(source_type, cn->ca… 6538 … if (!_is_type_compatible(type_type, value_type) && !_is_type_compatible(value_type, type_type)) { 6644 } else if (_is_type_compatible(false_type, true_type)) { 7165 if (!_is_type_compatible(arg_type, par_types[i], true)) { 7841 if (check_types && !_is_type_compatible(cont, expr)) { 7889 if (_is_type_compatible(expr_type, v.data_type)) { 8304 if (!_is_type_compatible(lv->datatype, assign_type)) { 8306 if (_is_type_compatible(assign_type, lv->datatype)) { 8444 if (_is_type_compatible(rh_type, lh_type)) { [all …]
|
H A D | gdscript_parser.h | 641 …bool _is_type_compatible(const DataType &p_container, const DataType &p_expression, bool p_allow_i…
|
/dports/devel/godot-tools/godot-3.2.3-stable/modules/gdscript/ |
H A D | gdscript_parser.cpp | 2381 …if (!_is_type_compatible(to_match_type, pattern_type) && !_is_type_compatible(pattern_type, to_mat… in _generate_pattern() 6476 …valid = _is_type_compatible(cn->cast_type, source_type) || _is_type_compatible(source_type, cn->ca… 6538 … if (!_is_type_compatible(type_type, value_type) && !_is_type_compatible(value_type, type_type)) { 6644 } else if (_is_type_compatible(false_type, true_type)) { 7165 if (!_is_type_compatible(arg_type, par_types[i], true)) { 7841 if (check_types && !_is_type_compatible(cont, expr)) { 7889 if (_is_type_compatible(expr_type, v.data_type)) { 8304 if (!_is_type_compatible(lv->datatype, assign_type)) { 8306 if (_is_type_compatible(assign_type, lv->datatype)) { 8444 if (_is_type_compatible(rh_type, lh_type)) { [all …]
|
H A D | gdscript_parser.h | 641 …bool _is_type_compatible(const DataType &p_container, const DataType &p_expression, bool p_allow_i…
|