Lines Matching refs:property
101 @property(nonatomic, readwrite, strong, null_resettable) NSMutableDictionary<NSString*, GPBValue*> *fields;
103 @property(nonatomic, readonly) NSUInteger fields_Count;
139 @property(nonatomic, readonly) GPBValue_Kind_OneOfCase kindOneOfCase;
142 @property(nonatomic, readwrite) GPBNullValue nullValue;
145 @property(nonatomic, readwrite) double numberValue;
148 @property(nonatomic, readwrite, copy, null_resettable) NSString *stringValue;
151 @property(nonatomic, readwrite) BOOL boolValue;
154 @property(nonatomic, readwrite, strong, null_resettable) GPBStruct *structValue;
157 @property(nonatomic, readwrite, strong, null_resettable) GPBListValue *listValue;
162 * Fetches the raw value of a @c GPBValue's @c nullValue property, even
167 * Sets the raw value of an @c GPBValue's @c nullValue property, allowing
192 @property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<GPBValue*> *valuesArray;
194 @property(nonatomic, readonly) NSUInteger valuesArray_Count;