Lines Matching refs:descriptor
112 /// The brief name of the descriptor's target.
119 /// The CLR type used to represent message instances from this descriptor.
131 /// using reflection should call <see cref="IsWrapperType"/> to determine whether a message descriptor represents
154 /// using reflection should call <see cref="IsWrapperType"/> to determine whether a message descriptor represents
172 /// If this is a nested type, get the outer descriptor, otherwise null.
200 /// <returns>The field's descriptor, or null if not found.</returns>
207 /// <returns>The field's descriptor, or null if not found.</returns>
211 /// Finds a nested descriptor by name. The is valid for fields, nested
214 /// <param name="name">The unqualified name of the descriptor, e.g. "Foo"</param>
215 /// <returns>The descriptor, or null if not found.</returns>
277 /// Retrieves the descriptor for the field with the given number.
279 /// <param name="number">Number of the field to retrieve the descriptor for</param>
281 /// <exception cref="KeyNotFoundException">The message descriptor does not contain a field
297 /// Retrieves the descriptor for the field with the given name.
299 /// <param name="name">Name of the field to retrieve the descriptor for</param>
300 /// <returns>The descriptor for the given field</returns>
301 /// <exception cref="KeyNotFoundException">The message descriptor does not contain a field