Lines Matching refs:NSString
4658 * Class used for map fields of <NSString, uint32_t>
4678 forKeys:(const NSString * __nonnull GPB_UNSAFE_UNRETAINED [__nullable])keys
4707 - (BOOL)getUInt32:(nullable uint32_t *)value forKey:(NSString *)key;
4718 (void (NS_NOESCAPE ^)(NSString *key, uint32_t value, BOOL *stop))block;
4734 - (void)setUInt32:(uint32_t)value forKey:(NSString *)key;
4741 - (void)removeUInt32ForKey:(NSString *)aKey;
4753 * Class used for map fields of <NSString, int32_t>
4773 forKeys:(const NSString * __nonnull GPB_UNSAFE_UNRETAINED [__nullable])keys
4802 - (BOOL)getInt32:(nullable int32_t *)value forKey:(NSString *)key;
4813 (void (NS_NOESCAPE ^)(NSString *key, int32_t value, BOOL *stop))block;
4829 - (void)setInt32:(int32_t)value forKey:(NSString *)key;
4836 - (void)removeInt32ForKey:(NSString *)aKey;
4848 * Class used for map fields of <NSString, uint64_t>
4868 forKeys:(const NSString * __nonnull GPB_UNSAFE_UNRETAINED [__nullable])keys
4897 - (BOOL)getUInt64:(nullable uint64_t *)value forKey:(NSString *)key;
4908 (void (NS_NOESCAPE ^)(NSString *key, uint64_t value, BOOL *stop))block;
4924 - (void)setUInt64:(uint64_t)value forKey:(NSString *)key;
4931 - (void)removeUInt64ForKey:(NSString *)aKey;
4943 * Class used for map fields of <NSString, int64_t>
4963 forKeys:(const NSString * __nonnull GPB_UNSAFE_UNRETAINED [__nullable])keys
4992 - (BOOL)getInt64:(nullable int64_t *)value forKey:(NSString *)key;
5003 (void (NS_NOESCAPE ^)(NSString *key, int64_t value, BOOL *stop))block;
5019 - (void)setInt64:(int64_t)value forKey:(NSString *)key;
5026 - (void)removeInt64ForKey:(NSString *)aKey;
5038 * Class used for map fields of <NSString, BOOL>
5058 forKeys:(const NSString * __nonnull GPB_UNSAFE_UNRETAINED [__nullable])keys
5087 - (BOOL)getBool:(nullable BOOL *)value forKey:(NSString *)key;
5098 (void (NS_NOESCAPE ^)(NSString *key, BOOL value, BOOL *stop))block;
5114 - (void)setBool:(BOOL)value forKey:(NSString *)key;
5121 - (void)removeBoolForKey:(NSString *)aKey;
5133 * Class used for map fields of <NSString, float>
5153 forKeys:(const NSString * __nonnull GPB_UNSAFE_UNRETAINED [__nullable])keys
5182 - (BOOL)getFloat:(nullable float *)value forKey:(NSString *)key;
5193 (void (NS_NOESCAPE ^)(NSString *key, float value, BOOL *stop))block;
5209 - (void)setFloat:(float)value forKey:(NSString *)key;
5216 - (void)removeFloatForKey:(NSString *)aKey;
5228 * Class used for map fields of <NSString, double>
5248 forKeys:(const NSString * __nonnull GPB_UNSAFE_UNRETAINED [__nullable])keys
5277 - (BOOL)getDouble:(nullable double *)value forKey:(NSString *)key;
5288 (void (NS_NOESCAPE ^)(NSString *key, double value, BOOL *stop))block;
5304 - (void)setDouble:(double)value forKey:(NSString *)key;
5311 - (void)removeDoubleForKey:(NSString *)aKey;
5323 * Class used for map fields of <NSString, int32_t>
5356 forKeys:(const NSString * __nonnull GPB_UNSAFE_UNRETAINED [__nullable])keys
5393 - (BOOL)getEnum:(nullable int32_t *)value forKey:(NSString *)key;
5404 (void (NS_NOESCAPE ^)(NSString *key, int32_t value, BOOL *stop))block;
5417 - (BOOL)getRawValue:(nullable int32_t *)rawValue forKey:(NSString *)key;
5431 (void (NS_NOESCAPE ^)(NSString *key, int32_t rawValue, BOOL *stop))block;
5455 - (void)setEnum:(int32_t)value forKey:(NSString *)key;
5466 - (void)setRawValue:(int32_t)rawValue forKey:(NSString *)key;
5473 - (void)removeEnumForKey:(NSString *)aKey;
5493 //%DICTIONARY_POD_INTERFACES_FOR_KEY(String, NSString, *, OBJECT)