#import <GPBDescriptor.h>
Instance Methods | |
(NSComparisonResult) | - compareByFieldNumber: [implementation] |
(NSComparisonResult) | - compareByFieldNumber: [implementation] |
(instancetype) | - initWithExtensionDescription: [implementation] |
(instancetype) | - initWithExtensionDescription: [implementation] |
(instancetype) | - initWithExtensionDescription:usesClassRefs: [implementation] |
Protected Attributes | |
package GPBExtensionDescription * | description_ |
Properties | |
GPBWireFormat | alternateWireType [implementation] |
Class | containingMessageClass |
GPBDataType | dataType |
id | defaultValue |
GPBEnumDescriptor * | enumDescriptor |
uint32_t | fieldNumber |
Class | msgClass |
BOOL | packable |
BOOL | repeated |
NSString * | singletonName |
GPBWireFormat | wireType [implementation] |
Describes a proto extension.
Definition at line 296 of file bloaty/third_party/protobuf/objectivec/GPBDescriptor.h.
|
implementation |
|
implementation |
|
implementation |
|
implementation |
|
implementation |
|
protected |
Definition at line 238 of file bloaty/third_party/protobuf/objectivec/GPBDescriptor_PackagePrivate.h.
|
readnonatomicassignimplementation |
Definition at line 246 of file bloaty/third_party/protobuf/objectivec/GPBDescriptor_PackagePrivate.h.
|
readnonatomicassign |
The containing message class, i.e. the class extended by this extension.
Definition at line 300 of file bloaty/third_party/protobuf/objectivec/GPBDescriptor.h.
|
readnonatomicassign |
Data type contained in the extension.
Definition at line 302 of file bloaty/third_party/protobuf/objectivec/GPBDescriptor.h.
|
readnonatomicassign |
The default value for the extension.
Definition at line 314 of file bloaty/third_party/protobuf/objectivec/GPBDescriptor.h.
|
readnonatomicstrong |
The enum descriptor if the extension is of enum type.
Definition at line 312 of file bloaty/third_party/protobuf/objectivec/GPBDescriptor.h.
|
readnonatomicassign |
Field number under which the extension is stored.
Definition at line 298 of file bloaty/third_party/protobuf/objectivec/GPBDescriptor.h.
|
readnonatomicassign |
The class of the message if the extension is of message type.
Definition at line 308 of file bloaty/third_party/protobuf/objectivec/GPBDescriptor.h.
|
readnonatomicassign |
Whether the extension is packable.
Definition at line 306 of file bloaty/third_party/protobuf/objectivec/GPBDescriptor.h.
|
readnonatomicassign |
Whether the extension is repeated.
Definition at line 304 of file bloaty/third_party/protobuf/objectivec/GPBDescriptor.h.
|
readnonatomicassign |
The singleton name for the extension.
Definition at line 310 of file bloaty/third_party/protobuf/objectivec/GPBDescriptor.h.
|
readnonatomicassignimplementation |
Definition at line 240 of file bloaty/third_party/protobuf/objectivec/GPBDescriptor_PackagePrivate.h.