Lines Matching refs:rawValue
807 * @param rawValue Pointer into which the value will be set, if found.
812 - (BOOL)getRawValue:(nullable int32_t *)rawValue forKey:(uint32_t)key;
822 * **rawValue**: The value for the current entry
826 (void (NS_NOESCAPE ^)(uint32_t key, int32_t rawValue, BOOL *stop))block;
841 // to the default value. Use the rawValue methods below to assign non enumerator
858 * @param rawValue The raw enum value to set.
861 - (void)setRawValue:(int32_t)rawValue forKey:(uint32_t)key;
1728 * @param rawValue Pointer into which the value will be set, if found.
1733 - (BOOL)getRawValue:(nullable int32_t *)rawValue forKey:(int32_t)key;
1743 * **rawValue**: The value for the current entry
1747 (void (NS_NOESCAPE ^)(int32_t key, int32_t rawValue, BOOL *stop))block;
1762 // to the default value. Use the rawValue methods below to assign non enumerator
1779 * @param rawValue The raw enum value to set.
1782 - (void)setRawValue:(int32_t)rawValue forKey:(int32_t)key;
2649 * @param rawValue Pointer into which the value will be set, if found.
2654 - (BOOL)getRawValue:(nullable int32_t *)rawValue forKey:(uint64_t)key;
2664 * **rawValue**: The value for the current entry
2668 (void (NS_NOESCAPE ^)(uint64_t key, int32_t rawValue, BOOL *stop))block;
2683 // to the default value. Use the rawValue methods below to assign non enumerator
2700 * @param rawValue The raw enum value to set.
2703 - (void)setRawValue:(int32_t)rawValue forKey:(uint64_t)key;
3570 * @param rawValue Pointer into which the value will be set, if found.
3575 - (BOOL)getRawValue:(nullable int32_t *)rawValue forKey:(int64_t)key;
3585 * **rawValue**: The value for the current entry
3589 (void (NS_NOESCAPE ^)(int64_t key, int32_t rawValue, BOOL *stop))block;
3604 // to the default value. Use the rawValue methods below to assign non enumerator
3621 * @param rawValue The raw enum value to set.
3624 - (void)setRawValue:(int32_t)rawValue forKey:(int64_t)key;
4491 * @param rawValue Pointer into which the value will be set, if found.
4496 - (BOOL)getRawValue:(nullable int32_t *)rawValue forKey:(BOOL)key;
4506 * **rawValue**: The value for the current entry
4510 (void (NS_NOESCAPE ^)(BOOL key, int32_t rawValue, BOOL *stop))block;
4525 // to the default value. Use the rawValue methods below to assign non enumerator
4542 * @param rawValue The raw enum value to set.
4545 - (void)setRawValue:(int32_t)rawValue forKey:(BOOL)key;
5412 * @param rawValue Pointer into which the value will be set, if found.
5417 - (BOOL)getRawValue:(nullable int32_t *)rawValue forKey:(NSString *)key;
5427 * **rawValue**: The value for the current entry
5431 (void (NS_NOESCAPE ^)(NSString *key, int32_t rawValue, BOOL *stop))block;
5446 // to the default value. Use the rawValue methods below to assign non enumerator
5463 * @param rawValue The raw enum value to set.
5466 - (void)setRawValue:(int32_t)rawValue forKey:(NSString *)key;
5679 //% * @param rawValue Pointer into which the value will be set, if found.
5684 //%- (BOOL)getRawValue:(nullable VALUE_TYPE *)rawValue forKey:(KEY_TYPE##KisP$S##KisP)key;
5694 //% * **rawValue**: The value for the current entry
5698 //% (void (NS_NOESCAPE ^)(KEY_TYPE KisP##key, VALUE_TYPE rawValue, BOOL *stop))block;
5713 //%// to the default value. Use the rawValue methods below to assign non enumerator
5768 //% * @param rawValue The raw enum value to set.
5771 //%- (void)setRawValue:(VALUE_TYPE)rawValue forKey:(KEY_TYPE##KisP$S##KisP)key;