Home | History | Annotate | Download | only in protobuf

Lines Matching defs:value

43 /// The double value.
44 @property(nonatomic, readwrite) double value;
59 /// The float value.
60 @property(nonatomic, readwrite) float value;
75 /// The int64 value.
76 @property(nonatomic, readwrite) int64_t value;
91 /// The uint64 value.
92 @property(nonatomic, readwrite) uint64_t value;
107 /// The int32 value.
108 @property(nonatomic, readwrite) int32_t value;
123 /// The uint32 value.
124 @property(nonatomic, readwrite) uint32_t value;
139 /// The bool value.
140 @property(nonatomic, readwrite) BOOL value;
155 /// The string value.
156 @property(nonatomic, readwrite, copy, null_resettable) NSString *value;
171 /// The bytes value.
172 @property(nonatomic, readwrite, copy, null_resettable) NSData *value;