webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
A collection of unknown fields. More...
#import <GPBUnknownFieldSet.h>
Instance Methods | |
(BOOL) | - hasField: |
(nullable GPBUnknownField *) | - getField: |
(NSUInteger) | - countOfFields |
Returns the number of fields in this set. More... | |
(void) | - addField: |
Adds the given field to the set. More... | |
(NSArray< GPBUnknownField * > *) | - sortedFields |
Returns an NSArray of the GPBUnknownFields sorted by the field numbers. More... | |
(NSData *) | - data [implementation] |
(size_t) | - serializedSize [implementation] |
(size_t) | - serializedSizeAsMessageSet [implementation] |
(void) | - writeToCodedOutputStream: [implementation] |
(void) | - writeAsMessageSetTo: [implementation] |
(void) | - mergeUnknownFields: [implementation] |
(void) | - mergeFromCodedInputStream: [implementation] |
(void) | - mergeFromData: [implementation] |
(void) | - mergeVarintField:value: [implementation] |
(BOOL) | - mergeFieldFrom:input: [implementation] |
(void) | - mergeMessageSetMessage:data: [implementation] |
(void) | - addUnknownMapEntry:value: [implementation] |
Class Methods | |
(BOOL) | + isFieldTag: [implementation] |
A collection of unknown fields.
- (void) addField: | (GPBUnknownField *) | field |
Adds the given field to the set.
- (NSUInteger) countOfFields |
Returns the number of fields in this set.
- (GPBUnknownField *) getField: | (int32_t) | number |
Fetches the GPBUnknownField
for the given field number.
number | The field number to look up. |
GPBUnknownField
or nil. Tests to see if the given field number has a value.
number | The field number to check. |
|
implementation |
|
implementation |
|
implementation |
|
implementation |
|
implementation |
- (NSArray *) sortedFields |
Returns an NSArray of the GPBUnknownFields
sorted by the field numbers.
|
implementation |
|
implementation |