Home
last modified time | relevance | path

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

/dports/devel/godot/godot-3.2.3-stable/modules/mono/glue/
H A Dcollections_glue.cpp147 MonoClass *type_class_raw = mono_class_from_mono_type(elem_type); in godot_icall_Array_Generic_GetElementTypeInfo() local
148 *type_class = GDMono::get_singleton()->get_class(type_class_raw); in godot_icall_Array_Generic_GetElementTypeInfo()
276 MonoClass *type_class_raw = mono_class_from_mono_type(value_type); in godot_icall_Dictionary_Generic_GetValueTypeInfo() local
277 *type_class = GDMono::get_singleton()->get_class(type_class_raw); in godot_icall_Dictionary_Generic_GetValueTypeInfo()
/dports/devel/godot-tools/godot-3.2.3-stable/modules/mono/glue/
H A Dcollections_glue.cpp147 MonoClass *type_class_raw = mono_class_from_mono_type(elem_type); in godot_icall_Array_Generic_GetElementTypeInfo() local
148 *type_class = GDMono::get_singleton()->get_class(type_class_raw); in godot_icall_Array_Generic_GetElementTypeInfo()
276 MonoClass *type_class_raw = mono_class_from_mono_type(value_type); in godot_icall_Dictionary_Generic_GetValueTypeInfo() local
277 *type_class = GDMono::get_singleton()->get_class(type_class_raw); in godot_icall_Dictionary_Generic_GetValueTypeInfo()
/dports/devel/godot-tools/godot-3.2.3-stable/modules/mono/editor/
H A Deditor_internal_calls.cpp328 MonoClass *type_class_raw = mono_class_from_mono_type(dict_type); in godot_icall_Internal_GetScriptsMetadataOrNothing() local
329 GDMonoClass *type_class = GDMono::get_singleton()->get_class(type_class_raw); in godot_icall_Internal_GetScriptsMetadataOrNothing()
/dports/devel/godot/godot-3.2.3-stable/modules/mono/editor/
H A Deditor_internal_calls.cpp328 MonoClass *type_class_raw = mono_class_from_mono_type(dict_type); in godot_icall_Internal_GetScriptsMetadataOrNothing() local
329 GDMonoClass *type_class = GDMono::get_singleton()->get_class(type_class_raw); in godot_icall_Internal_GetScriptsMetadataOrNothing()