You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Continuation to #1063.
apitool reports no changes with this PR.
Map decoding code moved from `pb_map.dart` to `coded_buffer.dart` to avoid
accessing `CodedBufferReader` internals in `PbMap`. It's also more consistent
to have all decoding code in `coded_buffer.dart`. We don't have repeated field
decoding code in `pb_list.dart`, and `pb_list.dart` and `pb_map.dart` don't
have decoders for other formats.
Static members `_keyFieldNumber` and `_valueFieldNumber` are removed as they
were duplicates of top-level members `mapKeyFieldNumber` and
`mapValueFieldNumber`.
`deepCopy` is exported as an internal extension to avoid expanding the public
API without consideration.
0 commit comments