Store an unknown field. These are used in conjunction with GPBUnknownFieldSet
.
More...
#import <GPBUnknownField.h>
Store an unknown field. These are used in conjunction with GPBUnknownFieldSet
.
◆ addFixed32:()
Add a value to the fixed32List.
- Parameters
-
◆ addFixed64:()
Add a value to the fixed64List.
- Parameters
-
◆ addGroup:()
Add a value to the groupList.
- Parameters
-
◆ addLengthDelimited:()
Add a value to the lengthDelimitedList.
- Parameters
-
◆ addVarint:()
Add a value to the varintList.
- Parameters
-
◆ initWithNumber:()
- (instancetype) initWithNumber: |
|
(int32_t) |
number |
|
|
implementation |
◆ mergeFromField:()
◆ serializedSize()
◆ serializedSizeAsMessageSetExtension()
- (size_t) serializedSizeAsMessageSetExtension |
|
|
|
|
implementation |
◆ writeAsMessageSetExtensionToOutput:()
◆ writeToOutput:()
◆ fixed32List
An array of fixed32 values for this field.
◆ fixed64List
An array of fixed64 values for this field.
◆ groupList
An array of groups of values for this field.
◆ lengthDelimitedList
An array of data values for this field.
◆ number
The field number the data is stored under.
◆ varintList
An array of varint values for this field.
The documentation for this class was generated from the following files: