Home
last modified time | relevance | path

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

/dports/devel/efl/efl-1.25.1/src/lib/eolian/
H A Ddatabase_type_api.c60 eolian_typedecl_struct_field_type_get(const Eolian_Struct_Type_Field *fl) in eolian_typedecl_struct_field_type_get() function
H A DEolian.h2501 EAPI const Eolian_Type *eolian_typedecl_struct_field_type_get(const Eolian_Struct_Type_Field *fl);
/dports/devel/efl/efl-1.25.1/src/scripts/pyolian/
H A Deolian_lib.py553 lib.eolian_typedecl_struct_field_type_get.argtypes = (c_void_p,)
554 lib.eolian_typedecl_struct_field_type_get.restype = c_void_p
H A Deolian.py1336 c_type = lib.eolian_typedecl_struct_field_type_get(self)
/dports/devel/efl/efl-1.25.1/src/tests/eolian/
H A Deolian_parsing.c689 fail_if(!(ftype = eolian_typedecl_struct_field_type_get(field))); in EFL_START_TEST()
694 fail_if(!(ftype = eolian_typedecl_struct_field_type_get(field))); in EFL_START_TEST()
708 fail_if(!(ftype = eolian_typedecl_struct_field_type_get(field))); in EFL_START_TEST()
/dports/devel/efl/efl-1.25.1/src/bin/eolian_js/
H A Dmain.cc708 auto field_type = ::eolian_typedecl_struct_field_type_get(&*sf); in main()
/dports/devel/efl/efl-1.25.1/src/bindings/lua/
H A Deolian.lua974 local v = eolian.eolian_typedecl_struct_field_type_get(self)
/dports/devel/efl/efl-1.25.1/src/lib/eolian_cxx/grammar/
H A Dklass_def.hpp1673 type.set(eolian_typedecl_struct_field_type_get(struct_field) in struct_field_def()