Lines Matching defs:GeneratedCodeInfo

186             new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.GeneratedCodeInfo), global::Google.Protobuf.Reflection.GeneratedCodeInfo.Parser, new[]{ "Annotation" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.GeneratedCodeInfo.Types.Annotation), global::Google.Protobuf.Reflection.GeneratedCodeInfo.Types.Annotation.Parser, new[]{ "Path", "SourceFile", "Begin", "End" }, null, null, null, null)})
9790 /// file. A GeneratedCodeInfo message is associated with only one generated
9793 public sealed partial class GeneratedCodeInfo : pb::IMessage<GeneratedCodeInfo>
9798 private static readonly pb::MessageParser<GeneratedCodeInfo> _parser = new pb::MessageParser<GeneratedCodeInfo>(() => new GeneratedCodeInfo());
9801 public static pb::MessageParser<GeneratedCodeInfo> Parser { get { return _parser; } }
9814 public GeneratedCodeInfo() {
9821 public GeneratedCodeInfo(GeneratedCodeInfo other) : this() {
9827 public GeneratedCodeInfo Clone() {
9828 return new GeneratedCodeInfo(this);
9833 private static readonly pb::FieldCodec<global::Google.Protobuf.Reflection.GeneratedCodeInfo.Types.Annotation> _repeated_annotation_codec
9834 = pb::FieldCodec.ForMessage(10, global::Google.Protobuf.Reflection.GeneratedCodeInfo.Types.Annotation.Parser);
9835 private readonly pbc::RepeatedField<global::Google.Protobuf.Reflection.GeneratedCodeInfo.Types.Annotation> annotation_ = new pbc::RepeatedField<global::Google.Protobuf.Reflection.GeneratedCodeInfo.Types.Annotation>();
9841 public pbc::RepeatedField<global::Google.Protobuf.Reflection.GeneratedCodeInfo.Types.Annotation> Annotation {
9847 return Equals(other as GeneratedCodeInfo);
9851 public bool Equals(GeneratedCodeInfo other) {
9910 public void MergeFrom(GeneratedCodeInfo other) {
9957 /// <summary>Container for nested types declared in the GeneratedCodeInfo message type.</summary>
9973 get { return global::Google.Protobuf.Reflection.GeneratedCodeInfo.Descriptor.NestedTypes[0]; }