webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Instance Methods | Class Methods | Protected Attributes | Properties | List of all members
GPBBoolArray Class Reference

#import <GPBArray.h>

Inheritance diagram for GPBBoolArray:
NSObject

Instance Methods

(instancetype) - NS_DESIGNATED_INITIALIZER
 
(instancetype) - initWithValues:count:
 
(instancetype) - initWithValueArray:
 
(instancetype) - initWithCapacity:
 
(BOOL- valueAtIndex:
 
(void- enumerateValuesWithBlock:
 
(void- enumerateValuesWithOptions:usingBlock:
 
(void- addValue:
 
(void- addValues:count:
 
(void- addValuesFromArray:
 
(void- insertValue:atIndex:
 
(void- replaceValueAtIndex:withValue:
 
(void- removeValueAtIndex:
 
(void- removeAll
 
(void- exchangeValueAtIndex:withValueAtIndex:
 

Class Methods

(instancetype) + array
 
(instancetype) + arrayWithValue:
 
(instancetype) + arrayWithValueArray:
 
(instancetype) + arrayWithCapacity:
 

Protected Attributes

package GPB_UNSAFE_UNRETAINED GPBMessage_autocreator
 

Properties

NSUInteger count
 

Method Documentation

◆ addValue:()

- (void) addValue: (BOOL value

◆ addValues:count:()

- (void) addValues: (const BOOL [])  values
count: (NSUInteger)  count 

◆ addValuesFromArray:()

- (void) addValuesFromArray: (GPBBoolArray *)  array

◆ array()

+ (instancetype) array

◆ arrayWithCapacity:()

+ (instancetype) arrayWithCapacity: (NSUInteger)  count

◆ arrayWithValue:()

+ (instancetype) arrayWithValue: (BOOL value

◆ arrayWithValueArray:()

+ (instancetype) arrayWithValueArray: (GPBBoolArray *)  array

◆ enumerateValuesWithBlock:()

- (void) enumerateValuesWithBlock: (void(^)(BOOL value, NSUInteger idx, BOOL *stop))  block

◆ enumerateValuesWithOptions:usingBlock:()

- (void) enumerateValuesWithOptions: (NSEnumerationOptions)  opts
usingBlock: (void(^)(BOOL value, NSUInteger idx, BOOL *stop))  block 

◆ exchangeValueAtIndex:withValueAtIndex:()

- (void) exchangeValueAtIndex: (NSUInteger)  idx1
withValueAtIndex: (NSUInteger)  idx2 

◆ initWithCapacity:()

- (instancetype) initWithCapacity: (NSUInteger)  count

◆ initWithValueArray:()

- (instancetype) initWithValueArray: (GPBBoolArray *)  array

◆ initWithValues:count:()

- (instancetype) initWithValues: (const BOOL [])  values
count: (NSUInteger)  count 

◆ insertValue:atIndex:()

- (void) insertValue: (BOOL value
atIndex: (NSUInteger)  index 

◆ NS_DESIGNATED_INITIALIZER()

- (instancetype) NS_DESIGNATED_INITIALIZER

◆ removeAll()

- (void) removeAll

◆ removeValueAtIndex:()

- (void) removeValueAtIndex: (NSUInteger)  index

◆ replaceValueAtIndex:withValue:()

- (void) replaceValueAtIndex: (NSUInteger)  index
withValue: (BOOL value 

◆ valueAtIndex:()

- (BOOL) valueAtIndex: (NSUInteger)  index

Member Data Documentation

◆ _autocreator

- (package GPB_UNSAFE_UNRETAINED GPBMessage*) _autocreator
protected

Property Documentation

◆ count

- (NSUInteger) count
readnonatomicassign

The documentation for this class was generated from the following files: