virtualx-engine/modules/mono/mono_gd
reduz 746dddc067 Replace most uses of Map by HashMap
* Map is unnecessary and inefficient in almost every case.
* Replaced by the new HashMap.
* Renamed Map to RBMap and Set to RBSet for cases that still make sense
  (order matters) but use is discouraged.

There were very few cases where replacing by HashMap was undesired because
keeping the key order was intended.
I tried to keep those (as RBMap) as much as possible, but might have missed
some. Review appreciated!
2022-05-16 10:37:48 +02:00
..
support Style: Cleanup single-line blocks, semicolons, dead code 2022-02-16 14:06:29 +01:00
android_mono_config.h
gd_mono.cpp Add a new HashMap implementation 2022-05-12 11:21:29 +02:00
gd_mono.h Zero initialize all pointer class and struct members 2022-04-04 19:49:50 +02:00
gd_mono_assembly.cpp Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
gd_mono_assembly.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
gd_mono_cache.cpp
gd_mono_cache.h Zero initialize all pointer class and struct members 2022-04-04 19:49:50 +02:00
gd_mono_class.cpp Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
gd_mono_class.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
gd_mono_field.cpp
gd_mono_field.h Zero initialize all pointer class and struct members 2022-04-04 19:49:50 +02:00
gd_mono_header.h
gd_mono_internals.cpp
gd_mono_internals.h
gd_mono_log.cpp Narrow FileAccess scope to prevent deadlocks. 2022-04-12 10:54:39 +03:00
gd_mono_log.h Make FileAccess and DirAccess classes reference counted. 2022-04-11 13:28:51 +03:00
gd_mono_marshal.cpp
gd_mono_marshal.h Rename Basis "elements" to "rows" 2022-04-29 08:02:56 -05:00
gd_mono_method.cpp
gd_mono_method.h Zero initialize all pointer class and struct members 2022-04-04 19:49:50 +02:00
gd_mono_method_thunk.h
gd_mono_property.cpp
gd_mono_property.h Zero initialize all pointer class and struct members 2022-04-04 19:49:50 +02:00
gd_mono_utils.cpp Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
gd_mono_utils.h
gd_mono_wasm_m2n.cpp
gd_mono_wasm_m2n.h Zero initialize all pointer class and struct members 2022-04-04 19:49:50 +02:00
i_mono_class_member.h
managed_type.cpp
managed_type.h