Home
last modified time | relevance | path

Searched refs:eolian_object_short_name_get (Results 1 – 8 of 8) sorted by relevance

/dports/devel/efl/efl-1.25.1/src/lib/eolian/
H A DEolian.h730 EAPI const char *eolian_object_short_name_get(const Eolian_Object *obj);
1471 return eolian_object_short_name_get(EOLIAN_OBJECT(klass)); in eolian_class_short_name_get()
2719 return eolian_object_short_name_get(EOLIAN_OBJECT(tp)); in eolian_typedecl_short_name_get()
2930 return eolian_object_short_name_get(EOLIAN_OBJECT(tp)); in eolian_type_short_name_get()
3182 return eolian_object_short_name_get(EOLIAN_OBJECT(tp)); in eolian_constant_short_name_get()
3277 return eolian_object_short_name_get(EOLIAN_OBJECT(err)); in eolian_error_short_name_get()
H A Ddatabase_class_api.c105 func_name, eolian_object_short_name_get(&cl->base)); in eolian_class_function_by_name_get()
H A Deolian_database.c99 eolian_object_short_name_get(const Eolian_Object *obj) in eolian_object_short_name_get() function
H A Deo_parser.c1460 meth->base.name = eina_stringshare_add(eolian_object_short_name_get(&def->base)); in parse_function_pointer()
/dports/devel/efl/efl-1.25.1/src/scripts/pyolian/
H A Deolian_lib.py235 lib.eolian_object_short_name_get.argtypes = (c_void_p,)
236 lib.eolian_object_short_name_get.restype = c_char_p
H A Deolian.py679 return _str_to_py(lib.eolian_object_short_name_get(self))
/dports/devel/efl/efl-1.25.1/src/bin/eolian_mono/eolian/mono/
H A Ddocumentation.hh304 ref += name_helpers::managed_name(::eolian_object_short_name_get(data)); in ref_conversion()
/dports/devel/efl/efl-1.25.1/src/bindings/lua/
H A Deolian.lua603 local v = eolian.eolian_object_short_name_get(cast_obj(self))