Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Streamline creation of new elements in RepeatedPtrField #18086

Closed
wants to merge 1 commit into from

Commits on Sep 5, 2024

  1. Streamline creation of new elements in RepeatedPtrField

    The logic to create new elements in `RepeatedPtrField` was spread across an assorted collection of specializations of `GenericTypeHandler`, individual `GenericTypeHandler` static functions, and external member and non-member functions, all living in multiple sources. Now all that logic is concentrated in three symmetric `GenericTypeHandler` specializations.
    
    PiperOrigin-RevId: 670689695
    protobuf-github-bot authored and copybara-github committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    a370290 View commit details
    Browse the repository at this point in the history