-
Notifications
You must be signed in to change notification settings - Fork 15.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Miscelaneous refactoring to prepare the code for the custom vtables c…
…hanges. This change has no effect in behavior, but makes future changes smaller. - Make `Message` and `MessageLite` constructors protected. - Make ClassData objects namespace scope globals instead of function scope. This will allow taking their address without calling a function. - Replace direct calls to `~MessageLite()` with a helper function. PiperOrigin-RevId: 638676816
- Loading branch information
1 parent
092cc15
commit 9e83842
Showing
19 changed files
with
914 additions
and
820 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.