|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#import <GPBDictionary.h>
Instance Methods | |
| (instancetype) | - initWithValidationFunction: |
| (instancetype) | - initWithValidationFunction:rawValues:forKeys:count: |
| (instancetype) | - initWithDictionary: |
| (instancetype) | - initWithValidationFunction:capacity: |
| (BOOL) | - valueForKey:value: |
| (void) | - enumerateKeysAndValuesUsingBlock: |
| (BOOL) | - valueForKey:rawValue: |
| (void) | - enumerateKeysAndRawValuesUsingBlock: |
| (void) | - addRawEntriesFromDictionary: |
| (void) | - setValue:forKey: |
| (void) | - setRawValue:forKey: |
| (void) | - removeValueForKey: |
| (void) | - removeAll |
| (NSData *) | - serializedDataForUnknownValue:forKey:keyDataType: [implementation] |
Instance Methods inherited from <GPBDictionaryInternalsProtocol> | |
| (size_t) | - computeSerializedSizeAsField: |
| (void) | - writeToCodedOutputStream:asField: |
| (void) | - setGPBGenericValue:forGPBGenericValueKey: |
| (void) | - enumerateForTextFormat: |
Class Methods | |
| (instancetype) | + dictionary |
| (instancetype) | + dictionaryWithValidationFunction: |
| (instancetype) | + dictionaryWithValidationFunction:rawValue:forKey: |
| (instancetype) | + dictionaryWithValidationFunction:rawValues:forKeys:count: |
| (instancetype) | + dictionaryWithDictionary: |
| (instancetype) | + dictionaryWithValidationFunction:capacity: |
Protected Attributes | |
| package GPB_UNSAFE_UNRETAINED GPBMessage * | _autocreator |
Properties | |
| NSUInteger | count |
| GPBEnumValidationFunc | validationFunc |
| - (void) addRawEntriesFromDictionary: | (GPBStringEnumDictionary *) | otherDictionary |
| + (instancetype) dictionary |
| + (instancetype) dictionaryWithDictionary: | (GPBStringEnumDictionary *) | dictionary |
| + (instancetype) dictionaryWithValidationFunction: | (nullable GPBEnumValidationFunc) | func |
| + (instancetype) dictionaryWithValidationFunction: | (nullable GPBEnumValidationFunc) | func | |
| capacity: | (NSUInteger) | numItems | |
| + (instancetype) dictionaryWithValidationFunction: | (nullable GPBEnumValidationFunc) | func | |
| rawValue: | (int32_t) | rawValue | |
| forKey: | (NSString *) | key | |
| + (instancetype) dictionaryWithValidationFunction: | (nullable GPBEnumValidationFunc) | func | |
| rawValues: | (const int32_t []) | values | |
| forKeys: | (const NSString *GPB_UNSAFE_UNRETAINED []) | keys | |
| count: | (NSUInteger) | count | |
| - (void) enumerateKeysAndRawValuesUsingBlock: | (void(^)(NSString *key, int32_t rawValue, BOOL *stop)) | block |
| - (void) enumerateKeysAndValuesUsingBlock: | (void(^)(NSString *key, int32_t value, BOOL *stop)) | block |
| - (instancetype) initWithDictionary: | (GPBStringEnumDictionary *) | dictionary |
| - (instancetype) initWithValidationFunction: | (nullable GPBEnumValidationFunc) | func |
| - (instancetype) initWithValidationFunction: | (nullable GPBEnumValidationFunc) | func | |
| capacity: | (NSUInteger) | numItems | |
| - (instancetype) initWithValidationFunction: | (nullable GPBEnumValidationFunc) | func | |
| rawValues: | (const int32_t []) | values | |
| forKeys: | (const NSString *GPB_UNSAFE_UNRETAINED []) | keys | |
| count: | (NSUInteger) | NS_DESIGNATED_INITIALIZER | |
| - (void) removeAll |
|
implementation |
|
protected |
|
readnonatomicassign |
|
readnonatomicassign |
1.8.13