Home
last modified time | relevance | path

Searched refs:method_params_it (Results 1 – 4 of 4) sorted by relevance

/dports/lang/vala/vala-0.48.18/vala/
H A Dvaladelegate.vala153 Iterator<Parameter> method_params_it = method_params.iterator ();
157 method_params_it.next ();
160 var method_param = method_params_it.get ();
178 if (!method_params_it.next ()) {
181 method_param_type = method_params_it.get ().variable_type;
196 if (method_params_it.next ()) {
H A Dvaladelegate.c416 ValaIterator* method_params_it = NULL; in vala_delegate_matches_method() local
469 method_params_it = _tmp15_; in vala_delegate_matches_method()
497 _tmp24_ = method_params_it; in vala_delegate_matches_method()
499 _tmp25_ = method_params_it; in vala_delegate_matches_method()
594 _tmp49_ = method_params_it; in vala_delegate_matches_method()
600 _tmp50_ = method_params_it; in vala_delegate_matches_method()
683 _vala_iterator_unref0 (method_params_it); in vala_delegate_matches_method()
687 _tmp79_ = method_params_it; in vala_delegate_matches_method()
690 _vala_iterator_unref0 (method_params_it); in vala_delegate_matches_method()
725 _vala_iterator_unref0 (method_params_it); in vala_delegate_matches_method()
[all …]
H A Dvalamethod.c1088 ValaIterator* method_params_it = NULL; in vala_method_compatible_internal() local
1368 method_params_it = _tmp79_; in vala_method_compatible_internal()
1422 _tmp89_ = method_params_it; in vala_method_compatible_internal()
1431 _vala_iterator_unref0 (method_params_it); in vala_method_compatible_internal()
1443 _tmp91_ = method_params_it; in vala_method_compatible_internal()
1461 _vala_iterator_unref0 (method_params_it); in vala_method_compatible_internal()
1488 _vala_iterator_unref0 (method_params_it); in vala_method_compatible_internal()
1588 _tmp129_ = method_params_it; in vala_method_compatible_internal()
1595 _vala_iterator_unref0 (method_params_it); in vala_method_compatible_internal()
1735 _vala_iterator_unref0 (method_params_it); in vala_method_compatible_internal()
[all …]
H A Dvalamethod.vala382 Iterator<Parameter> method_params_it = parameters.iterator ();
386 if (!method_params_it.next ()) {
391 var param = method_params_it.get ();
416 if (method_params_it.next ()) {