Home
last modified time | relevance | path

Searched refs:eolian_typedecl_struct_field_is_move (Results 1 – 6 of 6) sorted by relevance

/dports/devel/efl/efl-1.25.1/src/lib/eolian/
H A Ddatabase_type_api.c74 eolian_typedecl_struct_field_is_move(const Eolian_Struct_Type_Field *fl) in eolian_typedecl_struct_field_is_move() function
H A DEolian.h2521 EAPI Eina_Bool eolian_typedecl_struct_field_is_move(const Eolian_Struct_Type_Field *fl);
/dports/devel/efl/efl-1.25.1/src/scripts/pyolian/
H A Deolian_lib.py561 lib.eolian_typedecl_struct_field_is_move.argtypes = (c_void_p,)
562 lib.eolian_typedecl_struct_field_is_move.restype = c_bool
H A Deolian.py1352 return bool(lib.eolian_typedecl_struct_field_is_move(self))
/dports/devel/efl/efl-1.25.1/src/bindings/lua/
H A Deolian.lua984 return eolian.eolian_typedecl_struct_field_is_move(self) ~= 0
/dports/devel/efl/efl-1.25.1/src/lib/eolian_cxx/grammar/
H A Dklass_def.hpp1676 , eolian_typedecl_struct_field_is_move(struct_field) in struct_field_def()