Home
last modified time | relevance | path

Searched refs:custom_icalls (Results 1 – 2 of 2) sorted by relevance

/dports/devel/godot/godot-3.2.3-stable/modules/mono/editor/
H A Dbindings_generator.cpp1155 …List<InternalCall> &custom_icalls = itype.api_type == ClassDB::API_EDITOR ? editor_custom_icalls :… in _generate_cs_type() local
1368 if (!find_icall_by_name(singleton_icall.name, custom_icalls)) in _generate_cs_type()
1369 custom_icalls.push_back(singleton_icall); in _generate_cs_type()
1375 if (!find_icall_by_name(ctor_icall.name, custom_icalls)) in _generate_cs_type()
1376 custom_icalls.push_back(ctor_icall); in _generate_cs_type()
1757 …List<InternalCall> &custom_icalls = itype.api_type == ClassDB::API_EDITOR ? editor_custom_icalls :… in generate_glue() local
1774 if (!find_icall_by_name(singleton_icall.name, custom_icalls)) in generate_glue()
1775 custom_icalls.push_back(singleton_icall); in generate_glue()
1787 if (!find_icall_by_name(ctor_icall.name, custom_icalls)) in generate_glue()
1788 custom_icalls.push_back(ctor_icall); in generate_glue()
/dports/devel/godot-tools/godot-3.2.3-stable/modules/mono/editor/
H A Dbindings_generator.cpp1155 …List<InternalCall> &custom_icalls = itype.api_type == ClassDB::API_EDITOR ? editor_custom_icalls :… in _generate_cs_type() local
1368 if (!find_icall_by_name(singleton_icall.name, custom_icalls)) in _generate_cs_type()
1369 custom_icalls.push_back(singleton_icall); in _generate_cs_type()
1375 if (!find_icall_by_name(ctor_icall.name, custom_icalls)) in _generate_cs_type()
1376 custom_icalls.push_back(ctor_icall); in _generate_cs_type()
1757 …List<InternalCall> &custom_icalls = itype.api_type == ClassDB::API_EDITOR ? editor_custom_icalls :… in generate_glue() local
1774 if (!find_icall_by_name(singleton_icall.name, custom_icalls)) in generate_glue()
1775 custom_icalls.push_back(singleton_icall); in generate_glue()
1787 if (!find_icall_by_name(ctor_icall.name, custom_icalls)) in generate_glue()
1788 custom_icalls.push_back(ctor_icall); in generate_glue()