#import <GPBUnknownFieldSet.h>
Instance Methods | |
(void) | - addField: |
(void) | - addField: |
(void) | - addUnknownMapEntry:value: [implementation] |
(void) | - addUnknownMapEntry:value: [implementation] |
(NSUInteger) | - countOfFields |
(NSUInteger) | - countOfFields |
(NSData *) | - data [implementation] |
(NSData *) | - data [implementation] |
(nullable GPBUnknownField *) | - getField: |
(nullable GPBUnknownField *) | - getField: |
(BOOL) | - hasField: |
(BOOL) | - hasField: |
(BOOL) | - mergeFieldFrom:input: [implementation] |
(BOOL) | - mergeFieldFrom:input: [implementation] |
(void) | - mergeFromCodedInputStream: [implementation] |
(void) | - mergeFromCodedInputStream: [implementation] |
(void) | - mergeFromData: [implementation] |
(void) | - mergeFromData: [implementation] |
(void) | - mergeMessageSetMessage:data: [implementation] |
(void) | - mergeMessageSetMessage:data: [implementation] |
(void) | - mergeUnknownFields: [implementation] |
(void) | - mergeUnknownFields: [implementation] |
(void) | - mergeVarintField:value: [implementation] |
(void) | - mergeVarintField:value: [implementation] |
(size_t) | - serializedSize [implementation] |
(size_t) | - serializedSize [implementation] |
(size_t) | - serializedSizeAsMessageSet [implementation] |
(size_t) | - serializedSizeAsMessageSet [implementation] |
(NSArray< GPBUnknownField * > *) | - sortedFields |
(NSArray< GPBUnknownField * > *) | - sortedFields |
(void) | - writeAsMessageSetTo: [implementation] |
(void) | - writeAsMessageSetTo: [implementation] |
(void) | - writeToCodedOutputStream: [implementation] |
(void) | - writeToCodedOutputStream: [implementation] |
Class Methods | |
(BOOL) | + isFieldTag: [implementation] |
(BOOL) | + isFieldTag: [implementation] |
A collection of unknown fields. Fields parsed from the binary representation of a message that are unknown end up in an instance of this set. This only applies for files declared with the "proto2" syntax. Files declared with the "proto3" syntax discard the unknown values.
Definition at line 43 of file bloaty/third_party/protobuf/objectivec/GPBUnknownFieldSet.h.
- (void) addField: | (GPBUnknownField *) | field |
Adds the given field to the set.
field | The field to add to the set. |
- (void) addField: | (GPBUnknownField *) | field |
Adds the given field to the set.
field | The field to add to the set. |
|
implementation |
|
implementation |
- (NSUInteger) countOfFields |
- (NSUInteger) countOfFields |
|
implementation |
|
implementation |
- (nullable GPBUnknownField *) getField: | (int32_t) | number |
Fetches the GPBUnknownField for the given field number.
number | The field number to look up. |
- (nullable GPBUnknownField *) getField: | (int32_t) | number |
Fetches the GPBUnknownField for the given field number.
number | The field number to look up. |
Tests to see if the given field number has a value.
number | The field number to check. |
Tests to see if the given field number has a value.
number | The field number to check. |
|
implementation |
|
implementation |
|
implementation |
|
implementation |
|
implementation |
|
implementation |
|
implementation |
|
implementation |
|
implementation |
|
implementation |
|
implementation |
|
implementation |
|
implementation |
|
implementation |
- (NSArray<GPBUnknownField *> *) sortedFields |
- (NSArray<GPBUnknownField *> *) sortedFields |
|
implementation |
|
implementation |
|
implementation |
|
implementation |