webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#import <GPBDictionary.h>
Instance Methods | |
(instancetype) | - initWithValues:forKeys:count: |
(instancetype) | - initWithDictionary: |
(instancetype) | - initWithCapacity: |
(BOOL) | - valueForKey:value: |
(void) | - enumerateKeysAndValuesUsingBlock: |
(void) | - addEntriesFromDictionary: |
(void) | - setValue:forKey: |
(void) | - removeValueForKey: |
(void) | - removeAll |
![]() | |
(size_t) | - computeSerializedSizeAsField: |
(void) | - writeToCodedOutputStream:asField: |
(void) | - setGPBGenericValue:forGPBGenericValueKey: |
(void) | - enumerateForTextFormat: |
Class Methods | |
(instancetype) | + dictionary |
(instancetype) | + dictionaryWithValue:forKey: |
(instancetype) | + dictionaryWithValues:forKeys:count: |
(instancetype) | + dictionaryWithDictionary: |
(instancetype) | + dictionaryWithCapacity: |
Protected Attributes | |
package GPB_UNSAFE_UNRETAINED GPBMessage * | _autocreator |
Properties | |
NSUInteger | count |
- (void) addEntriesFromDictionary: | (GPBStringUInt64Dictionary *) | otherDictionary |
+ (instancetype) dictionary |
+ (instancetype) dictionaryWithCapacity: | (NSUInteger) | numItems |
+ (instancetype) dictionaryWithDictionary: | (GPBStringUInt64Dictionary *) | dictionary |
+ (instancetype) dictionaryWithValues: | (const uint64_t []) | values | |
forKeys: | (const NSString *GPB_UNSAFE_UNRETAINED []) | keys | |
count: | (NSUInteger) | count | |
- (void) enumerateKeysAndValuesUsingBlock: | (void(^)(NSString *key, uint64_t value, BOOL *stop)) | block |
- (instancetype) initWithCapacity: | (NSUInteger) | numItems |
- (instancetype) initWithDictionary: | (GPBStringUInt64Dictionary *) | dictionary |
- (instancetype) initWithValues: | (const uint64_t []) | values | |
forKeys: | (const NSString *GPB_UNSAFE_UNRETAINED []) | keys | |
count: | (NSUInteger) | NS_DESIGNATED_INITIALIZER | |
- (void) removeAll |
|
protected |
|
readnonatomicassign |