Lines Matching defs:fields
77 // If generatedCodeInfo is null, we just won't generate an accessor for any fields.
120 private static ReadOnlyDictionary<string, FieldDescriptor> CreateJsonFieldMap(IList<FieldDescriptor> fields)
123 foreach (var field in fields)
173 /// The value returned by this property will be non-null for all regular fields. However,
180 /// will be the generated message type, not the native type used by reflection for fields of those types. Code
196 /// The value returned by this property will be non-null for all regular fields. However,
203 /// will be the generated message type, not the native type used by reflection for fields of those types. Code
216 /// Returns whether this message is one of the "wrapper types" used for fields which represent primitive values
227 /// A collection of fields, which can be retrieved by name or field number.
279 /// Finds a nested descriptor by name. The is valid for fields, nested
321 /// Looks up and cross-links all fields and nested types.
356 /// Returns the fields in the message as an immutable list, in the order in which they
362 /// Returns the fields in the message as an immutable list, in ascending field number