SIGN IN SIGN UP

Protocol Buffers - Google's data interchange format

0 0 35 C++

[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
T
Thomas Van Lenten committed
47f633eae687939fbb68af4661503685a8efd239
Parent: a4f9ddd
Committed by Copybara-Service <copybara-worker@google.com> on 7/1/2024, 2:32:10 PM