Home
last modified time | relevance | path

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

/dports/devel/efl/efl-1.25.1/src/bin/eolian/
H A Dsources.c143 switch (eolian_type_builtin_type_get(btp)) in _append_defval()
160 switch (eolian_type_builtin_type_get(ab)) in _free_func_get()
210 if (eolian_type_builtin_type_get(type) == EOLIAN_TYPE_BUILTIN_HASH) in _generate_normal_free()
238 Eolian_Type_Builtin_Type t = eolian_type_builtin_type_get(type); in _generate_iterative_free()
359 Eolian_Type_Builtin_Type btp = eolian_type_builtin_type_get(abtp); in _get_reflect_initf()
/dports/devel/efl/efl-1.25.1/src/tests/eolian/
H A Deolian_parsing.c422 fail_if(eolian_type_builtin_type_get(type) != EOLIAN_TYPE_BUILTIN_LIST); in EFL_START_TEST()
429 fail_if(eolian_type_builtin_type_get(type) != EOLIAN_TYPE_BUILTIN_ARRAY); in EFL_START_TEST()
467 fail_if(eolian_type_builtin_type_get(type) != EOLIAN_TYPE_BUILTIN_STRINGSHARE); in EFL_START_TEST()
478 fail_if(eolian_type_builtin_type_get(type) != EOLIAN_TYPE_BUILTIN_MSTRING); in EFL_START_TEST()
487 fail_if(eolian_type_builtin_type_get(type) != EOLIAN_TYPE_BUILTIN_SLICE); in EFL_START_TEST()
582 fail_if(eolian_type_builtin_type_get(tp) != EOLIAN_TYPE_BUILTIN_BOOL); in EFL_START_TEST()
636 …fail_if(eolian_type_builtin_type_get(eolian_parameter_type_get(param)) != EOLIAN_TYPE_BUILTIN_DOUB… in EFL_START_TEST()
/dports/devel/efl/efl-1.25.1/src/lib/eolian/
H A Ddatabase_type_api.c17 eolian_type_builtin_type_get(const Eolian_Type *tp) in eolian_type_builtin_type_get() function
H A DEolian.h2776 EAPI Eolian_Type_Builtin_Type eolian_type_builtin_type_get(const Eolian_Type *tp);
/dports/devel/efl/efl-1.25.1/src/scripts/pyolian/
H A Deolian_lib.py628 lib.eolian_type_builtin_type_get.argtypes = (c_void_p,)
629 lib.eolian_type_builtin_type_get.restype = c_int
H A Deolian.py1195 return Eolian_Type_Builtin_Type(lib.eolian_type_builtin_type_get(self))
/dports/devel/efl/efl-1.25.1/src/bindings/lua/
H A Deolian.lua1094 return tonum(eolian.eolian_type_builtin_type_get(self))