Lines Matching defs:message

46     /// Describes a message type.
153 internal bool IsExtensionsInitialized(IMessage message)
165 return extensionSetIsInitialized(message);
169 /// The CLR type used to represent message instances from this descriptor.
174 /// if a message containing a map field is introspected, the list of nested messages will include
175 /// an auto-generated nested key/value pair message for the field. This is not represented in any
180 /// will be the generated message type, not the native type used by reflection for fields of those types. Code
181 /// using reflection should call <see cref="IsWrapperType"/> to determine whether a message descriptor represents
188 /// A parser for this message type.
197 /// if a message containing a map field is introspected, the list of nested messages will include
198 /// an auto-generated nested key/value pair message for the field. No message parser object is created for
203 /// will be the generated message type, not the native type used by reflection for fields of those types. Code
204 /// using reflection should call <see cref="IsWrapperType"/> to determine whether a message descriptor represents
211 /// Returns whether this message is one of the "well known types" which may have runtime/protoc support.
216 /// Returns whether this message is one of the "wrapper types" used for fields which represent primitive values
232 /// An unmodifiable list of extensions defined in this message's scope.
240 /// An unmodifiable list of this message type's nested types.
245 /// An unmodifiable list of this message type's enum types.
250 /// An unmodifiable list of the "oneof" field collections in this message type.
257 /// The number of real "oneof" descriptors in this message type. Every element in <see cref="Oneofs"/>
274 /// <param name="number">The field number within this message type.</param>
280 /// message types, oneofs and enums.
288 /// The (possibly empty) set of custom options for this message.
295 /// If the options message is not present (i.e. there are no options), <c>null</c> is returned.
296 /// Custom options can be retrieved as extensions of the returned message.
302 /// Gets a single value message option for this descriptor
312 /// Gets a repeated value message option for this descriptor
325 foreach (MessageDescriptor message in NestedTypes)
327 message.CrossLink();
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
372 /// Returns a read-only dictionary mapping the field names in this message as they're available
374 /// in the message would result two entries, one with a key <c>fooBar</c> and one with a key
384 /// <exception cref="KeyNotFoundException">The message descriptor does not contain a field
404 /// <exception cref="KeyNotFoundException">The message descriptor does not contain a field