Home
last modified time | relevance | path

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

/dports/devel/godot/godot-3.2.3-stable/modules/mono/editor/
H A Dbindings_generator.cpp60 #define CLOSE_BLOCK "}\n" macro
65 #define CLOSE_BLOCK_L2 INDENT2 CLOSE_BLOCK
66 #define CLOSE_BLOCK_L3 INDENT3 CLOSE_BLOCK
67 #define CLOSE_BLOCK_L4 INDENT4 CLOSE_BLOCK
864 p_output.append(INDENT1 CLOSE_BLOCK); in _generate_global_constants()
867 p_output.append(INDENT1 CLOSE_BLOCK); in _generate_global_constants()
959 cs_icalls_content.append(INDENT1 CLOSE_BLOCK CLOSE_BLOCK); in generate_cs_core_project()
1061 cs_icalls_content.append(INDENT1 CLOSE_BLOCK CLOSE_BLOCK); in generate_cs_editor_project()
1288 output.append(INDENT2 CLOSE_BLOCK); in _generate_cs_type()
1380 CLOSE_BLOCK /* namespace */); in _generate_cs_type()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/modules/mono/editor/
H A Dbindings_generator.cpp60 #define CLOSE_BLOCK "}\n" macro
65 #define CLOSE_BLOCK_L2 INDENT2 CLOSE_BLOCK
66 #define CLOSE_BLOCK_L3 INDENT3 CLOSE_BLOCK
67 #define CLOSE_BLOCK_L4 INDENT4 CLOSE_BLOCK
864 p_output.append(INDENT1 CLOSE_BLOCK); in _generate_global_constants()
867 p_output.append(INDENT1 CLOSE_BLOCK); in _generate_global_constants()
959 cs_icalls_content.append(INDENT1 CLOSE_BLOCK CLOSE_BLOCK); in generate_cs_core_project()
1061 cs_icalls_content.append(INDENT1 CLOSE_BLOCK CLOSE_BLOCK); in generate_cs_editor_project()
1288 output.append(INDENT2 CLOSE_BLOCK); in _generate_cs_type()
1380 CLOSE_BLOCK /* namespace */); in _generate_cs_type()
[all …]