Home
last modified time | relevance | path

Searched refs:vala_method_construct (Results 1 – 7 of 7) sorted by relevance

/dports/lang/vala/vala-0.48.18/vala/
H A Dvalaarrayresizemethod.c49 …self = (ValaArrayResizeMethod*) vala_method_construct (object_type, "resize", (ValaDataType*) _tmp… in vala_array_resize_method_construct()
H A Dvalaarraycopymethod.c49 …self = (ValaArrayCopyMethod*) vala_method_construct (object_type, "copy", (ValaDataType*) _tmp1_, … in vala_array_copy_method_construct()
H A Dvalaarraymovemethod.c49 …self = (ValaArrayMoveMethod*) vala_method_construct (object_type, "move", (ValaDataType*) _tmp1_, … in vala_array_move_method_construct()
H A Dvaladynamicmethod.c114 …self = (ValaDynamicMethod*) vala_method_construct (object_type, name, return_type, source_referenc… in vala_dynamic_method_construct()
H A Dvalacreationmethod.c121 …self = (ValaCreationMethod*) vala_method_construct (object_type, name, (ValaDataType*) _tmp1_, sou… in vala_creation_method_construct()
H A Dvalamethod.c536 vala_method_construct (GType object_type, in vala_method_construct() function
555 return vala_method_construct (VALA_TYPE_METHOD, name, return_type, source_reference, comment); in vala_method_new()
H A Dvala.h5803 ValaMethod* vala_method_construct (GType object_type,