Lines Matching refs:NSString
68 @property(nonatomic, readonly, copy) NSString *name;
90 @property(readonly, nullable) NSString *fullName;
108 - (nullable GPBFieldDescriptor *)fieldWithName:(NSString *)name;
117 - (nullable GPBOneofDescriptor *)oneofWithName:(NSString *)name;
127 @property(nonatomic, readonly, copy) NSString *package;
129 @property(nonatomic, readonly, copy, nullable) NSString *objcPrefix;
140 @property(nonatomic, readonly) NSString *name;
160 - (nullable GPBFieldDescriptor *)fieldWithName:(NSString *)name;
170 @property(nonatomic, readonly, copy) NSString *name;
209 - (nullable NSString *)textFormatName;
219 @property(nonatomic, readonly, copy) NSString *name;
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;
310 @property(nonatomic, readonly) NSString *singletonName;