Home
last modified time | relevance | path

Searched refs:get_has_body (Results 1 – 2 of 2) sorted by relevance

/dports/lang/vala/vala-0.48.18/vala/
H A Dvalaproperty.vala107 bool get_has_body = (has_get && get_accessor.body != null);
110 if (set_has_body && (has_get && !get_has_body)) {
114 if (get_has_body && (has_set && !set_has_body)) {
118 if (!get_has_body && !set_has_body) {
H A Dvalaproperty.c298 gboolean get_has_body = FALSE; in vala_property_get_field() local
323 get_has_body = _tmp6_; in vala_property_get_field()
344 _tmp19_ = !get_has_body; in vala_property_get_field()
360 if (get_has_body) { in vala_property_get_field()
379 if (!get_has_body) { in vala_property_get_field()