godot/modules/gdscript/language_server
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
..
gdscript_extend_parser.cpp Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
gdscript_extend_parser.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
gdscript_language_protocol.cpp Add a new HashMap implementation 2022-05-12 11:21:29 +02:00
gdscript_language_protocol.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
gdscript_language_server.cpp Convert _notification methods to switch - Chunk C 2022-02-16 13:03:05 -05:00
gdscript_language_server.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
gdscript_text_document.cpp Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
gdscript_text_document.h Make FileAccess and DirAccess classes reference counted. 2022-04-11 13:28:51 +03:00
gdscript_workspace.cpp Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
gdscript_workspace.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
lsp.hpp Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00