#import <GPBDescriptor.h>
Describes a proto message.
Definition at line 65 of file bloaty/third_party/protobuf/objectivec/GPBDescriptor.h.
◆ allocDescriptorForClass:rootClass:file:fields:fieldCount:storageSize:flags: [1/2]
+ (instancetype) allocDescriptorForClass: |
|
(Class) |
messageClass |
rootClass: |
|
(Class) |
rootClass |
file: |
|
(GPBFileDescriptor *) |
file |
fields: |
|
(void *) |
fieldDescriptions |
fieldCount: |
|
(uint32_t) |
fieldCount |
storageSize: |
|
(uint32_t) |
storageSize |
flags: |
|
(GPBDescriptorInitializationFlags) |
flags |
|
|
| |
|
implementation |
◆ allocDescriptorForClass:rootClass:file:fields:fieldCount:storageSize:flags: [2/2]
+ (instancetype) allocDescriptorForClass: |
|
(Class) |
messageClass |
rootClass: |
|
(Class) |
rootClass |
file: |
|
(GPBFileDescriptor *) |
file |
fields: |
|
(void *) |
fieldDescriptions |
fieldCount: |
|
(uint32_t) |
fieldCount |
storageSize: |
|
(uint32_t) |
storageSize |
flags: |
|
(GPBDescriptorInitializationFlags) |
flags |
|
|
| |
|
implementation |
◆ fieldWithName: [1/2]
Gets the field for the given name.
- Parameters
-
name | The name for the field to get. |
- Returns
- The field descriptor for the given name, or nil if not found.
◆ fieldWithName: [2/2]
Gets the field for the given name.
- Parameters
-
name | The name for the field to get. |
- Returns
- The field descriptor for the given name, or nil if not found.
◆ fieldWithNumber: [1/2]
Gets the field for the given number.
- Parameters
-
fieldNumber | The number for the field to get. |
- Returns
- The field descriptor for the given number, or nil if not found.
◆ fieldWithNumber: [2/2]
Gets the field for the given number.
- Parameters
-
fieldNumber | The number for the field to get. |
- Returns
- The field descriptor for the given number, or nil if not found.
◆ initWithClass:file:fields:storageSize:wireFormat: [1/2]
- (instancetype) initWithClass: |
|
(Class) |
messageClass |
file: |
|
(GPBFileDescriptor *) |
file |
fields: |
|
(NSArray *) |
fields |
storageSize: |
|
(uint32_t) |
storage |
wireFormat: |
|
(BOOL) |
wireFormat |
|
|
| |
|
implementation |
◆ initWithClass:file:fields:storageSize:wireFormat: [2/2]
- (instancetype) initWithClass: |
|
(Class) |
messageClass |
file: |
|
(GPBFileDescriptor *) |
file |
fields: |
|
(NSArray *) |
fields |
storageSize: |
|
(uint32_t) |
storage |
wireFormat: |
|
(BOOL) |
wireFormat |
|
|
| |
|
implementation |
◆ oneofWithName: [1/2]
Gets the oneof for the given name.
- Parameters
-
name | The name for the oneof to get. |
- Returns
- The oneof descriptor for the given name, or nil if not found.
◆ oneofWithName: [2/2]
Gets the oneof for the given name.
- Parameters
-
name | The name for the oneof to get. |
- Returns
- The oneof descriptor for the given name, or nil if not found.
◆ setupContainingMessageClass:
- (void) setupContainingMessageClass: |
|
(Class) |
msgClass |
|
|
implementation |
◆ setupContainingMessageClassName: [1/2]
- (void) setupContainingMessageClassName: |
|
(const char *) |
msgClassName |
|
|
implementation |
◆ setupContainingMessageClassName: [2/2]
- (void) setupContainingMessageClassName: |
|
(const char *) |
msgClassName |
|
|
implementation |
◆ setupExtensionRanges:count: [1/2]
◆ setupExtensionRanges:count: [2/2]
◆ setupExtraTextInfo: [1/2]
- (void) setupExtraTextInfo: |
|
(const char *) |
extraTextFormatInfo |
|
|
implementation |
◆ setupExtraTextInfo: [2/2]
- (void) setupExtraTextInfo: |
|
(const char *) |
extraTextFormatInfo |
|
|
implementation |
◆ setupMessageClassNameSuffix: [1/2]
- (void) setupMessageClassNameSuffix: |
|
(NSString *) |
suffix |
|
|
implementation |
◆ setupMessageClassNameSuffix: [2/2]
- (void) setupMessageClassNameSuffix: |
|
(NSString *) |
suffix |
|
|
implementation |
◆ setupOneofs:count:firstHasIndex: [1/2]
- (void) setupOneofs: |
|
(const char **) |
oneofNames |
count: |
|
(uint32_t) |
count |
firstHasIndex: |
|
(int32_t) |
firstHasIndex |
|
|
| |
|
implementation |
◆ setupOneofs:count:firstHasIndex: [2/2]
- (void) setupOneofs: |
|
(const char **) |
oneofNames |
count: |
|
(uint32_t) |
count |
firstHasIndex: |
|
(int32_t) |
firstHasIndex |
|
|
| |
|
implementation |
◆ fields_
- (package NSArray *) fields_ |
|
protected |
◆ oneofs_
◆ storageSize_
◆ containingType
◆ extensionRanges
◆ extensionRangesCount
◆ fields
◆ file
◆ fullName
◆ messageClass
◆ name
◆ oneofs
◆ wireFormat
The documentation for this class was generated from the following file: