Home
last modified time | relevance | path

Searched refs:vala_attribute_cache_construct (Results 1 – 3 of 3) sorted by relevance

/dports/lang/vala/vala-0.48.18/vala/
H A Dvalacodenode.c1426 vala_attribute_cache_construct (GType object_type) in vala_attribute_cache_construct() function
1436 return vala_attribute_cache_construct (VALA_TYPE_ATTRIBUTE_CACHE); in vala_attribute_cache_new()
H A Dvala.h4775 ValaAttributeCache* vala_attribute_cache_construct (GType object_type);
/dports/lang/vala/vala-0.48.18/codegen/
H A Dvalaccodeattribute.c2099 self = (ValaCCodeAttribute*) vala_attribute_cache_construct (object_type); in vala_ccode_attribute_construct()