Lines Matching refs:value
64 /** The double value. */
65 @property(nonatomic, readwrite) double value;
82 /** The float value. */
83 @property(nonatomic, readwrite) float value;
100 /** The int64 value. */
101 @property(nonatomic, readwrite) int64_t value;
118 /** The uint64 value. */
119 @property(nonatomic, readwrite) uint64_t value;
136 /** The int32 value. */
137 @property(nonatomic, readwrite) int32_t value;
154 /** The uint32 value. */
155 @property(nonatomic, readwrite) uint32_t value;
172 /** The bool value. */
173 @property(nonatomic, readwrite) BOOL value;
190 /** The string value. */
191 @property(nonatomic, readwrite, copy, null_resettable) NSString *value;
208 /** The bytes value. */
209 @property(nonatomic, readwrite, copy, null_resettable) NSData *value;