Commit b7a673c
authored
[ADT] Delegate among DenseMap constructors (NFC) (#168309)
This patch teaches DenseMap constructors to delegate to other DenseMap
constructors where we can.
The intent is for these constructors to build on top of a higher-level
concept like the default-constructed instance instead of calling init
on our own.
This is part of the effort outlined in #168255.1 parent 49d5bb0 commit b7a673c
1 file changed
+8
-18
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
754 | 754 | | |
755 | 755 | | |
756 | 756 | | |
757 | | - | |
758 | | - | |
759 | | - | |
760 | | - | |
| 757 | + | |
761 | 758 | | |
762 | | - | |
763 | | - | |
764 | | - | |
765 | | - | |
| 759 | + | |
766 | 760 | | |
767 | | - | |
768 | | - | |
| 761 | + | |
| 762 | + | |
769 | 763 | | |
770 | 764 | | |
771 | 765 | | |
| |||
908 | 902 | | |
909 | 903 | | |
910 | 904 | | |
911 | | - | |
912 | | - | |
| 905 | + | |
913 | 906 | | |
914 | 907 | | |
915 | 908 | | |
916 | | - | |
917 | | - | |
918 | | - | |
919 | | - | |
| 909 | + | |
920 | 910 | | |
921 | 911 | | |
922 | | - | |
923 | | - | |
| 912 | + | |
| 913 | + | |
924 | 914 | | |
925 | 915 | | |
926 | 916 | | |
| |||
0 commit comments