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] |
![]() | |
(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: | (GPBInt32EnumDictionary *) | otherDictionary |
+ (instancetype) dictionary |
+ (instancetype) dictionaryWithDictionary: | (GPBInt32EnumDictionary *) | dictionary |
+ (instancetype) dictionaryWithValidationFunction: | (nullable GPBEnumValidationFunc) | func |
+ (instancetype) dictionaryWithValidationFunction: | (nullable GPBEnumValidationFunc) | func | |
capacity: | (NSUInteger) | numItems | |
+ (instancetype) dictionaryWithValidationFunction: | (nullable GPBEnumValidationFunc) | func | |
rawValue: | (int32_t) | rawValue | |
forKey: | (int32_t) | key | |
+ (instancetype) dictionaryWithValidationFunction: | (nullable GPBEnumValidationFunc) | func | |
rawValues: | (const int32_t []) | values | |
forKeys: | (const int32_t []) | keys | |
count: | (NSUInteger) | count | |
- (void) enumerateKeysAndRawValuesUsingBlock: | (void(^)(int32_t key, int32_t rawValue, BOOL *stop)) | block |
- (instancetype) initWithDictionary: | (GPBInt32EnumDictionary *) | 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 int32_t []) | keys | |
count: | (NSUInteger) | NS_DESIGNATED_INITIALIZER | |
- (void) removeAll |
|
implementation |
|
protected |
|
readnonatomicassign |
|
readnonatomicassign |