Lines Matching refs:forKey
101 - (BOOL)getUInt32:(nullable uint32_t *)value forKey:(uint32_t)key;
128 - (void)setUInt32:(uint32_t)value forKey:(uint32_t)key;
196 - (BOOL)getInt32:(nullable int32_t *)value forKey:(uint32_t)key;
223 - (void)setInt32:(int32_t)value forKey:(uint32_t)key;
291 - (BOOL)getUInt64:(nullable uint64_t *)value forKey:(uint32_t)key;
318 - (void)setUInt64:(uint64_t)value forKey:(uint32_t)key;
386 - (BOOL)getInt64:(nullable int64_t *)value forKey:(uint32_t)key;
413 - (void)setInt64:(int64_t)value forKey:(uint32_t)key;
481 - (BOOL)getBool:(nullable BOOL *)value forKey:(uint32_t)key;
508 - (void)setBool:(BOOL)value forKey:(uint32_t)key;
576 - (BOOL)getFloat:(nullable float *)value forKey:(uint32_t)key;
603 - (void)setFloat:(float)value forKey:(uint32_t)key;
671 - (BOOL)getDouble:(nullable double *)value forKey:(uint32_t)key;
698 - (void)setDouble:(double)value forKey:(uint32_t)key;
787 - (BOOL)getEnum:(nullable int32_t *)value forKey:(uint32_t)key;
811 - (BOOL)getRawValue:(nullable int32_t *)rawValue forKey:(uint32_t)key;
849 - (void)setEnum:(int32_t)value forKey:(uint32_t)key;
860 - (void)setRawValue:(int32_t)rawValue forKey:(uint32_t)key;
954 - (void)setObject:(ObjectType)object forKey:(uint32_t)key;
1022 - (BOOL)getUInt32:(nullable uint32_t *)value forKey:(int32_t)key;
1049 - (void)setUInt32:(uint32_t)value forKey:(int32_t)key;
1117 - (BOOL)getInt32:(nullable int32_t *)value forKey:(int32_t)key;
1144 - (void)setInt32:(int32_t)value forKey:(int32_t)key;
1212 - (BOOL)getUInt64:(nullable uint64_t *)value forKey:(int32_t)key;
1239 - (void)setUInt64:(uint64_t)value forKey:(int32_t)key;
1307 - (BOOL)getInt64:(nullable int64_t *)value forKey:(int32_t)key;
1334 - (void)setInt64:(int64_t)value forKey:(int32_t)key;
1402 - (BOOL)getBool:(nullable BOOL *)value forKey:(int32_t)key;
1429 - (void)setBool:(BOOL)value forKey:(int32_t)key;
1497 - (BOOL)getFloat:(nullable float *)value forKey:(int32_t)key;
1524 - (void)setFloat:(float)value forKey:(int32_t)key;
1592 - (BOOL)getDouble:(nullable double *)value forKey:(int32_t)key;
1619 - (void)setDouble:(double)value forKey:(int32_t)key;
1708 - (BOOL)getEnum:(nullable int32_t *)value forKey:(int32_t)key;
1732 - (BOOL)getRawValue:(nullable int32_t *)rawValue forKey:(int32_t)key;
1770 - (void)setEnum:(int32_t)value forKey:(int32_t)key;
1781 - (void)setRawValue:(int32_t)rawValue forKey:(int32_t)key;
1875 - (void)setObject:(ObjectType)object forKey:(int32_t)key;
1943 - (BOOL)getUInt32:(nullable uint32_t *)value forKey:(uint64_t)key;
1970 - (void)setUInt32:(uint32_t)value forKey:(uint64_t)key;
2038 - (BOOL)getInt32:(nullable int32_t *)value forKey:(uint64_t)key;
2065 - (void)setInt32:(int32_t)value forKey:(uint64_t)key;
2133 - (BOOL)getUInt64:(nullable uint64_t *)value forKey:(uint64_t)key;
2160 - (void)setUInt64:(uint64_t)value forKey:(uint64_t)key;
2228 - (BOOL)getInt64:(nullable int64_t *)value forKey:(uint64_t)key;
2255 - (void)setInt64:(int64_t)value forKey:(uint64_t)key;
2323 - (BOOL)getBool:(nullable BOOL *)value forKey:(uint64_t)key;
2350 - (void)setBool:(BOOL)value forKey:(uint64_t)key;
2418 - (BOOL)getFloat:(nullable float *)value forKey:(uint64_t)key;
2445 - (void)setFloat:(float)value forKey:(uint64_t)key;
2513 - (BOOL)getDouble:(nullable double *)value forKey:(uint64_t)key;
2540 - (void)setDouble:(double)value forKey:(uint64_t)key;
2629 - (BOOL)getEnum:(nullable int32_t *)value forKey:(uint64_t)key;
2653 - (BOOL)getRawValue:(nullable int32_t *)rawValue forKey:(uint64_t)key;
2691 - (void)setEnum:(int32_t)value forKey:(uint64_t)key;
2702 - (void)setRawValue:(int32_t)rawValue forKey:(uint64_t)key;
2796 - (void)setObject:(ObjectType)object forKey:(uint64_t)key;
2864 - (BOOL)getUInt32:(nullable uint32_t *)value forKey:(int64_t)key;
2891 - (void)setUInt32:(uint32_t)value forKey:(int64_t)key;
2959 - (BOOL)getInt32:(nullable int32_t *)value forKey:(int64_t)key;
2986 - (void)setInt32:(int32_t)value forKey:(int64_t)key;
3054 - (BOOL)getUInt64:(nullable uint64_t *)value forKey:(int64_t)key;
3081 - (void)setUInt64:(uint64_t)value forKey:(int64_t)key;
3149 - (BOOL)getInt64:(nullable int64_t *)value forKey:(int64_t)key;
3176 - (void)setInt64:(int64_t)value forKey:(int64_t)key;
3244 - (BOOL)getBool:(nullable BOOL *)value forKey:(int64_t)key;
3271 - (void)setBool:(BOOL)value forKey:(int64_t)key;
3339 - (BOOL)getFloat:(nullable float *)value forKey:(int64_t)key;
3366 - (void)setFloat:(float)value forKey:(int64_t)key;
3434 - (BOOL)getDouble:(nullable double *)value forKey:(int64_t)key;
3461 - (void)setDouble:(double)value forKey:(int64_t)key;
3550 - (BOOL)getEnum:(nullable int32_t *)value forKey:(int64_t)key;
3574 - (BOOL)getRawValue:(nullable int32_t *)rawValue forKey:(int64_t)key;
3612 - (void)setEnum:(int32_t)value forKey:(int64_t)key;
3623 - (void)setRawValue:(int32_t)rawValue forKey:(int64_t)key;
3717 - (void)setObject:(ObjectType)object forKey:(int64_t)key;
3785 - (BOOL)getUInt32:(nullable uint32_t *)value forKey:(BOOL)key;
3812 - (void)setUInt32:(uint32_t)value forKey:(BOOL)key;
3880 - (BOOL)getInt32:(nullable int32_t *)value forKey:(BOOL)key;
3907 - (void)setInt32:(int32_t)value forKey:(BOOL)key;
3975 - (BOOL)getUInt64:(nullable uint64_t *)value forKey:(BOOL)key;
4002 - (void)setUInt64:(uint64_t)value forKey:(BOOL)key;
4070 - (BOOL)getInt64:(nullable int64_t *)value forKey:(BOOL)key;
4097 - (void)setInt64:(int64_t)value forKey:(BOOL)key;
4165 - (BOOL)getBool:(nullable BOOL *)value forKey:(BOOL)key;
4192 - (void)setBool:(BOOL)value forKey:(BOOL)key;
4260 - (BOOL)getFloat:(nullable float *)value forKey:(BOOL)key;
4287 - (void)setFloat:(float)value forKey:(BOOL)key;
4355 - (BOOL)getDouble:(nullable double *)value forKey:(BOOL)key;
4382 - (void)setDouble:(double)value forKey:(BOOL)key;
4471 - (BOOL)getEnum:(nullable int32_t *)value forKey:(BOOL)key;
4495 - (BOOL)getRawValue:(nullable int32_t *)rawValue forKey:(BOOL)key;
4533 - (void)setEnum:(int32_t)value forKey:(BOOL)key;
4544 - (void)setRawValue:(int32_t)rawValue forKey:(BOOL)key;
4638 - (void)setObject:(ObjectType)object forKey:(BOOL)key;
4706 - (BOOL)getUInt32:(nullable uint32_t *)value forKey:(NSString *)key;
4733 - (void)setUInt32:(uint32_t)value forKey:(NSString *)key;
4801 - (BOOL)getInt32:(nullable int32_t *)value forKey:(NSString *)key;
4828 - (void)setInt32:(int32_t)value forKey:(NSString *)key;
4896 - (BOOL)getUInt64:(nullable uint64_t *)value forKey:(NSString *)key;
4923 - (void)setUInt64:(uint64_t)value forKey:(NSString *)key;
4991 - (BOOL)getInt64:(nullable int64_t *)value forKey:(NSString *)key;
5018 - (void)setInt64:(int64_t)value forKey:(NSString *)key;
5086 - (BOOL)getBool:(nullable BOOL *)value forKey:(NSString *)key;
5113 - (void)setBool:(BOOL)value forKey:(NSString *)key;
5181 - (BOOL)getFloat:(nullable float *)value forKey:(NSString *)key;
5208 - (void)setFloat:(float)value forKey:(NSString *)key;
5276 - (BOOL)getDouble:(nullable double *)value forKey:(NSString *)key;
5303 - (void)setDouble:(double)value forKey:(NSString *)key;
5392 - (BOOL)getEnum:(nullable int32_t *)value forKey:(NSString *)key;
5416 - (BOOL)getRawValue:(nullable int32_t *)rawValue forKey:(NSString *)key;
5454 - (void)setEnum:(int32_t)value forKey:(NSString *)key;
5465 - (void)setRawValue:(int32_t)rawValue forKey:(NSString *)key;