|
|
@ -9,8 +9,6 @@ using scg = global::System.Collections.Generic; |
|
|
|
namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public static partial class UnitTestProtoFile { |
|
|
|
public static partial class UnitTestProtoFile { |
|
|
|
|
|
|
|
|
|
|
|
#region Extension registration |
|
|
|
#region Extension registration |
|
|
@ -1002,16 +1000,12 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
#region Enums |
|
|
|
#region Enums |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public enum ForeignEnum { |
|
|
|
public enum ForeignEnum { |
|
|
|
FOREIGN_FOO = 4, |
|
|
|
FOREIGN_FOO = 4, |
|
|
|
FOREIGN_BAR = 5, |
|
|
|
FOREIGN_BAR = 5, |
|
|
|
FOREIGN_BAZ = 6, |
|
|
|
FOREIGN_BAZ = 6, |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public enum TestEnumWithDupValue { |
|
|
|
public enum TestEnumWithDupValue { |
|
|
|
FOO1 = 1, |
|
|
|
FOO1 = 1, |
|
|
|
BAR1 = 2, |
|
|
|
BAR1 = 2, |
|
|
@ -1020,8 +1014,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
BAR2 = 2, |
|
|
|
BAR2 = 2, |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public enum TestSparseEnum { |
|
|
|
public enum TestSparseEnum { |
|
|
|
SPARSE_A = 123, |
|
|
|
SPARSE_A = 123, |
|
|
|
SPARSE_B = 62374, |
|
|
|
SPARSE_B = 62374, |
|
|
@ -1036,8 +1028,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
|
|
|
|
|
|
|
|
#region Messages |
|
|
|
#region Messages |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public sealed partial class TestAllTypes : pb::GeneratedMessage<TestAllTypes, TestAllTypes.Builder> { |
|
|
|
public sealed partial class TestAllTypes : pb::GeneratedMessage<TestAllTypes, TestAllTypes.Builder> { |
|
|
|
private TestAllTypes() { } |
|
|
|
private TestAllTypes() { } |
|
|
|
private static readonly TestAllTypes defaultInstance = new TestAllTypes().MakeReadOnly(); |
|
|
|
private static readonly TestAllTypes defaultInstance = new TestAllTypes().MakeReadOnly(); |
|
|
@ -1065,11 +1055,7 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
|
|
|
|
|
|
|
|
#region Nested types |
|
|
|
#region Nested types |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public static partial class Types { |
|
|
|
public static partial class Types { |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public enum NestedEnum { |
|
|
|
public enum NestedEnum { |
|
|
|
FOO = 1, |
|
|
|
FOO = 1, |
|
|
|
BAR = 2, |
|
|
|
BAR = 2, |
|
|
@ -1077,8 +1063,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public sealed partial class NestedMessage : pb::GeneratedMessage<NestedMessage, NestedMessage.Builder> { |
|
|
|
public sealed partial class NestedMessage : pb::GeneratedMessage<NestedMessage, NestedMessage.Builder> { |
|
|
|
private NestedMessage() { } |
|
|
|
private NestedMessage() { } |
|
|
|
private static readonly NestedMessage defaultInstance = new NestedMessage().MakeReadOnly(); |
|
|
|
private static readonly NestedMessage defaultInstance = new NestedMessage().MakeReadOnly(); |
|
|
@ -1187,8 +1171,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public sealed partial class Builder : pb::GeneratedBuilder<NestedMessage, Builder> { |
|
|
|
public sealed partial class Builder : pb::GeneratedBuilder<NestedMessage, Builder> { |
|
|
|
protected override Builder ThisBuilder { |
|
|
|
protected override Builder ThisBuilder { |
|
|
|
get { return this; } |
|
|
|
get { return this; } |
|
|
@ -1351,8 +1333,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public sealed partial class OptionalGroup : pb::GeneratedMessage<OptionalGroup, OptionalGroup.Builder> { |
|
|
|
public sealed partial class OptionalGroup : pb::GeneratedMessage<OptionalGroup, OptionalGroup.Builder> { |
|
|
|
private OptionalGroup() { } |
|
|
|
private OptionalGroup() { } |
|
|
|
private static readonly OptionalGroup defaultInstance = new OptionalGroup().MakeReadOnly(); |
|
|
|
private static readonly OptionalGroup defaultInstance = new OptionalGroup().MakeReadOnly(); |
|
|
@ -1461,8 +1441,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public sealed partial class Builder : pb::GeneratedBuilder<OptionalGroup, Builder> { |
|
|
|
public sealed partial class Builder : pb::GeneratedBuilder<OptionalGroup, Builder> { |
|
|
|
protected override Builder ThisBuilder { |
|
|
|
protected override Builder ThisBuilder { |
|
|
|
get { return this; } |
|
|
|
get { return this; } |
|
|
@ -1625,8 +1603,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public sealed partial class RepeatedGroup : pb::GeneratedMessage<RepeatedGroup, RepeatedGroup.Builder> { |
|
|
|
public sealed partial class RepeatedGroup : pb::GeneratedMessage<RepeatedGroup, RepeatedGroup.Builder> { |
|
|
|
private RepeatedGroup() { } |
|
|
|
private RepeatedGroup() { } |
|
|
|
private static readonly RepeatedGroup defaultInstance = new RepeatedGroup().MakeReadOnly(); |
|
|
|
private static readonly RepeatedGroup defaultInstance = new RepeatedGroup().MakeReadOnly(); |
|
|
@ -1735,8 +1711,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public sealed partial class Builder : pb::GeneratedBuilder<RepeatedGroup, Builder> { |
|
|
|
public sealed partial class Builder : pb::GeneratedBuilder<RepeatedGroup, Builder> { |
|
|
|
protected override Builder ThisBuilder { |
|
|
|
protected override Builder ThisBuilder { |
|
|
|
get { return this; } |
|
|
|
get { return this; } |
|
|
@ -3236,8 +3210,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public sealed partial class Builder : pb::GeneratedBuilder<TestAllTypes, Builder> { |
|
|
|
public sealed partial class Builder : pb::GeneratedBuilder<TestAllTypes, Builder> { |
|
|
|
protected override Builder ThisBuilder { |
|
|
|
protected override Builder ThisBuilder { |
|
|
|
get { return this; } |
|
|
|
get { return this; } |
|
|
@ -5748,8 +5720,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public sealed partial class TestDeprecatedFields : pb::GeneratedMessage<TestDeprecatedFields, TestDeprecatedFields.Builder> { |
|
|
|
public sealed partial class TestDeprecatedFields : pb::GeneratedMessage<TestDeprecatedFields, TestDeprecatedFields.Builder> { |
|
|
|
private TestDeprecatedFields() { } |
|
|
|
private TestDeprecatedFields() { } |
|
|
|
private static readonly TestDeprecatedFields defaultInstance = new TestDeprecatedFields().MakeReadOnly(); |
|
|
|
private static readonly TestDeprecatedFields defaultInstance = new TestDeprecatedFields().MakeReadOnly(); |
|
|
@ -5860,8 +5830,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public sealed partial class Builder : pb::GeneratedBuilder<TestDeprecatedFields, Builder> { |
|
|
|
public sealed partial class Builder : pb::GeneratedBuilder<TestDeprecatedFields, Builder> { |
|
|
|
protected override Builder ThisBuilder { |
|
|
|
protected override Builder ThisBuilder { |
|
|
|
get { return this; } |
|
|
|
get { return this; } |
|
|
@ -6028,8 +5996,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public sealed partial class ForeignMessage : pb::GeneratedMessage<ForeignMessage, ForeignMessage.Builder> { |
|
|
|
public sealed partial class ForeignMessage : pb::GeneratedMessage<ForeignMessage, ForeignMessage.Builder> { |
|
|
|
private ForeignMessage() { } |
|
|
|
private ForeignMessage() { } |
|
|
|
private static readonly ForeignMessage defaultInstance = new ForeignMessage().MakeReadOnly(); |
|
|
|
private static readonly ForeignMessage defaultInstance = new ForeignMessage().MakeReadOnly(); |
|
|
@ -6138,8 +6104,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public sealed partial class Builder : pb::GeneratedBuilder<ForeignMessage, Builder> { |
|
|
|
public sealed partial class Builder : pb::GeneratedBuilder<ForeignMessage, Builder> { |
|
|
|
protected override Builder ThisBuilder { |
|
|
|
protected override Builder ThisBuilder { |
|
|
|
get { return this; } |
|
|
|
get { return this; } |
|
|
@ -6302,8 +6266,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public sealed partial class TestAllExtensions : pb::ExtendableMessage<TestAllExtensions, TestAllExtensions.Builder> { |
|
|
|
public sealed partial class TestAllExtensions : pb::ExtendableMessage<TestAllExtensions, TestAllExtensions.Builder> { |
|
|
|
private TestAllExtensions() { } |
|
|
|
private TestAllExtensions() { } |
|
|
|
private static readonly TestAllExtensions defaultInstance = new TestAllExtensions().MakeReadOnly(); |
|
|
|
private static readonly TestAllExtensions defaultInstance = new TestAllExtensions().MakeReadOnly(); |
|
|
@ -6400,8 +6362,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public sealed partial class Builder : pb::ExtendableBuilder<TestAllExtensions, Builder> { |
|
|
|
public sealed partial class Builder : pb::ExtendableBuilder<TestAllExtensions, Builder> { |
|
|
|
protected override Builder ThisBuilder { |
|
|
|
protected override Builder ThisBuilder { |
|
|
|
get { return this; } |
|
|
|
get { return this; } |
|
|
@ -6538,8 +6498,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public sealed partial class OptionalGroup_extension : pb::GeneratedMessage<OptionalGroup_extension, OptionalGroup_extension.Builder> { |
|
|
|
public sealed partial class OptionalGroup_extension : pb::GeneratedMessage<OptionalGroup_extension, OptionalGroup_extension.Builder> { |
|
|
|
private OptionalGroup_extension() { } |
|
|
|
private OptionalGroup_extension() { } |
|
|
|
private static readonly OptionalGroup_extension defaultInstance = new OptionalGroup_extension().MakeReadOnly(); |
|
|
|
private static readonly OptionalGroup_extension defaultInstance = new OptionalGroup_extension().MakeReadOnly(); |
|
|
@ -6648,8 +6606,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public sealed partial class Builder : pb::GeneratedBuilder<OptionalGroup_extension, Builder> { |
|
|
|
public sealed partial class Builder : pb::GeneratedBuilder<OptionalGroup_extension, Builder> { |
|
|
|
protected override Builder ThisBuilder { |
|
|
|
protected override Builder ThisBuilder { |
|
|
|
get { return this; } |
|
|
|
get { return this; } |
|
|
@ -6812,8 +6768,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public sealed partial class RepeatedGroup_extension : pb::GeneratedMessage<RepeatedGroup_extension, RepeatedGroup_extension.Builder> { |
|
|
|
public sealed partial class RepeatedGroup_extension : pb::GeneratedMessage<RepeatedGroup_extension, RepeatedGroup_extension.Builder> { |
|
|
|
private RepeatedGroup_extension() { } |
|
|
|
private RepeatedGroup_extension() { } |
|
|
|
private static readonly RepeatedGroup_extension defaultInstance = new RepeatedGroup_extension().MakeReadOnly(); |
|
|
|
private static readonly RepeatedGroup_extension defaultInstance = new RepeatedGroup_extension().MakeReadOnly(); |
|
|
@ -6922,8 +6876,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public sealed partial class Builder : pb::GeneratedBuilder<RepeatedGroup_extension, Builder> { |
|
|
|
public sealed partial class Builder : pb::GeneratedBuilder<RepeatedGroup_extension, Builder> { |
|
|
|
protected override Builder ThisBuilder { |
|
|
|
protected override Builder ThisBuilder { |
|
|
|
get { return this; } |
|
|
|
get { return this; } |
|
|
@ -7086,8 +7038,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public sealed partial class TestNestedExtension : pb::GeneratedMessage<TestNestedExtension, TestNestedExtension.Builder> { |
|
|
|
public sealed partial class TestNestedExtension : pb::GeneratedMessage<TestNestedExtension, TestNestedExtension.Builder> { |
|
|
|
private TestNestedExtension() { } |
|
|
|
private TestNestedExtension() { } |
|
|
|
private static readonly TestNestedExtension defaultInstance = new TestNestedExtension().MakeReadOnly(); |
|
|
|
private static readonly TestNestedExtension defaultInstance = new TestNestedExtension().MakeReadOnly(); |
|
|
@ -7182,8 +7132,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public sealed partial class Builder : pb::GeneratedBuilder<TestNestedExtension, Builder> { |
|
|
|
public sealed partial class Builder : pb::GeneratedBuilder<TestNestedExtension, Builder> { |
|
|
|
protected override Builder ThisBuilder { |
|
|
|
protected override Builder ThisBuilder { |
|
|
|
get { return this; } |
|
|
|
get { return this; } |
|
|
@ -7319,8 +7267,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public sealed partial class TestRequired : pb::GeneratedMessage<TestRequired, TestRequired.Builder> { |
|
|
|
public sealed partial class TestRequired : pb::GeneratedMessage<TestRequired, TestRequired.Builder> { |
|
|
|
private TestRequired() { } |
|
|
|
private TestRequired() { } |
|
|
|
private static readonly TestRequired defaultInstance = new TestRequired().MakeReadOnly(); |
|
|
|
private static readonly TestRequired defaultInstance = new TestRequired().MakeReadOnly(); |
|
|
@ -7948,8 +7894,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public sealed partial class Builder : pb::GeneratedBuilder<TestRequired, Builder> { |
|
|
|
public sealed partial class Builder : pb::GeneratedBuilder<TestRequired, Builder> { |
|
|
|
protected override Builder ThisBuilder { |
|
|
|
protected override Builder ThisBuilder { |
|
|
|
get { return this; } |
|
|
|
get { return this; } |
|
|
@ -8976,8 +8920,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public sealed partial class TestRequiredForeign : pb::GeneratedMessage<TestRequiredForeign, TestRequiredForeign.Builder> { |
|
|
|
public sealed partial class TestRequiredForeign : pb::GeneratedMessage<TestRequiredForeign, TestRequiredForeign.Builder> { |
|
|
|
private TestRequiredForeign() { } |
|
|
|
private TestRequiredForeign() { } |
|
|
|
private static readonly TestRequiredForeign defaultInstance = new TestRequiredForeign().MakeReadOnly(); |
|
|
|
private static readonly TestRequiredForeign defaultInstance = new TestRequiredForeign().MakeReadOnly(); |
|
|
@ -9127,8 +9069,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public sealed partial class Builder : pb::GeneratedBuilder<TestRequiredForeign, Builder> { |
|
|
|
public sealed partial class Builder : pb::GeneratedBuilder<TestRequiredForeign, Builder> { |
|
|
|
protected override Builder ThisBuilder { |
|
|
|
protected override Builder ThisBuilder { |
|
|
|
get { return this; } |
|
|
|
get { return this; } |
|
|
@ -9394,8 +9334,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public sealed partial class TestForeignNested : pb::GeneratedMessage<TestForeignNested, TestForeignNested.Builder> { |
|
|
|
public sealed partial class TestForeignNested : pb::GeneratedMessage<TestForeignNested, TestForeignNested.Builder> { |
|
|
|
private TestForeignNested() { } |
|
|
|
private TestForeignNested() { } |
|
|
|
private static readonly TestForeignNested defaultInstance = new TestForeignNested().MakeReadOnly(); |
|
|
|
private static readonly TestForeignNested defaultInstance = new TestForeignNested().MakeReadOnly(); |
|
|
@ -9504,8 +9442,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public sealed partial class Builder : pb::GeneratedBuilder<TestForeignNested, Builder> { |
|
|
|
public sealed partial class Builder : pb::GeneratedBuilder<TestForeignNested, Builder> { |
|
|
|
protected override Builder ThisBuilder { |
|
|
|
protected override Builder ThisBuilder { |
|
|
|
get { return this; } |
|
|
|
get { return this; } |
|
|
@ -9693,8 +9629,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public sealed partial class TestEmptyMessage : pb::GeneratedMessage<TestEmptyMessage, TestEmptyMessage.Builder> { |
|
|
|
public sealed partial class TestEmptyMessage : pb::GeneratedMessage<TestEmptyMessage, TestEmptyMessage.Builder> { |
|
|
|
private TestEmptyMessage() { } |
|
|
|
private TestEmptyMessage() { } |
|
|
|
private static readonly TestEmptyMessage defaultInstance = new TestEmptyMessage().MakeReadOnly(); |
|
|
|
private static readonly TestEmptyMessage defaultInstance = new TestEmptyMessage().MakeReadOnly(); |
|
|
@ -9787,8 +9721,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public sealed partial class Builder : pb::GeneratedBuilder<TestEmptyMessage, Builder> { |
|
|
|
public sealed partial class Builder : pb::GeneratedBuilder<TestEmptyMessage, Builder> { |
|
|
|
protected override Builder ThisBuilder { |
|
|
|
protected override Builder ThisBuilder { |
|
|
|
get { return this; } |
|
|
|
get { return this; } |
|
|
@ -9924,8 +9856,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public sealed partial class TestEmptyMessageWithExtensions : pb::ExtendableMessage<TestEmptyMessageWithExtensions, TestEmptyMessageWithExtensions.Builder> { |
|
|
|
public sealed partial class TestEmptyMessageWithExtensions : pb::ExtendableMessage<TestEmptyMessageWithExtensions, TestEmptyMessageWithExtensions.Builder> { |
|
|
|
private TestEmptyMessageWithExtensions() { } |
|
|
|
private TestEmptyMessageWithExtensions() { } |
|
|
|
private static readonly TestEmptyMessageWithExtensions defaultInstance = new TestEmptyMessageWithExtensions().MakeReadOnly(); |
|
|
|
private static readonly TestEmptyMessageWithExtensions defaultInstance = new TestEmptyMessageWithExtensions().MakeReadOnly(); |
|
|
@ -10022,8 +9952,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public sealed partial class Builder : pb::ExtendableBuilder<TestEmptyMessageWithExtensions, Builder> { |
|
|
|
public sealed partial class Builder : pb::ExtendableBuilder<TestEmptyMessageWithExtensions, Builder> { |
|
|
|
protected override Builder ThisBuilder { |
|
|
|
protected override Builder ThisBuilder { |
|
|
|
get { return this; } |
|
|
|
get { return this; } |
|
|
@ -10160,8 +10088,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public sealed partial class TestMultipleExtensionRanges : pb::ExtendableMessage<TestMultipleExtensionRanges, TestMultipleExtensionRanges.Builder> { |
|
|
|
public sealed partial class TestMultipleExtensionRanges : pb::ExtendableMessage<TestMultipleExtensionRanges, TestMultipleExtensionRanges.Builder> { |
|
|
|
private TestMultipleExtensionRanges() { } |
|
|
|
private TestMultipleExtensionRanges() { } |
|
|
|
private static readonly TestMultipleExtensionRanges defaultInstance = new TestMultipleExtensionRanges().MakeReadOnly(); |
|
|
|
private static readonly TestMultipleExtensionRanges defaultInstance = new TestMultipleExtensionRanges().MakeReadOnly(); |
|
|
@ -10260,8 +10186,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public sealed partial class Builder : pb::ExtendableBuilder<TestMultipleExtensionRanges, Builder> { |
|
|
|
public sealed partial class Builder : pb::ExtendableBuilder<TestMultipleExtensionRanges, Builder> { |
|
|
|
protected override Builder ThisBuilder { |
|
|
|
protected override Builder ThisBuilder { |
|
|
|
get { return this; } |
|
|
|
get { return this; } |
|
|
@ -10398,8 +10322,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public sealed partial class TestReallyLargeTagNumber : pb::GeneratedMessage<TestReallyLargeTagNumber, TestReallyLargeTagNumber.Builder> { |
|
|
|
public sealed partial class TestReallyLargeTagNumber : pb::GeneratedMessage<TestReallyLargeTagNumber, TestReallyLargeTagNumber.Builder> { |
|
|
|
private TestReallyLargeTagNumber() { } |
|
|
|
private TestReallyLargeTagNumber() { } |
|
|
|
private static readonly TestReallyLargeTagNumber defaultInstance = new TestReallyLargeTagNumber().MakeReadOnly(); |
|
|
|
private static readonly TestReallyLargeTagNumber defaultInstance = new TestReallyLargeTagNumber().MakeReadOnly(); |
|
|
@ -10524,8 +10446,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public sealed partial class Builder : pb::GeneratedBuilder<TestReallyLargeTagNumber, Builder> { |
|
|
|
public sealed partial class Builder : pb::GeneratedBuilder<TestReallyLargeTagNumber, Builder> { |
|
|
|
protected override Builder ThisBuilder { |
|
|
|
protected override Builder ThisBuilder { |
|
|
|
get { return this; } |
|
|
|
get { return this; } |
|
|
@ -10715,8 +10635,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public sealed partial class TestRecursiveMessage : pb::GeneratedMessage<TestRecursiveMessage, TestRecursiveMessage.Builder> { |
|
|
|
public sealed partial class TestRecursiveMessage : pb::GeneratedMessage<TestRecursiveMessage, TestRecursiveMessage.Builder> { |
|
|
|
private TestRecursiveMessage() { } |
|
|
|
private TestRecursiveMessage() { } |
|
|
|
private static readonly TestRecursiveMessage defaultInstance = new TestRecursiveMessage().MakeReadOnly(); |
|
|
|
private static readonly TestRecursiveMessage defaultInstance = new TestRecursiveMessage().MakeReadOnly(); |
|
|
@ -10841,8 +10759,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public sealed partial class Builder : pb::GeneratedBuilder<TestRecursiveMessage, Builder> { |
|
|
|
public sealed partial class Builder : pb::GeneratedBuilder<TestRecursiveMessage, Builder> { |
|
|
|
protected override Builder ThisBuilder { |
|
|
|
protected override Builder ThisBuilder { |
|
|
|
get { return this; } |
|
|
|
get { return this; } |
|
|
@ -11057,8 +10973,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public sealed partial class TestMutualRecursionA : pb::GeneratedMessage<TestMutualRecursionA, TestMutualRecursionA.Builder> { |
|
|
|
public sealed partial class TestMutualRecursionA : pb::GeneratedMessage<TestMutualRecursionA, TestMutualRecursionA.Builder> { |
|
|
|
private TestMutualRecursionA() { } |
|
|
|
private TestMutualRecursionA() { } |
|
|
|
private static readonly TestMutualRecursionA defaultInstance = new TestMutualRecursionA().MakeReadOnly(); |
|
|
|
private static readonly TestMutualRecursionA defaultInstance = new TestMutualRecursionA().MakeReadOnly(); |
|
|
@ -11167,8 +11081,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public sealed partial class Builder : pb::GeneratedBuilder<TestMutualRecursionA, Builder> { |
|
|
|
public sealed partial class Builder : pb::GeneratedBuilder<TestMutualRecursionA, Builder> { |
|
|
|
protected override Builder ThisBuilder { |
|
|
|
protected override Builder ThisBuilder { |
|
|
|
get { return this; } |
|
|
|
get { return this; } |
|
|
@ -11356,8 +11268,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public sealed partial class TestMutualRecursionB : pb::GeneratedMessage<TestMutualRecursionB, TestMutualRecursionB.Builder> { |
|
|
|
public sealed partial class TestMutualRecursionB : pb::GeneratedMessage<TestMutualRecursionB, TestMutualRecursionB.Builder> { |
|
|
|
private TestMutualRecursionB() { } |
|
|
|
private TestMutualRecursionB() { } |
|
|
|
private static readonly TestMutualRecursionB defaultInstance = new TestMutualRecursionB().MakeReadOnly(); |
|
|
|
private static readonly TestMutualRecursionB defaultInstance = new TestMutualRecursionB().MakeReadOnly(); |
|
|
@ -11482,8 +11392,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public sealed partial class Builder : pb::GeneratedBuilder<TestMutualRecursionB, Builder> { |
|
|
|
public sealed partial class Builder : pb::GeneratedBuilder<TestMutualRecursionB, Builder> { |
|
|
|
protected override Builder ThisBuilder { |
|
|
|
protected override Builder ThisBuilder { |
|
|
|
get { return this; } |
|
|
|
get { return this; } |
|
|
@ -11698,8 +11606,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public sealed partial class TestDupFieldNumber : pb::GeneratedMessage<TestDupFieldNumber, TestDupFieldNumber.Builder> { |
|
|
|
public sealed partial class TestDupFieldNumber : pb::GeneratedMessage<TestDupFieldNumber, TestDupFieldNumber.Builder> { |
|
|
|
private TestDupFieldNumber() { } |
|
|
|
private TestDupFieldNumber() { } |
|
|
|
private static readonly TestDupFieldNumber defaultInstance = new TestDupFieldNumber().MakeReadOnly(); |
|
|
|
private static readonly TestDupFieldNumber defaultInstance = new TestDupFieldNumber().MakeReadOnly(); |
|
|
@ -11727,12 +11633,8 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
|
|
|
|
|
|
|
|
#region Nested types |
|
|
|
#region Nested types |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public static partial class Types { |
|
|
|
public static partial class Types { |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public sealed partial class Foo : pb::GeneratedMessage<Foo, Foo.Builder> { |
|
|
|
public sealed partial class Foo : pb::GeneratedMessage<Foo, Foo.Builder> { |
|
|
|
private Foo() { } |
|
|
|
private Foo() { } |
|
|
|
private static readonly Foo defaultInstance = new Foo().MakeReadOnly(); |
|
|
|
private static readonly Foo defaultInstance = new Foo().MakeReadOnly(); |
|
|
@ -11841,8 +11743,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public sealed partial class Builder : pb::GeneratedBuilder<Foo, Builder> { |
|
|
|
public sealed partial class Builder : pb::GeneratedBuilder<Foo, Builder> { |
|
|
|
protected override Builder ThisBuilder { |
|
|
|
protected override Builder ThisBuilder { |
|
|
|
get { return this; } |
|
|
|
get { return this; } |
|
|
@ -12005,8 +11905,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public sealed partial class Bar : pb::GeneratedMessage<Bar, Bar.Builder> { |
|
|
|
public sealed partial class Bar : pb::GeneratedMessage<Bar, Bar.Builder> { |
|
|
|
private Bar() { } |
|
|
|
private Bar() { } |
|
|
|
private static readonly Bar defaultInstance = new Bar().MakeReadOnly(); |
|
|
|
private static readonly Bar defaultInstance = new Bar().MakeReadOnly(); |
|
|
@ -12115,8 +12013,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public sealed partial class Builder : pb::GeneratedBuilder<Bar, Builder> { |
|
|
|
public sealed partial class Builder : pb::GeneratedBuilder<Bar, Builder> { |
|
|
|
protected override Builder ThisBuilder { |
|
|
|
protected override Builder ThisBuilder { |
|
|
|
get { return this; } |
|
|
|
get { return this; } |
|
|
@ -12396,8 +12292,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public sealed partial class Builder : pb::GeneratedBuilder<TestDupFieldNumber, Builder> { |
|
|
|
public sealed partial class Builder : pb::GeneratedBuilder<TestDupFieldNumber, Builder> { |
|
|
|
protected override Builder ThisBuilder { |
|
|
|
protected override Builder ThisBuilder { |
|
|
|
get { return this; } |
|
|
|
get { return this; } |
|
|
@ -12664,8 +12558,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public sealed partial class TestNestedMessageHasBits : pb::GeneratedMessage<TestNestedMessageHasBits, TestNestedMessageHasBits.Builder> { |
|
|
|
public sealed partial class TestNestedMessageHasBits : pb::GeneratedMessage<TestNestedMessageHasBits, TestNestedMessageHasBits.Builder> { |
|
|
|
private TestNestedMessageHasBits() { } |
|
|
|
private TestNestedMessageHasBits() { } |
|
|
|
private static readonly TestNestedMessageHasBits defaultInstance = new TestNestedMessageHasBits().MakeReadOnly(); |
|
|
|
private static readonly TestNestedMessageHasBits defaultInstance = new TestNestedMessageHasBits().MakeReadOnly(); |
|
|
@ -12693,12 +12585,8 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
|
|
|
|
|
|
|
|
#region Nested types |
|
|
|
#region Nested types |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public static partial class Types { |
|
|
|
public static partial class Types { |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public sealed partial class NestedMessage : pb::GeneratedMessage<NestedMessage, NestedMessage.Builder> { |
|
|
|
public sealed partial class NestedMessage : pb::GeneratedMessage<NestedMessage, NestedMessage.Builder> { |
|
|
|
private NestedMessage() { } |
|
|
|
private NestedMessage() { } |
|
|
|
private static readonly NestedMessage defaultInstance = new NestedMessage().MakeReadOnly(); |
|
|
|
private static readonly NestedMessage defaultInstance = new NestedMessage().MakeReadOnly(); |
|
|
@ -12834,8 +12722,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public sealed partial class Builder : pb::GeneratedBuilder<NestedMessage, Builder> { |
|
|
|
public sealed partial class Builder : pb::GeneratedBuilder<NestedMessage, Builder> { |
|
|
|
protected override Builder ThisBuilder { |
|
|
|
protected override Builder ThisBuilder { |
|
|
|
get { return this; } |
|
|
|
get { return this; } |
|
|
@ -13145,8 +13031,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public sealed partial class Builder : pb::GeneratedBuilder<TestNestedMessageHasBits, Builder> { |
|
|
|
public sealed partial class Builder : pb::GeneratedBuilder<TestNestedMessageHasBits, Builder> { |
|
|
|
protected override Builder ThisBuilder { |
|
|
|
protected override Builder ThisBuilder { |
|
|
|
get { return this; } |
|
|
|
get { return this; } |
|
|
@ -13334,8 +13218,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public sealed partial class TestCamelCaseFieldNames : pb::GeneratedMessage<TestCamelCaseFieldNames, TestCamelCaseFieldNames.Builder> { |
|
|
|
public sealed partial class TestCamelCaseFieldNames : pb::GeneratedMessage<TestCamelCaseFieldNames, TestCamelCaseFieldNames.Builder> { |
|
|
|
private TestCamelCaseFieldNames() { } |
|
|
|
private TestCamelCaseFieldNames() { } |
|
|
|
private static readonly TestCamelCaseFieldNames defaultInstance = new TestCamelCaseFieldNames().MakeReadOnly(); |
|
|
|
private static readonly TestCamelCaseFieldNames defaultInstance = new TestCamelCaseFieldNames().MakeReadOnly(); |
|
|
@ -13665,8 +13547,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public sealed partial class Builder : pb::GeneratedBuilder<TestCamelCaseFieldNames, Builder> { |
|
|
|
public sealed partial class Builder : pb::GeneratedBuilder<TestCamelCaseFieldNames, Builder> { |
|
|
|
protected override Builder ThisBuilder { |
|
|
|
protected override Builder ThisBuilder { |
|
|
|
get { return this; } |
|
|
|
get { return this; } |
|
|
@ -14253,8 +14133,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public sealed partial class TestFieldOrderings : pb::ExtendableMessage<TestFieldOrderings, TestFieldOrderings.Builder> { |
|
|
|
public sealed partial class TestFieldOrderings : pb::ExtendableMessage<TestFieldOrderings, TestFieldOrderings.Builder> { |
|
|
|
private TestFieldOrderings() { } |
|
|
|
private TestFieldOrderings() { } |
|
|
|
private static readonly TestFieldOrderings defaultInstance = new TestFieldOrderings().MakeReadOnly(); |
|
|
|
private static readonly TestFieldOrderings defaultInstance = new TestFieldOrderings().MakeReadOnly(); |
|
|
@ -14400,8 +14278,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public sealed partial class Builder : pb::ExtendableBuilder<TestFieldOrderings, Builder> { |
|
|
|
public sealed partial class Builder : pb::ExtendableBuilder<TestFieldOrderings, Builder> { |
|
|
|
protected override Builder ThisBuilder { |
|
|
|
protected override Builder ThisBuilder { |
|
|
|
get { return this; } |
|
|
|
get { return this; } |
|
|
@ -14620,8 +14496,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public sealed partial class TestExtremeDefaultValues : pb::GeneratedMessage<TestExtremeDefaultValues, TestExtremeDefaultValues.Builder> { |
|
|
|
public sealed partial class TestExtremeDefaultValues : pb::GeneratedMessage<TestExtremeDefaultValues, TestExtremeDefaultValues.Builder> { |
|
|
|
private TestExtremeDefaultValues() { } |
|
|
|
private TestExtremeDefaultValues() { } |
|
|
|
private static readonly TestExtremeDefaultValues defaultInstance = new TestExtremeDefaultValues().MakeReadOnly(); |
|
|
|
private static readonly TestExtremeDefaultValues defaultInstance = new TestExtremeDefaultValues().MakeReadOnly(); |
|
|
@ -15036,8 +14910,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public sealed partial class Builder : pb::GeneratedBuilder<TestExtremeDefaultValues, Builder> { |
|
|
|
public sealed partial class Builder : pb::GeneratedBuilder<TestExtremeDefaultValues, Builder> { |
|
|
|
protected override Builder ThisBuilder { |
|
|
|
protected override Builder ThisBuilder { |
|
|
|
get { return this; } |
|
|
|
get { return this; } |
|
|
@ -15720,8 +15592,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public sealed partial class SparseEnumMessage : pb::GeneratedMessage<SparseEnumMessage, SparseEnumMessage.Builder> { |
|
|
|
public sealed partial class SparseEnumMessage : pb::GeneratedMessage<SparseEnumMessage, SparseEnumMessage.Builder> { |
|
|
|
private SparseEnumMessage() { } |
|
|
|
private SparseEnumMessage() { } |
|
|
|
private static readonly SparseEnumMessage defaultInstance = new SparseEnumMessage().MakeReadOnly(); |
|
|
|
private static readonly SparseEnumMessage defaultInstance = new SparseEnumMessage().MakeReadOnly(); |
|
|
@ -15830,8 +15700,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public sealed partial class Builder : pb::GeneratedBuilder<SparseEnumMessage, Builder> { |
|
|
|
public sealed partial class Builder : pb::GeneratedBuilder<SparseEnumMessage, Builder> { |
|
|
|
protected override Builder ThisBuilder { |
|
|
|
protected override Builder ThisBuilder { |
|
|
|
get { return this; } |
|
|
|
get { return this; } |
|
|
@ -16002,8 +15870,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public sealed partial class OneString : pb::GeneratedMessage<OneString, OneString.Builder> { |
|
|
|
public sealed partial class OneString : pb::GeneratedMessage<OneString, OneString.Builder> { |
|
|
|
private OneString() { } |
|
|
|
private OneString() { } |
|
|
|
private static readonly OneString defaultInstance = new OneString().MakeReadOnly(); |
|
|
|
private static readonly OneString defaultInstance = new OneString().MakeReadOnly(); |
|
|
@ -16112,8 +15978,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public sealed partial class Builder : pb::GeneratedBuilder<OneString, Builder> { |
|
|
|
public sealed partial class Builder : pb::GeneratedBuilder<OneString, Builder> { |
|
|
|
protected override Builder ThisBuilder { |
|
|
|
protected override Builder ThisBuilder { |
|
|
|
get { return this; } |
|
|
|
get { return this; } |
|
|
@ -16277,8 +16141,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public sealed partial class OneBytes : pb::GeneratedMessage<OneBytes, OneBytes.Builder> { |
|
|
|
public sealed partial class OneBytes : pb::GeneratedMessage<OneBytes, OneBytes.Builder> { |
|
|
|
private OneBytes() { } |
|
|
|
private OneBytes() { } |
|
|
|
private static readonly OneBytes defaultInstance = new OneBytes().MakeReadOnly(); |
|
|
|
private static readonly OneBytes defaultInstance = new OneBytes().MakeReadOnly(); |
|
|
@ -16387,8 +16249,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public sealed partial class Builder : pb::GeneratedBuilder<OneBytes, Builder> { |
|
|
|
public sealed partial class Builder : pb::GeneratedBuilder<OneBytes, Builder> { |
|
|
|
protected override Builder ThisBuilder { |
|
|
|
protected override Builder ThisBuilder { |
|
|
|
get { return this; } |
|
|
|
get { return this; } |
|
|
@ -16552,8 +16412,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public sealed partial class TestPackedTypes : pb::GeneratedMessage<TestPackedTypes, TestPackedTypes.Builder> { |
|
|
|
public sealed partial class TestPackedTypes : pb::GeneratedMessage<TestPackedTypes, TestPackedTypes.Builder> { |
|
|
|
private TestPackedTypes() { } |
|
|
|
private TestPackedTypes() { } |
|
|
|
private static readonly TestPackedTypes defaultInstance = new TestPackedTypes().MakeReadOnly(); |
|
|
|
private static readonly TestPackedTypes defaultInstance = new TestPackedTypes().MakeReadOnly(); |
|
|
@ -17033,8 +16891,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public sealed partial class Builder : pb::GeneratedBuilder<TestPackedTypes, Builder> { |
|
|
|
public sealed partial class Builder : pb::GeneratedBuilder<TestPackedTypes, Builder> { |
|
|
|
protected override Builder ThisBuilder { |
|
|
|
protected override Builder ThisBuilder { |
|
|
|
get { return this; } |
|
|
|
get { return this; } |
|
|
@ -17731,8 +17587,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public sealed partial class TestUnpackedTypes : pb::GeneratedMessage<TestUnpackedTypes, TestUnpackedTypes.Builder> { |
|
|
|
public sealed partial class TestUnpackedTypes : pb::GeneratedMessage<TestUnpackedTypes, TestUnpackedTypes.Builder> { |
|
|
|
private TestUnpackedTypes() { } |
|
|
|
private TestUnpackedTypes() { } |
|
|
|
private static readonly TestUnpackedTypes defaultInstance = new TestUnpackedTypes().MakeReadOnly(); |
|
|
|
private static readonly TestUnpackedTypes defaultInstance = new TestUnpackedTypes().MakeReadOnly(); |
|
|
@ -18157,8 +18011,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public sealed partial class Builder : pb::GeneratedBuilder<TestUnpackedTypes, Builder> { |
|
|
|
public sealed partial class Builder : pb::GeneratedBuilder<TestUnpackedTypes, Builder> { |
|
|
|
protected override Builder ThisBuilder { |
|
|
|
protected override Builder ThisBuilder { |
|
|
|
get { return this; } |
|
|
|
get { return this; } |
|
|
@ -18855,8 +18707,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public sealed partial class TestPackedExtensions : pb::ExtendableMessage<TestPackedExtensions, TestPackedExtensions.Builder> { |
|
|
|
public sealed partial class TestPackedExtensions : pb::ExtendableMessage<TestPackedExtensions, TestPackedExtensions.Builder> { |
|
|
|
private TestPackedExtensions() { } |
|
|
|
private TestPackedExtensions() { } |
|
|
|
private static readonly TestPackedExtensions defaultInstance = new TestPackedExtensions().MakeReadOnly(); |
|
|
|
private static readonly TestPackedExtensions defaultInstance = new TestPackedExtensions().MakeReadOnly(); |
|
|
@ -18953,8 +18803,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public sealed partial class Builder : pb::ExtendableBuilder<TestPackedExtensions, Builder> { |
|
|
|
public sealed partial class Builder : pb::ExtendableBuilder<TestPackedExtensions, Builder> { |
|
|
|
protected override Builder ThisBuilder { |
|
|
|
protected override Builder ThisBuilder { |
|
|
|
get { return this; } |
|
|
|
get { return this; } |
|
|
@ -19091,8 +18939,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public sealed partial class TestDynamicExtensions : pb::GeneratedMessage<TestDynamicExtensions, TestDynamicExtensions.Builder> { |
|
|
|
public sealed partial class TestDynamicExtensions : pb::GeneratedMessage<TestDynamicExtensions, TestDynamicExtensions.Builder> { |
|
|
|
private TestDynamicExtensions() { } |
|
|
|
private TestDynamicExtensions() { } |
|
|
|
private static readonly TestDynamicExtensions defaultInstance = new TestDynamicExtensions().MakeReadOnly(); |
|
|
|
private static readonly TestDynamicExtensions defaultInstance = new TestDynamicExtensions().MakeReadOnly(); |
|
|
@ -19120,11 +18966,7 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
|
|
|
|
|
|
|
|
#region Nested types |
|
|
|
#region Nested types |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public static partial class Types { |
|
|
|
public static partial class Types { |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public enum DynamicEnumType { |
|
|
|
public enum DynamicEnumType { |
|
|
|
DYNAMIC_FOO = 2200, |
|
|
|
DYNAMIC_FOO = 2200, |
|
|
|
DYNAMIC_BAR = 2201, |
|
|
|
DYNAMIC_BAR = 2201, |
|
|
@ -19132,8 +18974,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public sealed partial class DynamicMessageType : pb::GeneratedMessage<DynamicMessageType, DynamicMessageType.Builder> { |
|
|
|
public sealed partial class DynamicMessageType : pb::GeneratedMessage<DynamicMessageType, DynamicMessageType.Builder> { |
|
|
|
private DynamicMessageType() { } |
|
|
|
private DynamicMessageType() { } |
|
|
|
private static readonly DynamicMessageType defaultInstance = new DynamicMessageType().MakeReadOnly(); |
|
|
|
private static readonly DynamicMessageType defaultInstance = new DynamicMessageType().MakeReadOnly(); |
|
|
@ -19242,8 +19082,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public sealed partial class Builder : pb::GeneratedBuilder<DynamicMessageType, Builder> { |
|
|
|
public sealed partial class Builder : pb::GeneratedBuilder<DynamicMessageType, Builder> { |
|
|
|
protected override Builder ThisBuilder { |
|
|
|
protected override Builder ThisBuilder { |
|
|
|
get { return this; } |
|
|
|
get { return this; } |
|
|
@ -19608,8 +19446,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public sealed partial class Builder : pb::GeneratedBuilder<TestDynamicExtensions, Builder> { |
|
|
|
public sealed partial class Builder : pb::GeneratedBuilder<TestDynamicExtensions, Builder> { |
|
|
|
protected override Builder ThisBuilder { |
|
|
|
protected override Builder ThisBuilder { |
|
|
|
get { return this; } |
|
|
|
get { return this; } |
|
|
@ -20025,8 +19861,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public sealed partial class TestRepeatedScalarDifferentTagSizes : pb::GeneratedMessage<TestRepeatedScalarDifferentTagSizes, TestRepeatedScalarDifferentTagSizes.Builder> { |
|
|
|
public sealed partial class TestRepeatedScalarDifferentTagSizes : pb::GeneratedMessage<TestRepeatedScalarDifferentTagSizes, TestRepeatedScalarDifferentTagSizes.Builder> { |
|
|
|
private TestRepeatedScalarDifferentTagSizes() { } |
|
|
|
private TestRepeatedScalarDifferentTagSizes() { } |
|
|
|
private static readonly TestRepeatedScalarDifferentTagSizes defaultInstance = new TestRepeatedScalarDifferentTagSizes().MakeReadOnly(); |
|
|
|
private static readonly TestRepeatedScalarDifferentTagSizes defaultInstance = new TestRepeatedScalarDifferentTagSizes().MakeReadOnly(); |
|
|
@ -20263,8 +20097,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public sealed partial class Builder : pb::GeneratedBuilder<TestRepeatedScalarDifferentTagSizes, Builder> { |
|
|
|
public sealed partial class Builder : pb::GeneratedBuilder<TestRepeatedScalarDifferentTagSizes, Builder> { |
|
|
|
protected override Builder ThisBuilder { |
|
|
|
protected override Builder ThisBuilder { |
|
|
|
get { return this; } |
|
|
|
get { return this; } |
|
|
@ -20643,8 +20475,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public sealed partial class FooRequest : pb::GeneratedMessage<FooRequest, FooRequest.Builder> { |
|
|
|
public sealed partial class FooRequest : pb::GeneratedMessage<FooRequest, FooRequest.Builder> { |
|
|
|
private FooRequest() { } |
|
|
|
private FooRequest() { } |
|
|
|
private static readonly FooRequest defaultInstance = new FooRequest().MakeReadOnly(); |
|
|
|
private static readonly FooRequest defaultInstance = new FooRequest().MakeReadOnly(); |
|
|
@ -20737,8 +20567,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public sealed partial class Builder : pb::GeneratedBuilder<FooRequest, Builder> { |
|
|
|
public sealed partial class Builder : pb::GeneratedBuilder<FooRequest, Builder> { |
|
|
|
protected override Builder ThisBuilder { |
|
|
|
protected override Builder ThisBuilder { |
|
|
|
get { return this; } |
|
|
|
get { return this; } |
|
|
@ -20874,8 +20702,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public sealed partial class FooResponse : pb::GeneratedMessage<FooResponse, FooResponse.Builder> { |
|
|
|
public sealed partial class FooResponse : pb::GeneratedMessage<FooResponse, FooResponse.Builder> { |
|
|
|
private FooResponse() { } |
|
|
|
private FooResponse() { } |
|
|
|
private static readonly FooResponse defaultInstance = new FooResponse().MakeReadOnly(); |
|
|
|
private static readonly FooResponse defaultInstance = new FooResponse().MakeReadOnly(); |
|
|
@ -20968,8 +20794,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public sealed partial class Builder : pb::GeneratedBuilder<FooResponse, Builder> { |
|
|
|
public sealed partial class Builder : pb::GeneratedBuilder<FooResponse, Builder> { |
|
|
|
protected override Builder ThisBuilder { |
|
|
|
protected override Builder ThisBuilder { |
|
|
|
get { return this; } |
|
|
|
get { return this; } |
|
|
@ -21105,8 +20929,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public sealed partial class BarRequest : pb::GeneratedMessage<BarRequest, BarRequest.Builder> { |
|
|
|
public sealed partial class BarRequest : pb::GeneratedMessage<BarRequest, BarRequest.Builder> { |
|
|
|
private BarRequest() { } |
|
|
|
private BarRequest() { } |
|
|
|
private static readonly BarRequest defaultInstance = new BarRequest().MakeReadOnly(); |
|
|
|
private static readonly BarRequest defaultInstance = new BarRequest().MakeReadOnly(); |
|
|
@ -21199,8 +21021,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public sealed partial class Builder : pb::GeneratedBuilder<BarRequest, Builder> { |
|
|
|
public sealed partial class Builder : pb::GeneratedBuilder<BarRequest, Builder> { |
|
|
|
protected override Builder ThisBuilder { |
|
|
|
protected override Builder ThisBuilder { |
|
|
|
get { return this; } |
|
|
|
get { return this; } |
|
|
@ -21336,8 +21156,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public sealed partial class BarResponse : pb::GeneratedMessage<BarResponse, BarResponse.Builder> { |
|
|
|
public sealed partial class BarResponse : pb::GeneratedMessage<BarResponse, BarResponse.Builder> { |
|
|
|
private BarResponse() { } |
|
|
|
private BarResponse() { } |
|
|
|
private static readonly BarResponse defaultInstance = new BarResponse().MakeReadOnly(); |
|
|
|
private static readonly BarResponse defaultInstance = new BarResponse().MakeReadOnly(); |
|
|
@ -21430,8 +21248,6 @@ namespace Google.ProtocolBuffers.TestProtos { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.4.1.473")] |
|
|
|
|
|
|
|
public sealed partial class Builder : pb::GeneratedBuilder<BarResponse, Builder> { |
|
|
|
public sealed partial class Builder : pb::GeneratedBuilder<BarResponse, Builder> { |
|
|
|
protected override Builder ThisBuilder { |
|
|
|
protected override Builder ThisBuilder { |
|
|
|
get { return this; } |
|
|
|
get { return this; } |
|
|
|