Lines Matching +full:binary +full:- +full:extensions
1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
5 // Redistribution and use in source and binary forms, with or without
11 // * Redistributions in binary form must reproduce the above
39 * A table of known extensions, searchable by name or field number. When
40 * parsing a protocol message that might have extensions, you must provide a
41 * GPBExtensionRegistry in which you have registered any extensions that you
42 * want to be able to parse. Otherwise, those extensions will just be treated
45 * The *Root classes provide `+extensionRegistry` for the extensions defined
48 * extensions defined from non overlapping files.
64 - (void)addExtension:(GPBExtensionDescriptor *)extension;
67 * Adds all the extensions from another registry to this registry.
71 - (void)addExtensions:(GPBExtensionRegistry *)registry;
82 - (nullable GPBExtensionDescriptor *)extensionForDescriptor:(GPBDescriptor *)descriptor