#import <GPBArray.h>
◆ addValue:()
◆ addValues:count:()
- (void) addValues: |
|
(const int32_t []) |
values |
count: |
|
(NSUInteger) |
count |
|
|
| |
◆ addValuesFromArray:()
◆ array()
◆ arrayWithCapacity:()
+ (instancetype) arrayWithCapacity: |
|
(NSUInteger) |
count |
|
◆ arrayWithValue:()
+ (instancetype) arrayWithValue: |
|
(int32_t) |
value |
|
◆ arrayWithValueArray:()
◆ 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 |
|
|
| |
◆ initWithCapacity:()
- (instancetype) initWithCapacity: |
|
(NSUInteger) |
count |
|
◆ initWithValueArray:()
◆ initWithValues:count:()
- (instancetype) initWithValues: |
|
(const int32_t []) |
values |
count: |
|
(NSUInteger) |
count |
|
|
| |
◆ insertValue:atIndex:()
- (void) insertValue: |
|
(int32_t) |
value |
atIndex: |
|
(NSUInteger) |
index |
|
|
| |
◆ NS_DESIGNATED_INITIALIZER()
- (instancetype) NS_DESIGNATED_INITIALIZER |
|
|
|
◆ removeAll()
◆ removeValueAtIndex:()
- (void) removeValueAtIndex: |
|
(NSUInteger) |
index |
|
◆ replaceValueAtIndex:withValue:()
- (void) replaceValueAtIndex: |
|
(NSUInteger) |
index |
withValue: |
|
(int32_t) |
value |
|
|
| |
◆ valueAtIndex:()
- (int32_t) valueAtIndex: |
|
(NSUInteger) |
index |
|
◆ _autocreator
◆ count
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