Home
last modified time | relevance | path

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

/dports/lang/vala/vala-0.48.18/vala/
H A Dvalastruct.c55 ValaCreationMethod* _default_construction_method; member
154 _tmp0_ = self->priv->_default_construction_method; in vala_struct_get_default_construction_method()
166 _vala_code_node_unref0 (self->priv->_default_construction_method); in vala_struct_set_default_construction_method()
167 self->priv->_default_construction_method = _tmp0_; in vala_struct_set_default_construction_method()
2512 _vala_code_node_unref0 (self->priv->_default_construction_method); in vala_struct_finalize()
H A Dvalaclass.c50 ValaCreationMethod* _default_construction_method; member
401 _tmp0_ = self->priv->_default_construction_method; in vala_class_get_default_construction_method()
413 _vala_code_node_unref0 (self->priv->_default_construction_method); in vala_class_set_default_construction_method()
414 self->priv->_default_construction_method = _tmp0_; in vala_class_set_default_construction_method()
4068 _vala_code_node_unref0 (self->priv->_default_construction_method); in vala_class_finalize()