|
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 |
Instance Methods inherited from <GPBDictionaryInternalsProtocol> | |
| (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: | (GPBStringUInt32Dictionary *) | otherDictionary |
| + (instancetype) dictionary |
| + (instancetype) dictionaryWithCapacity: | (NSUInteger) | numItems |
| + (instancetype) dictionaryWithDictionary: | (GPBStringUInt32Dictionary *) | dictionary |
| + (instancetype) dictionaryWithValues: | (const uint32_t []) | values | |
| forKeys: | (const NSString *GPB_UNSAFE_UNRETAINED []) | keys | |
| count: | (NSUInteger) | count | |
| - (void) enumerateKeysAndValuesUsingBlock: | (void(^)(NSString *key, uint32_t value, BOOL *stop)) | block |
| - (instancetype) initWithCapacity: | (NSUInteger) | numItems |
| - (instancetype) initWithDictionary: | (GPBStringUInt32Dictionary *) | dictionary |
| - (instancetype) initWithValues: | (const uint32_t []) | values | |
| forKeys: | (const NSString *GPB_UNSAFE_UNRETAINED []) | keys | |
| count: | (NSUInteger) | NS_DESIGNATED_INITIALIZER | |
| - (void) removeAll |
|
protected |
|
readnonatomicassign |
1.8.13