Home
last modified time | relevance | path

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

/dports/devel/godot-tools/godot-3.2.3-stable/modules/mono/editor/
H A Deditor_internal_calls.cpp176 BindingsGenerator *godot_icall_BindingsGenerator_Ctor() { in godot_icall_BindingsGenerator_Ctor()
177 return memnew(BindingsGenerator); in godot_icall_BindingsGenerator_Ctor()
180 void godot_icall_BindingsGenerator_Dtor(BindingsGenerator *p_handle) { in godot_icall_BindingsGenerator_Dtor()
184 MonoBoolean godot_icall_BindingsGenerator_LogPrintEnabled(BindingsGenerator *p_handle) { in godot_icall_BindingsGenerator_LogPrintEnabled()
188 void godot_icall_BindingsGenerator_SetLogPrintEnabled(BindingsGenerator p_handle, MonoBoolean p_ena… in godot_icall_BindingsGenerator_SetLogPrintEnabled()
192 int32_t godot_icall_BindingsGenerator_GenerateCsApi(BindingsGenerator *p_handle, MonoString *p_outp… in godot_icall_BindingsGenerator_GenerateCsApi()
198 return BindingsGenerator::get_version(); in godot_icall_BindingsGenerator_Version()
H A Dbindings_generator.cpp665 void BindingsGenerator::_apply_prefix_to_enum_constants(BindingsGenerator::EnumInterface &p_ienum, … in _apply_prefix_to_enum_constants()
1523 Error BindingsGenerator::_generate_cs_method(const BindingsGenerator::TypeInterface &p_itype, const… in _generate_cs_method()
1896 uint32_t BindingsGenerator::get_version() { in get_version()
1912 Error BindingsGenerator::_generate_glue_method(const BindingsGenerator::TypeInterface &p_itype, con… in _generate_glue_method()
2102 const BindingsGenerator::TypeInterface *BindingsGenerator::_get_type_or_null(const TypeReference &p… in _get_type_or_null()
2129 const BindingsGenerator::TypeInterface *BindingsGenerator::_get_type_or_placeholder(const TypeRefer… in _get_type_or_placeholder()
2979 void BindingsGenerator::_populate_global_constants() { in _populate_global_constants()
3066 void BindingsGenerator::_initialize_blacklisted_methods() { in _initialize_blacklisted_methods()
3073 void BindingsGenerator::_log(const char *p_format, ...) { in _log()
3084 void BindingsGenerator::_initialize() { in _initialize()
[all …]
H A Dbindings_generator.h43 class BindingsGenerator {
652 BindingsGenerator() : in BindingsGenerator() function
/dports/devel/godot/godot-3.2.3-stable/modules/mono/editor/
H A Deditor_internal_calls.cpp176 BindingsGenerator *godot_icall_BindingsGenerator_Ctor() { in godot_icall_BindingsGenerator_Ctor()
177 return memnew(BindingsGenerator); in godot_icall_BindingsGenerator_Ctor()
180 void godot_icall_BindingsGenerator_Dtor(BindingsGenerator *p_handle) { in godot_icall_BindingsGenerator_Dtor()
184 MonoBoolean godot_icall_BindingsGenerator_LogPrintEnabled(BindingsGenerator *p_handle) { in godot_icall_BindingsGenerator_LogPrintEnabled()
188 void godot_icall_BindingsGenerator_SetLogPrintEnabled(BindingsGenerator p_handle, MonoBoolean p_ena… in godot_icall_BindingsGenerator_SetLogPrintEnabled()
192 int32_t godot_icall_BindingsGenerator_GenerateCsApi(BindingsGenerator *p_handle, MonoString *p_outp… in godot_icall_BindingsGenerator_GenerateCsApi()
198 return BindingsGenerator::get_version(); in godot_icall_BindingsGenerator_Version()
H A Dbindings_generator.cpp665 void BindingsGenerator::_apply_prefix_to_enum_constants(BindingsGenerator::EnumInterface &p_ienum, … in _apply_prefix_to_enum_constants()
1523 Error BindingsGenerator::_generate_cs_method(const BindingsGenerator::TypeInterface &p_itype, const… in _generate_cs_method()
1896 uint32_t BindingsGenerator::get_version() { in get_version()
1912 Error BindingsGenerator::_generate_glue_method(const BindingsGenerator::TypeInterface &p_itype, con… in _generate_glue_method()
2102 const BindingsGenerator::TypeInterface *BindingsGenerator::_get_type_or_null(const TypeReference &p… in _get_type_or_null()
2129 const BindingsGenerator::TypeInterface *BindingsGenerator::_get_type_or_placeholder(const TypeRefer… in _get_type_or_placeholder()
2979 void BindingsGenerator::_populate_global_constants() { in _populate_global_constants()
3066 void BindingsGenerator::_initialize_blacklisted_methods() { in _initialize_blacklisted_methods()
3073 void BindingsGenerator::_log(const char *p_format, ...) { in _log()
3084 void BindingsGenerator::_initialize() { in _initialize()
[all …]
H A Dbindings_generator.h43 class BindingsGenerator {
652 BindingsGenerator() : in BindingsGenerator() function
/dports/devel/godot/godot-3.2.3-stable/modules/mono/
H A Dcsharp_script.cpp125 BindingsGenerator::handle_cmdline_args(cmdline_args); in init()
/dports/devel/godot-tools/godot-3.2.3-stable/modules/mono/
H A Dcsharp_script.cpp125 BindingsGenerator::handle_cmdline_args(cmdline_args); in init()