-
Notifications
You must be signed in to change notification settings - Fork 15.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ObjC] Introduce the new
GPBUnknownFields
type.
`GPBUnknownFields` will be the eventually replacement for `GPBUnknownFieldSet`. This introduces the type and the changes to `GPBUnknownField`. The new api will preserve the wire ordering of unknown fields. This is now checked in conformance tests. While this adds the type changes and tests them, it does not yet wire the changes in to the rest of the Runtime, so the conformance tests still done pass. `GPBUnknownFieldSet` also hasn't been deprecated yet, that will come in later with the wiring in to the runtime. PiperOrigin-RevId: 648361455
- Loading branch information
1 parent
a4f9ddd
commit 47f633e
Showing
13 changed files
with
1,374 additions
and
129 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.