Lines Matching defs:generated
264 /// be equivalent to the .NET namespace of the generated classes.
286 /// if this descriptor was generated using a version of protoc that did not fully
359 /// <param name="generatedCodeInfo">Details about generated code, for the purposes of reflection.</param>
412 /// Creates a descriptor for generated code.
416 /// which creates the appropriate dependencies etc. It has to be public because the generated
434 throw new ArgumentException("Failed to parse protocol buffer descriptor for generated code.", e);
439 // When building descriptors for generated code, we allow unknown
454 private static IEnumerable<Extension> GetAllGeneratedExtensions(GeneratedClrTypeInfo generated)
456 return generated.Extensions.Concat(generated.NestedTypes.Where(t => t != null).SelectMany(GetAllGeneratedExtensions));
584 /// This method is present for the sake of AOT compilers. It allows code (whether handwritten or generated)