-
Notifications
You must be signed in to change notification settings - Fork 264
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
replace and repair the integer hash table iterator:
- replace all instances of the deprecated iterator with the much nicer new one - fix a bug which caused the new iterator to skip all values in the hash array - fix a bug which caused the new iterator to skip the first value in the hash table - delete the old iterator code - also replace most uses of the deprecated string hash table iterator PiperOrigin-RevId: 489093240
- Loading branch information
1 parent
6178a0b
commit 7056646
Showing
7 changed files
with
126 additions
and
547 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.