Auto-generate files after cl/531610557

pull/12767/head
Protobuf Team Bot 2 years ago
parent 45469f2edd
commit 902af9abf7
  1. BIN
      csharp/src/Google.Protobuf.Test/testprotos.pb
  2. 7
      csharp/src/Google.Protobuf/Reflection/Descriptor.pb.cs

@ -2192,10 +2192,9 @@ namespace Google.Protobuf.Reflection {
= pb::FieldCodec.ForMessage(18, global::Google.Protobuf.Reflection.ExtensionRangeOptions.Types.Declaration.Parser); = pb::FieldCodec.ForMessage(18, global::Google.Protobuf.Reflection.ExtensionRangeOptions.Types.Declaration.Parser);
private readonly pbc::RepeatedField<global::Google.Protobuf.Reflection.ExtensionRangeOptions.Types.Declaration> declaration_ = new pbc::RepeatedField<global::Google.Protobuf.Reflection.ExtensionRangeOptions.Types.Declaration>(); private readonly pbc::RepeatedField<global::Google.Protobuf.Reflection.ExtensionRangeOptions.Types.Declaration> declaration_ = new pbc::RepeatedField<global::Google.Protobuf.Reflection.ExtensionRangeOptions.Types.Declaration>();
/// <summary> /// <summary>
/// go/protobuf-stripping-extension-declarations /// For external users: DO NOT USE. We are in the process of open sourcing
/// Like Metadata, but we use a repeated field to hold all extension /// extension declaration and executing internal cleanups before it can be
/// declarations. This should avoid the size increases of transforming a large /// used externally.
/// extension range into small ranges in generated binaries.
/// </summary> /// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]

Loading…
Cancel
Save