#import <GPBArray.h>
◆ addRawValue:()
◆ addRawValues:count:()
| - (void) addRawValues: |
|
(const int32_t []) |
values |
| count: |
|
(NSUInteger) |
count |
|
|
| |
◆ addRawValuesFromArray:()
◆ addValue:()
◆ addValues:count:()
| - (void) addValues: |
|
(const int32_t []) |
values |
| count: |
|
(NSUInteger) |
count |
|
|
| |
◆ array()
◆ arrayWithValidationFunction:()
◆ arrayWithValidationFunction:capacity:()
◆ arrayWithValidationFunction:rawValue:()
◆ arrayWithValueArray:()
| + (instancetype) arrayWithValueArray: |
|
(GPBEnumArray *) |
array |
|
◆ enumerateRawValuesWithBlock:()
◆ enumerateRawValuesWithOptions:usingBlock:()
| - (void) enumerateRawValuesWithOptions: |
|
(NSEnumerationOptions) |
opts |
| usingBlock: |
|
(void(^)(int32_t value, NSUInteger idx, BOOL *stop)) |
block |
|
|
| |
◆ enumerateValuesWithBlock:()
◆ enumerateValuesWithOptions:usingBlock:()
| - (void) enumerateValuesWithOptions: |
|
(NSEnumerationOptions) |
opts |
| usingBlock: |
|
(void(^)(int32_t value, NSUInteger idx, BOOL *stop)) |
block |
|
|
| |
◆ exchangeValueAtIndex:withValueAtIndex:()
| - (void) exchangeValueAtIndex: |
|
(NSUInteger) |
idx1 |
| withValueAtIndex: |
|
(NSUInteger) |
idx2 |
|
|
| |
◆ initWithValidationFunction:()
◆ initWithValidationFunction:capacity:()
◆ initWithValidationFunction:rawValues:count:()
◆ initWithValueArray:()
◆ insertRawValue:atIndex:()
| - (void) insertRawValue: |
|
(int32_t) |
value |
| atIndex: |
|
(NSUInteger) |
index |
|
|
| |
◆ insertValue:atIndex:()
| - (void) insertValue: |
|
(int32_t) |
value |
| atIndex: |
|
(NSUInteger) |
index |
|
|
| |
◆ rawValueAtIndex:()
| - (int32_t) rawValueAtIndex: |
|
(NSUInteger) |
index |
|
◆ removeAll()
◆ removeValueAtIndex:()
| - (void) removeValueAtIndex: |
|
(NSUInteger) |
index |
|
◆ replaceValueAtIndex:withRawValue:()
| - (void) replaceValueAtIndex: |
|
(NSUInteger) |
index |
| withRawValue: |
|
(int32_t) |
value |
|
|
| |
◆ replaceValueAtIndex:withValue:()
| - (void) replaceValueAtIndex: |
|
(NSUInteger) |
index |
| withValue: |
|
(int32_t) |
value |
|
|
| |
◆ valueAtIndex:()
| - (int32_t) valueAtIndex: |
|
(NSUInteger) |
index |
|
◆ _autocreator
◆ count
◆ validationFunc
The documentation for this class was generated from the following files:
- Source/ThirdParty/libwebrtc/Source/third_party/protobuf/objectivec/GPBArray.h
- Source/ThirdParty/libwebrtc/Source/third_party/protobuf/objectivec/GPBArray.m