Lines Matching refs:BOOL
102 - (BOOL)getUInt32:(nullable uint32_t *)value forKey:(uint32_t)key;
113 (void (NS_NOESCAPE ^)(uint32_t key, uint32_t value, BOOL *stop))block;
197 - (BOOL)getInt32:(nullable int32_t *)value forKey:(uint32_t)key;
208 (void (NS_NOESCAPE ^)(uint32_t key, int32_t value, BOOL *stop))block;
292 - (BOOL)getUInt64:(nullable uint64_t *)value forKey:(uint32_t)key;
303 (void (NS_NOESCAPE ^)(uint32_t key, uint64_t value, BOOL *stop))block;
387 - (BOOL)getInt64:(nullable int64_t *)value forKey:(uint32_t)key;
398 (void (NS_NOESCAPE ^)(uint32_t key, int64_t value, BOOL *stop))block;
433 * Class used for map fields of <uint32_t, BOOL>
452 - (instancetype)initWithBools:(const BOOL [__nullable])values
482 - (BOOL)getBool:(nullable BOOL *)value forKey:(uint32_t)key;
493 (void (NS_NOESCAPE ^)(uint32_t key, BOOL value, BOOL *stop))block;
509 - (void)setBool:(BOOL)value forKey:(uint32_t)key;
577 - (BOOL)getFloat:(nullable float *)value forKey:(uint32_t)key;
588 (void (NS_NOESCAPE ^)(uint32_t key, float value, BOOL *stop))block;
672 - (BOOL)getDouble:(nullable double *)value forKey:(uint32_t)key;
683 (void (NS_NOESCAPE ^)(uint32_t key, double value, BOOL *stop))block;
788 - (BOOL)getEnum:(nullable int32_t *)value forKey:(uint32_t)key;
799 (void (NS_NOESCAPE ^)(uint32_t key, int32_t value, BOOL *stop))block;
812 - (BOOL)getRawValue:(nullable int32_t *)rawValue forKey:(uint32_t)key;
826 (void (NS_NOESCAPE ^)(uint32_t key, int32_t rawValue, BOOL *stop))block;
939 (void (NS_NOESCAPE ^)(uint32_t key, ObjectType object, BOOL *stop))block;
1023 - (BOOL)getUInt32:(nullable uint32_t *)value forKey:(int32_t)key;
1034 (void (NS_NOESCAPE ^)(int32_t key, uint32_t value, BOOL *stop))block;
1118 - (BOOL)getInt32:(nullable int32_t *)value forKey:(int32_t)key;
1129 (void (NS_NOESCAPE ^)(int32_t key, int32_t value, BOOL *stop))block;
1213 - (BOOL)getUInt64:(nullable uint64_t *)value forKey:(int32_t)key;
1224 (void (NS_NOESCAPE ^)(int32_t key, uint64_t value, BOOL *stop))block;
1308 - (BOOL)getInt64:(nullable int64_t *)value forKey:(int32_t)key;
1319 (void (NS_NOESCAPE ^)(int32_t key, int64_t value, BOOL *stop))block;
1354 * Class used for map fields of <int32_t, BOOL>
1373 - (instancetype)initWithBools:(const BOOL [__nullable])values
1403 - (BOOL)getBool:(nullable BOOL *)value forKey:(int32_t)key;
1414 (void (NS_NOESCAPE ^)(int32_t key, BOOL value, BOOL *stop))block;
1430 - (void)setBool:(BOOL)value forKey:(int32_t)key;
1498 - (BOOL)getFloat:(nullable float *)value forKey:(int32_t)key;
1509 (void (NS_NOESCAPE ^)(int32_t key, float value, BOOL *stop))block;
1593 - (BOOL)getDouble:(nullable double *)value forKey:(int32_t)key;
1604 (void (NS_NOESCAPE ^)(int32_t key, double value, BOOL *stop))block;
1709 - (BOOL)getEnum:(nullable int32_t *)value forKey:(int32_t)key;
1720 (void (NS_NOESCAPE ^)(int32_t key, int32_t value, BOOL *stop))block;
1733 - (BOOL)getRawValue:(nullable int32_t *)rawValue forKey:(int32_t)key;
1747 (void (NS_NOESCAPE ^)(int32_t key, int32_t rawValue, BOOL *stop))block;
1860 (void (NS_NOESCAPE ^)(int32_t key, ObjectType object, BOOL *stop))block;
1944 - (BOOL)getUInt32:(nullable uint32_t *)value forKey:(uint64_t)key;
1955 (void (NS_NOESCAPE ^)(uint64_t key, uint32_t value, BOOL *stop))block;
2039 - (BOOL)getInt32:(nullable int32_t *)value forKey:(uint64_t)key;
2050 (void (NS_NOESCAPE ^)(uint64_t key, int32_t value, BOOL *stop))block;
2134 - (BOOL)getUInt64:(nullable uint64_t *)value forKey:(uint64_t)key;
2145 (void (NS_NOESCAPE ^)(uint64_t key, uint64_t value, BOOL *stop))block;
2229 - (BOOL)getInt64:(nullable int64_t *)value forKey:(uint64_t)key;
2240 (void (NS_NOESCAPE ^)(uint64_t key, int64_t value, BOOL *stop))block;
2275 * Class used for map fields of <uint64_t, BOOL>
2294 - (instancetype)initWithBools:(const BOOL [__nullable])values
2324 - (BOOL)getBool:(nullable BOOL *)value forKey:(uint64_t)key;
2335 (void (NS_NOESCAPE ^)(uint64_t key, BOOL value, BOOL *stop))block;
2351 - (void)setBool:(BOOL)value forKey:(uint64_t)key;
2419 - (BOOL)getFloat:(nullable float *)value forKey:(uint64_t)key;
2430 (void (NS_NOESCAPE ^)(uint64_t key, float value, BOOL *stop))block;
2514 - (BOOL)getDouble:(nullable double *)value forKey:(uint64_t)key;
2525 (void (NS_NOESCAPE ^)(uint64_t key, double value, BOOL *stop))block;
2630 - (BOOL)getEnum:(nullable int32_t *)value forKey:(uint64_t)key;
2641 (void (NS_NOESCAPE ^)(uint64_t key, int32_t value, BOOL *stop))block;
2654 - (BOOL)getRawValue:(nullable int32_t *)rawValue forKey:(uint64_t)key;
2668 (void (NS_NOESCAPE ^)(uint64_t key, int32_t rawValue, BOOL *stop))block;
2781 (void (NS_NOESCAPE ^)(uint64_t key, ObjectType object, BOOL *stop))block;
2865 - (BOOL)getUInt32:(nullable uint32_t *)value forKey:(int64_t)key;
2876 (void (NS_NOESCAPE ^)(int64_t key, uint32_t value, BOOL *stop))block;
2960 - (BOOL)getInt32:(nullable int32_t *)value forKey:(int64_t)key;
2971 (void (NS_NOESCAPE ^)(int64_t key, int32_t value, BOOL *stop))block;
3055 - (BOOL)getUInt64:(nullable uint64_t *)value forKey:(int64_t)key;
3066 (void (NS_NOESCAPE ^)(int64_t key, uint64_t value, BOOL *stop))block;
3150 - (BOOL)getInt64:(nullable int64_t *)value forKey:(int64_t)key;
3161 (void (NS_NOESCAPE ^)(int64_t key, int64_t value, BOOL *stop))block;
3196 * Class used for map fields of <int64_t, BOOL>
3215 - (instancetype)initWithBools:(const BOOL [__nullable])values
3245 - (BOOL)getBool:(nullable BOOL *)value forKey:(int64_t)key;
3256 (void (NS_NOESCAPE ^)(int64_t key, BOOL value, BOOL *stop))block;
3272 - (void)setBool:(BOOL)value forKey:(int64_t)key;
3340 - (BOOL)getFloat:(nullable float *)value forKey:(int64_t)key;
3351 (void (NS_NOESCAPE ^)(int64_t key, float value, BOOL *stop))block;
3435 - (BOOL)getDouble:(nullable double *)value forKey:(int64_t)key;
3446 (void (NS_NOESCAPE ^)(int64_t key, double value, BOOL *stop))block;
3551 - (BOOL)getEnum:(nullable int32_t *)value forKey:(int64_t)key;
3562 (void (NS_NOESCAPE ^)(int64_t key, int32_t value, BOOL *stop))block;
3575 - (BOOL)getRawValue:(nullable int32_t *)rawValue forKey:(int64_t)key;
3589 (void (NS_NOESCAPE ^)(int64_t key, int32_t rawValue, BOOL *stop))block;
3702 (void (NS_NOESCAPE ^)(int64_t key, ObjectType object, BOOL *stop))block;
3737 * Class used for map fields of <BOOL, uint32_t>
3757 forKeys:(const BOOL [__nullable])keys
3786 - (BOOL)getUInt32:(nullable uint32_t *)value forKey:(BOOL)key;
3797 (void (NS_NOESCAPE ^)(BOOL key, uint32_t value, BOOL *stop))block;
3813 - (void)setUInt32:(uint32_t)value forKey:(BOOL)key;
3820 - (void)removeUInt32ForKey:(BOOL)aKey;
3832 * Class used for map fields of <BOOL, int32_t>
3852 forKeys:(const BOOL [__nullable])keys
3881 - (BOOL)getInt32:(nullable int32_t *)value forKey:(BOOL)key;
3892 (void (NS_NOESCAPE ^)(BOOL key, int32_t value, BOOL *stop))block;
3908 - (void)setInt32:(int32_t)value forKey:(BOOL)key;
3915 - (void)removeInt32ForKey:(BOOL)aKey;
3927 * Class used for map fields of <BOOL, uint64_t>
3947 forKeys:(const BOOL [__nullable])keys
3976 - (BOOL)getUInt64:(nullable uint64_t *)value forKey:(BOOL)key;
3987 (void (NS_NOESCAPE ^)(BOOL key, uint64_t value, BOOL *stop))block;
4003 - (void)setUInt64:(uint64_t)value forKey:(BOOL)key;
4010 - (void)removeUInt64ForKey:(BOOL)aKey;
4022 * Class used for map fields of <BOOL, int64_t>
4042 forKeys:(const BOOL [__nullable])keys
4071 - (BOOL)getInt64:(nullable int64_t *)value forKey:(BOOL)key;
4082 (void (NS_NOESCAPE ^)(BOOL key, int64_t value, BOOL *stop))block;
4098 - (void)setInt64:(int64_t)value forKey:(BOOL)key;
4105 - (void)removeInt64ForKey:(BOOL)aKey;
4117 * Class used for map fields of <BOOL, BOOL>
4136 - (instancetype)initWithBools:(const BOOL [__nullable])values
4137 forKeys:(const BOOL [__nullable])keys
4166 - (BOOL)getBool:(nullable BOOL *)value forKey:(BOOL)key;
4177 (void (NS_NOESCAPE ^)(BOOL key, BOOL value, BOOL *stop))block;
4193 - (void)setBool:(BOOL)value forKey:(BOOL)key;
4200 - (void)removeBoolForKey:(BOOL)aKey;
4212 * Class used for map fields of <BOOL, float>
4232 forKeys:(const BOOL [__nullable])keys
4261 - (BOOL)getFloat:(nullable float *)value forKey:(BOOL)key;
4272 (void (NS_NOESCAPE ^)(BOOL key, float value, BOOL *stop))block;
4288 - (void)setFloat:(float)value forKey:(BOOL)key;
4295 - (void)removeFloatForKey:(BOOL)aKey;
4307 * Class used for map fields of <BOOL, double>
4327 forKeys:(const BOOL [__nullable])keys
4356 - (BOOL)getDouble:(nullable double *)value forKey:(BOOL)key;
4367 (void (NS_NOESCAPE ^)(BOOL key, double value, BOOL *stop))block;
4383 - (void)setDouble:(double)value forKey:(BOOL)key;
4390 - (void)removeDoubleForKey:(BOOL)aKey;
4402 * Class used for map fields of <BOOL, int32_t>
4435 forKeys:(const BOOL [__nullable])keys
4472 - (BOOL)getEnum:(nullable int32_t *)value forKey:(BOOL)key;
4483 (void (NS_NOESCAPE ^)(BOOL key, int32_t value, BOOL *stop))block;
4496 - (BOOL)getRawValue:(nullable int32_t *)rawValue forKey:(BOOL)key;
4510 (void (NS_NOESCAPE ^)(BOOL key, int32_t rawValue, BOOL *stop))block;
4534 - (void)setEnum:(int32_t)value forKey:(BOOL)key;
4545 - (void)setRawValue:(int32_t)rawValue forKey:(BOOL)key;
4552 - (void)removeEnumForKey:(BOOL)aKey;
4564 * Class used for map fields of <BOOL, ObjectType>
4584 forKeys:(const BOOL [__nullable])keys
4612 - (ObjectType)objectForKey:(BOOL)key;
4623 (void (NS_NOESCAPE ^)(BOOL key, ObjectType object, BOOL *stop))block;
4639 - (void)setObject:(ObjectType)object forKey:(BOOL)key;
4646 - (void)removeObjectForKey:(BOOL)aKey;
4707 - (BOOL)getUInt32:(nullable uint32_t *)value forKey:(NSString *)key;
4718 (void (NS_NOESCAPE ^)(NSString *key, uint32_t value, BOOL *stop))block;
4802 - (BOOL)getInt32:(nullable int32_t *)value forKey:(NSString *)key;
4813 (void (NS_NOESCAPE ^)(NSString *key, int32_t value, BOOL *stop))block;
4897 - (BOOL)getUInt64:(nullable uint64_t *)value forKey:(NSString *)key;
4908 (void (NS_NOESCAPE ^)(NSString *key, uint64_t value, BOOL *stop))block;
4992 - (BOOL)getInt64:(nullable int64_t *)value forKey:(NSString *)key;
5003 (void (NS_NOESCAPE ^)(NSString *key, int64_t value, BOOL *stop))block;
5038 * Class used for map fields of <NSString, BOOL>
5057 - (instancetype)initWithBools:(const BOOL [__nullable])values
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;
5182 - (BOOL)getFloat:(nullable float *)value forKey:(NSString *)key;
5193 (void (NS_NOESCAPE ^)(NSString *key, float value, BOOL *stop))block;
5277 - (BOOL)getDouble:(nullable double *)value forKey:(NSString *)key;
5288 (void (NS_NOESCAPE ^)(NSString *key, double value, BOOL *stop))block;
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;
5492 //%DICTIONARY_INTERFACES_FOR_POD_KEY(Bool, BOOL)
5502 //%DICTIONARY_KEY_TO_POD_INTERFACE(KEY_NAME, KEY_TYPE, KisP, KHELPER, Bool, BOOL)
5519 //%- (BOOL)get##VNAME##:(nullable VALUE_TYPE *)value forKey:(KEY_TYPE)key;
5684 //%- (BOOL)getRawValue:(nullable VALUE_TYPE *)rawValue forKey:(KEY_TYPE##KisP$S##KisP)key;
5698 //% (void (NS_NOESCAPE ^)(KEY_TYPE KisP##key, VALUE_TYPE rawValue, BOOL *stop))block;
5733 //% (void (NS_NOESCAPE ^)(KEY_TYPE KisP##key, VALUE_TYPE VNAME_VAR, BOOL *stop))block;