Lines Matching refs:setValue

73 - (void)setValue:(uint32_t)value forKey:(uint32_t)key;
108 - (void)setValue:(int32_t)value forKey:(uint32_t)key;
143 - (void)setValue:(uint64_t)value forKey:(uint32_t)key;
178 - (void)setValue:(int64_t)value forKey:(uint32_t)key;
213 - (void)setValue:(BOOL)value forKey:(uint32_t)key;
248 - (void)setValue:(float)value forKey:(uint32_t)key;
283 - (void)setValue:(double)value forKey:(uint32_t)key;
343 - (void)setValue:(int32_t)value forKey:(uint32_t)key;
419 - (void)setValue:(uint32_t)value forKey:(int32_t)key;
454 - (void)setValue:(int32_t)value forKey:(int32_t)key;
489 - (void)setValue:(uint64_t)value forKey:(int32_t)key;
524 - (void)setValue:(int64_t)value forKey:(int32_t)key;
559 - (void)setValue:(BOOL)value forKey:(int32_t)key;
594 - (void)setValue:(float)value forKey:(int32_t)key;
629 - (void)setValue:(double)value forKey:(int32_t)key;
689 - (void)setValue:(int32_t)value forKey:(int32_t)key;
765 - (void)setValue:(uint32_t)value forKey:(uint64_t)key;
800 - (void)setValue:(int32_t)value forKey:(uint64_t)key;
835 - (void)setValue:(uint64_t)value forKey:(uint64_t)key;
870 - (void)setValue:(int64_t)value forKey:(uint64_t)key;
905 - (void)setValue:(BOOL)value forKey:(uint64_t)key;
940 - (void)setValue:(float)value forKey:(uint64_t)key;
975 - (void)setValue:(double)value forKey:(uint64_t)key;
1035 - (void)setValue:(int32_t)value forKey:(uint64_t)key;
1111 - (void)setValue:(uint32_t)value forKey:(int64_t)key;
1146 - (void)setValue:(int32_t)value forKey:(int64_t)key;
1181 - (void)setValue:(uint64_t)value forKey:(int64_t)key;
1216 - (void)setValue:(int64_t)value forKey:(int64_t)key;
1251 - (void)setValue:(BOOL)value forKey:(int64_t)key;
1286 - (void)setValue:(float)value forKey:(int64_t)key;
1321 - (void)setValue:(double)value forKey:(int64_t)key;
1381 - (void)setValue:(int32_t)value forKey:(int64_t)key;
1457 - (void)setValue:(uint32_t)value forKey:(BOOL)key;
1492 - (void)setValue:(int32_t)value forKey:(BOOL)key;
1527 - (void)setValue:(uint64_t)value forKey:(BOOL)key;
1562 - (void)setValue:(int64_t)value forKey:(BOOL)key;
1597 - (void)setValue:(BOOL)value forKey:(BOOL)key;
1632 - (void)setValue:(float)value forKey:(BOOL)key;
1667 - (void)setValue:(double)value forKey:(BOOL)key;
1727 - (void)setValue:(int32_t)value forKey:(BOOL)key;
1803 - (void)setValue:(uint32_t)value forKey:(NSString *)key;
1838 - (void)setValue:(int32_t)value forKey:(NSString *)key;
1873 - (void)setValue:(uint64_t)value forKey:(NSString *)key;
1908 - (void)setValue:(int64_t)value forKey:(NSString *)key;
1943 - (void)setValue:(BOOL)value forKey:(NSString *)key;
1978 - (void)setValue:(float)value forKey:(NSString *)key;
2013 - (void)setValue:(double)value forKey:(NSString *)key;
2073 - (void)setValue:(int32_t)value forKey:(NSString *)key;