• Dave MacLachlan's avatar
    Simplify getter/setter method implementations · 949596ea
    Dave MacLachlan authored
    Remove unnecessary retain/releases for GPBFieldDescriptors when
    creating implementations with blocks. The descriptors do not need
    to be memory managed because they are essentially global constructs
    that are guaranteed to be around the lifetime of the app.
    949596ea
GPBMessage.m 122 KB