Home
last modified time | relevance | path

Searched refs:blacklisted_methods (Results 1 – 4 of 4) sorted by relevance

/dports/devel/godot/godot-3.2.3-stable/modules/mono/editor/
H A Dbindings_generator.h513 Map<StringName, List<StringName> > blacklisted_methods; variable
H A Dbindings_generator.cpp2326 if (blacklisted_methods.find(itype.cname) && blacklisted_methods[itype.cname].find(cname)) in _populate_object_type_interfaces()
3068 blacklisted_methods["Object"].push_back("to_string"); // there is already ToString in _initialize_blacklisted_methods()
3069 blacklisted_methods["Object"].push_back("_to_string"); // override ToString instead in _initialize_blacklisted_methods()
3070 blacklisted_methods["Object"].push_back("_init"); // never called in C# (TODO: implement it) in _initialize_blacklisted_methods()
/dports/devel/godot-tools/godot-3.2.3-stable/modules/mono/editor/
H A Dbindings_generator.h513 Map<StringName, List<StringName> > blacklisted_methods; variable
H A Dbindings_generator.cpp2326 if (blacklisted_methods.find(itype.cname) && blacklisted_methods[itype.cname].find(cname)) in _populate_object_type_interfaces()
3068 blacklisted_methods["Object"].push_back("to_string"); // there is already ToString in _initialize_blacklisted_methods()
3069 blacklisted_methods["Object"].push_back("_to_string"); // override ToString instead in _initialize_blacklisted_methods()
3070 blacklisted_methods["Object"].push_back("_init"); // never called in C# (TODO: implement it) in _initialize_blacklisted_methods()