Home | History | Annotate | Download | only in objectivec

Lines Matching refs:nullable

57 @property(nonatomic, readonly, strong, nullable) NSArray<GPBFieldDescriptor*> *fields;
58 @property(nonatomic, readonly, strong, nullable) NSArray<GPBOneofDescriptor*> *oneofs;
59 @property(nonatomic, readonly, nullable) const GPBExtensionRange *extensionRanges;
66 - (nullable GPBFieldDescriptor *)fieldWithNumber:(uint32_t)fieldNumber;
67 - (nullable GPBFieldDescriptor *)fieldWithName:(NSString *)name;
68 - (nullable GPBOneofDescriptor *)oneofWithName:(NSString *)name;
83 - (nullable GPBFieldDescriptor *)fieldWithNumber:(uint32_t)fieldNumber;
84 - (nullable GPBFieldDescriptor *)fieldWithName:(NSString *)name;
101 @property(nonatomic, readonly, assign, nullable) GPBOneofDescriptor *containingOneof;
104 @property(nonatomic, readonly, assign, nullable) Class msgClass;
107 @property(nonatomic, readonly, strong, nullable) GPBEnumDescriptor *enumDescriptor;
113 - (nullable NSString *)textFormatName;
122 - (nullable NSString *)enumNameForValue:(int32_t)number;
123 - (BOOL)getValue:(nullable int32_t *)outValue forEnumName:(NSString *)name;
125 - (nullable NSString *)textFormatNameForValue:(int32_t)number;
137 @property(nonatomic, readonly, strong, nullable) GPBEnumDescriptor *enumDescriptor;