Lines Matching defs:number
93 * Gets the field for the given number.
95 * @param fieldNumber The number for the field to get.
97 * @return The field descriptor for the given number, or nil if not found.
145 * Gets the field for the given number.
147 * @param fieldNumber The number for the field to get.
149 * @return The field descriptor for the given number, or nil if not found.
172 @property(nonatomic, readonly) uint32_t number;
229 * @param number The raw enum value.
233 - (nullable NSString *)enumNameForValue:(int32_t)number;
248 * @param number The raw enum value.
252 - (nullable NSString *)textFormatNameForValue:(int32_t)number;
265 * Gets the number of defined enum names.
267 * @return Count of the number of enum names, including any aliases.
297 /** Field number under which the extension is stored. */