Lines Matching refs:nullable

70 @property(nonatomic, readonly, strong, nullable) NSArray<GPBFieldDescriptor*> *fields;
72 @property(nonatomic, readonly, strong, nullable) NSArray<GPBOneofDescriptor*> *oneofs;
74 @property(nonatomic, readonly, nullable) const GPBExtensionRange *extensionRanges;
85 @property(readonly, nullable) GPBDescriptor *containingType;
90 @property(readonly, nullable) NSString *fullName;
99 - (nullable GPBFieldDescriptor *)fieldWithNumber:(uint32_t)fieldNumber;
108 - (nullable GPBFieldDescriptor *)fieldWithName:(NSString *)name;
117 - (nullable GPBOneofDescriptor *)oneofWithName:(NSString *)name;
129 @property(nonatomic, readonly, copy, nullable) NSString *objcPrefix;
151 - (nullable GPBFieldDescriptor *)fieldWithNumber:(uint32_t)fieldNumber;
160 - (nullable GPBFieldDescriptor *)fieldWithName:(NSString *)name;
191 @property(nonatomic, readonly, nullable) GPBOneofDescriptor *containingOneof;
194 @property(nonatomic, readonly, nullable) Class msgClass;
197 @property(nonatomic, readonly, strong, nullable) GPBEnumDescriptor *enumDescriptor;
209 - (nullable NSString *)textFormatName;
233 - (nullable NSString *)enumNameForValue:(int32_t)number;
243 - (BOOL)getValue:(nullable int32_t *)outValue forEnumName:(NSString *)name;
252 - (nullable NSString *)textFormatNameForValue:(int32_t)number;
262 - (BOOL)getValue:(nullable int32_t *)outValue forEnumTextFormatName:(NSString *)textFormatName;
279 - (nullable NSString *)getEnumNameForIndex:(uint32_t)index;
289 - (nullable NSString *)getEnumTextFormatNameForIndex:(uint32_t)index;
312 @property(nonatomic, readonly, strong, nullable) GPBEnumDescriptor *enumDescriptor;
314 @property(nonatomic, readonly, nullable) id defaultValue;