#import <GPBDescriptor.h>
Describes a oneof field.
Definition at line 138 of file GPBDescriptor.h.
◆ fieldWithName:
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:
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.
◆ initWithName:fields:
- (instancetype) initWithName: |
|
(const char *) |
name |
fields: |
|
(NSArray *) |
fields |
|
|
| |
|
implementation |
◆ caseSel_
◆ fields_
◆ name_
◆ fields
◆ name
The documentation for this class was generated from the following file: