File: TestObjects\ProtobutMessages\WrappersMessage.cs
Web Access
Project: src\src\Grpc\JsonTranscoding\test\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests.csproj (Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests)
// <auto-generated>
//     Generated by the protocol buffer compiler.  DO NOT EDIT!
//     source: Protos/extra.proto
// </auto-generated>
#pragma warning disable 1591, 0612, 3021, 8981
#region Designer generated code
 
using pb = global::Google.Protobuf;
using pbc = global::Google.Protobuf.Collections;
using pbr = global::Google.Protobuf.Reflection;
using scg = global::System.Collections.Generic;
namespace Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests.TestObjects.ProtobufMessages
{
 
    /// <summary>Holder for reflection information generated from Protos/extra.proto</summary>
    public static partial class ExtraReflection
    {
 
        #region Descriptor
        /// <summary>File descriptor for Protos/extra.proto</summary>
        public static pbr::FileDescriptor Descriptor
        {
            get { return descriptor; }
        }
        private static pbr::FileDescriptor descriptor;
 
        static ExtraReflection()
        {
            byte[] descriptorData = global::System.Convert.FromBase64String(
                string.Concat(
                  "ChJQcm90b3MvZXh0cmEucHJvdG8SBHRlc3QaHkdvb2dsZS9wcm90b2J1Zi93",
                  "cmFwcGVycy5wcm90bxocR29vZ2xlL2FwaS9hbm5vdGF0aW9ucy5wcm90byLZ",
                  "AwoPV3JhcHBlcnNNZXNzYWdlEjIKDHN0cmluZ192YWx1ZRgBIAEoCzIcLmdv",
                  "b2dsZS5wcm90b2J1Zi5TdHJpbmdWYWx1ZRIwCgtpbnQzMl92YWx1ZRgCIAEo",
                  "CzIbLmdvb2dsZS5wcm90b2J1Zi5JbnQzMlZhbHVlEjAKC2ludDY0X3ZhbHVl",
                  "GAMgASgLMhsuZ29vZ2xlLnByb3RvYnVmLkludDY0VmFsdWUSMAoLZmxvYXRf",
                  "dmFsdWUYBCABKAsyGy5nb29nbGUucHJvdG9idWYuRmxvYXRWYWx1ZRIyCgxk",
                  "b3VibGVfdmFsdWUYBSABKAsyHC5nb29nbGUucHJvdG9idWYuRG91YmxlVmFs",
                  "dWUSLgoKYm9vbF92YWx1ZRgGIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5Cb29s",
                  "VmFsdWUSMgoMdWludDMyX3ZhbHVlGAcgASgLMhwuZ29vZ2xlLnByb3RvYnVm",
                  "LlVJbnQzMlZhbHVlEjIKDHVpbnQ2NF92YWx1ZRgIIAEoCzIcLmdvb2dsZS5w",
                  "cm90b2J1Zi5VSW50NjRWYWx1ZRIwCgtieXRlc192YWx1ZRgJIAEoCzIbLmdv",
                  "b2dsZS5wcm90b2J1Zi5CeXRlc1ZhbHVlQk+qAkxNaWNyb3NvZnQuQXNwTmV0",
                  "Q29yZS5HcnBjLkpzb25UcmFuc2NvZGluZy5UZXN0cy5UZXN0T2JqZWN0cy5Q",
                  "cm90b2J1dE1lc3NhZ2VzYgZwcm90bzM="));
            descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
                new pbr::FileDescriptor[] { global::Google.Protobuf.WellKnownTypes.WrappersReflection.Descriptor, global::Google.Api.AnnotationsReflection.Descriptor, },
                new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
            new pbr::GeneratedClrTypeInfo(typeof(global::Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests.TestObjects.ProtobufMessages.WrappersMessage), global::Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests.TestObjects.ProtobufMessages.WrappersMessage.Parser, new[]{ "StringValue", "Int32Value", "Int64Value", "FloatValue", "DoubleValue", "BoolValue", "Uint32Value", "Uint64Value", "BytesValue" }, null, null, null, null)
                }));
        }
        #endregion
 
    }
    #region Messages
    [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
    public sealed partial class WrappersMessage : pb::IMessage<WrappersMessage>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
        , pb::IBufferMessage
#endif
    {
        private static readonly pb::MessageParser<WrappersMessage> _parser = new pb::MessageParser<WrappersMessage>(() => new WrappersMessage());
        private pb::UnknownFieldSet _unknownFields;
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
        [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
        public static pb::MessageParser<WrappersMessage> Parser { get { return _parser; } }
 
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
        [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
        public static pbr::MessageDescriptor Descriptor
        {
            get { return global::Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests.TestObjects.ProtobufMessages.ExtraReflection.Descriptor.MessageTypes[0]; }
        }
 
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
        [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
        pbr::MessageDescriptor pb::IMessage.Descriptor
        {
            get { return Descriptor; }
        }
 
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
        [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
        public WrappersMessage()
        {
            OnConstruction();
        }
 
        partial void OnConstruction();
 
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
        [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
        public WrappersMessage(WrappersMessage other) : this()
        {
            stringValue_ = other.stringValue_ != null ? other.stringValue_.Clone() : null;
            int32Value_ = other.int32Value_ != null ? other.int32Value_.Clone() : null;
            int64Value_ = other.int64Value_ != null ? other.int64Value_.Clone() : null;
            floatValue_ = other.floatValue_ != null ? other.floatValue_.Clone() : null;
            doubleValue_ = other.doubleValue_ != null ? other.doubleValue_.Clone() : null;
            boolValue_ = other.boolValue_ != null ? other.boolValue_.Clone() : null;
            uint32Value_ = other.uint32Value_ != null ? other.uint32Value_.Clone() : null;
            uint64Value_ = other.uint64Value_ != null ? other.uint64Value_.Clone() : null;
            bytesValue_ = other.bytesValue_ != null ? other.bytesValue_.Clone() : null;
            _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
        }
 
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
        [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
        public WrappersMessage Clone()
        {
            return new WrappersMessage(this);
        }
 
        /// <summary>Field number for the "string_value" field.</summary>
        public const int StringValueFieldNumber = 1;
        private global::Google.Protobuf.WellKnownTypes.StringValue stringValue_;
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
        [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
        public global::Google.Protobuf.WellKnownTypes.StringValue StringValue
        {
            get { return stringValue_; }
            set
            {
                stringValue_ = value;
            }
        }
 
        /// <summary>Field number for the "int32_value" field.</summary>
        public const int Int32ValueFieldNumber = 2;
        private global::Google.Protobuf.WellKnownTypes.Int32Value int32Value_;
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
        [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
        public global::Google.Protobuf.WellKnownTypes.Int32Value Int32Value
        {
            get { return int32Value_; }
            set
            {
                int32Value_ = value;
            }
        }
 
        /// <summary>Field number for the "int64_value" field.</summary>
        public const int Int64ValueFieldNumber = 3;
        private global::Google.Protobuf.WellKnownTypes.Int64Value int64Value_;
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
        [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
        public global::Google.Protobuf.WellKnownTypes.Int64Value Int64Value
        {
            get { return int64Value_; }
            set
            {
                int64Value_ = value;
            }
        }
 
        /// <summary>Field number for the "float_value" field.</summary>
        public const int FloatValueFieldNumber = 4;
        private global::Google.Protobuf.WellKnownTypes.FloatValue floatValue_;
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
        [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
        public global::Google.Protobuf.WellKnownTypes.FloatValue FloatValue
        {
            get { return floatValue_; }
            set
            {
                floatValue_ = value;
            }
        }
 
        /// <summary>Field number for the "double_value" field.</summary>
        public const int DoubleValueFieldNumber = 5;
        private global::Google.Protobuf.WellKnownTypes.DoubleValue doubleValue_;
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
        [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
        public global::Google.Protobuf.WellKnownTypes.DoubleValue DoubleValue
        {
            get { return doubleValue_; }
            set
            {
                doubleValue_ = value;
            }
        }
 
        /// <summary>Field number for the "bool_value" field.</summary>
        public const int BoolValueFieldNumber = 6;
        private global::Google.Protobuf.WellKnownTypes.BoolValue boolValue_;
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
        [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
        public global::Google.Protobuf.WellKnownTypes.BoolValue BoolValue
        {
            get { return boolValue_; }
            set
            {
                boolValue_ = value;
            }
        }
 
        /// <summary>Field number for the "uint32_value" field.</summary>
        public const int Uint32ValueFieldNumber = 7;
        private global::Google.Protobuf.WellKnownTypes.UInt32Value uint32Value_;
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
        [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
        public global::Google.Protobuf.WellKnownTypes.UInt32Value Uint32Value
        {
            get { return uint32Value_; }
            set
            {
                uint32Value_ = value;
            }
        }
 
        /// <summary>Field number for the "uint64_value" field.</summary>
        public const int Uint64ValueFieldNumber = 8;
        private global::Google.Protobuf.WellKnownTypes.UInt64Value uint64Value_;
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
        [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
        public global::Google.Protobuf.WellKnownTypes.UInt64Value Uint64Value
        {
            get { return uint64Value_; }
            set
            {
                uint64Value_ = value;
            }
        }
 
        /// <summary>Field number for the "bytes_value" field.</summary>
        public const int BytesValueFieldNumber = 9;
        private global::Google.Protobuf.WellKnownTypes.BytesValue bytesValue_;
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
        [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
        public global::Google.Protobuf.WellKnownTypes.BytesValue BytesValue
        {
            get { return bytesValue_; }
            set
            {
                bytesValue_ = value;
            }
        }
 
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
        [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
        public override bool Equals(object other)
        {
            return Equals(other as WrappersMessage);
        }
 
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
        [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
        public bool Equals(WrappersMessage other)
        {
            if (ReferenceEquals(other, null))
            {
                return false;
            }
            if (ReferenceEquals(other, this))
            {
                return true;
            }
            if (!object.Equals(StringValue, other.StringValue)) return false;
            if (!object.Equals(Int32Value, other.Int32Value)) return false;
            if (!object.Equals(Int64Value, other.Int64Value)) return false;
            if (!object.Equals(FloatValue, other.FloatValue)) return false;
            if (!object.Equals(DoubleValue, other.DoubleValue)) return false;
            if (!object.Equals(BoolValue, other.BoolValue)) return false;
            if (!object.Equals(Uint32Value, other.Uint32Value)) return false;
            if (!object.Equals(Uint64Value, other.Uint64Value)) return false;
            if (!object.Equals(BytesValue, other.BytesValue)) return false;
            return Equals(_unknownFields, other._unknownFields);
        }
 
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
        [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
        public override int GetHashCode()
        {
            int hash = 1;
            if (stringValue_ != null) hash ^= StringValue.GetHashCode();
            if (int32Value_ != null) hash ^= Int32Value.GetHashCode();
            if (int64Value_ != null) hash ^= Int64Value.GetHashCode();
            if (floatValue_ != null) hash ^= FloatValue.GetHashCode();
            if (doubleValue_ != null) hash ^= DoubleValue.GetHashCode();
            if (boolValue_ != null) hash ^= BoolValue.GetHashCode();
            if (uint32Value_ != null) hash ^= Uint32Value.GetHashCode();
            if (uint64Value_ != null) hash ^= Uint64Value.GetHashCode();
            if (bytesValue_ != null) hash ^= BytesValue.GetHashCode();
            if (_unknownFields != null)
            {
                hash ^= _unknownFields.GetHashCode();
            }
            return hash;
        }
 
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
        [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
        public override string ToString()
        {
            return pb::JsonFormatter.ToDiagnosticString(this);
        }
 
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
        [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
        public void WriteTo(pb::CodedOutputStream output)
        {
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
            output.WriteRawMessage(this);
#else
      if (stringValue_ != null) {
        output.WriteRawTag(10);
        output.WriteMessage(StringValue);
      }
      if (int32Value_ != null) {
        output.WriteRawTag(18);
        output.WriteMessage(Int32Value);
      }
      if (int64Value_ != null) {
        output.WriteRawTag(26);
        output.WriteMessage(Int64Value);
      }
      if (floatValue_ != null) {
        output.WriteRawTag(34);
        output.WriteMessage(FloatValue);
      }
      if (doubleValue_ != null) {
        output.WriteRawTag(42);
        output.WriteMessage(DoubleValue);
      }
      if (boolValue_ != null) {
        output.WriteRawTag(50);
        output.WriteMessage(BoolValue);
      }
      if (uint32Value_ != null) {
        output.WriteRawTag(58);
        output.WriteMessage(Uint32Value);
      }
      if (uint64Value_ != null) {
        output.WriteRawTag(66);
        output.WriteMessage(Uint64Value);
      }
      if (bytesValue_ != null) {
        output.WriteRawTag(74);
        output.WriteMessage(BytesValue);
      }
      if (_unknownFields != null) {
        _unknownFields.WriteTo(output);
      }
#endif
        }
 
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
        [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
        void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output)
        {
            if (stringValue_ != null)
            {
                output.WriteRawTag(10);
                output.WriteMessage(StringValue);
            }
            if (int32Value_ != null)
            {
                output.WriteRawTag(18);
                output.WriteMessage(Int32Value);
            }
            if (int64Value_ != null)
            {
                output.WriteRawTag(26);
                output.WriteMessage(Int64Value);
            }
            if (floatValue_ != null)
            {
                output.WriteRawTag(34);
                output.WriteMessage(FloatValue);
            }
            if (doubleValue_ != null)
            {
                output.WriteRawTag(42);
                output.WriteMessage(DoubleValue);
            }
            if (boolValue_ != null)
            {
                output.WriteRawTag(50);
                output.WriteMessage(BoolValue);
            }
            if (uint32Value_ != null)
            {
                output.WriteRawTag(58);
                output.WriteMessage(Uint32Value);
            }
            if (uint64Value_ != null)
            {
                output.WriteRawTag(66);
                output.WriteMessage(Uint64Value);
            }
            if (bytesValue_ != null)
            {
                output.WriteRawTag(74);
                output.WriteMessage(BytesValue);
            }
            if (_unknownFields != null)
            {
                _unknownFields.WriteTo(ref output);
            }
        }
#endif
 
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
        [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
        public int CalculateSize()
        {
            int size = 0;
            if (stringValue_ != null)
            {
                size += 1 + pb::CodedOutputStream.ComputeMessageSize(StringValue);
            }
            if (int32Value_ != null)
            {
                size += 1 + pb::CodedOutputStream.ComputeMessageSize(Int32Value);
            }
            if (int64Value_ != null)
            {
                size += 1 + pb::CodedOutputStream.ComputeMessageSize(Int64Value);
            }
            if (floatValue_ != null)
            {
                size += 1 + pb::CodedOutputStream.ComputeMessageSize(FloatValue);
            }
            if (doubleValue_ != null)
            {
                size += 1 + pb::CodedOutputStream.ComputeMessageSize(DoubleValue);
            }
            if (boolValue_ != null)
            {
                size += 1 + pb::CodedOutputStream.ComputeMessageSize(BoolValue);
            }
            if (uint32Value_ != null)
            {
                size += 1 + pb::CodedOutputStream.ComputeMessageSize(Uint32Value);
            }
            if (uint64Value_ != null)
            {
                size += 1 + pb::CodedOutputStream.ComputeMessageSize(Uint64Value);
            }
            if (bytesValue_ != null)
            {
                size += 1 + pb::CodedOutputStream.ComputeMessageSize(BytesValue);
            }
            if (_unknownFields != null)
            {
                size += _unknownFields.CalculateSize();
            }
            return size;
        }
 
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
        [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
        public void MergeFrom(WrappersMessage other)
        {
            if (other == null)
            {
                return;
            }
            if (other.stringValue_ != null)
            {
                if (stringValue_ == null)
                {
                    StringValue = new global::Google.Protobuf.WellKnownTypes.StringValue();
                }
                StringValue.MergeFrom(other.StringValue);
            }
            if (other.int32Value_ != null)
            {
                if (int32Value_ == null)
                {
                    Int32Value = new global::Google.Protobuf.WellKnownTypes.Int32Value();
                }
                Int32Value.MergeFrom(other.Int32Value);
            }
            if (other.int64Value_ != null)
            {
                if (int64Value_ == null)
                {
                    Int64Value = new global::Google.Protobuf.WellKnownTypes.Int64Value();
                }
                Int64Value.MergeFrom(other.Int64Value);
            }
            if (other.floatValue_ != null)
            {
                if (floatValue_ == null)
                {
                    FloatValue = new global::Google.Protobuf.WellKnownTypes.FloatValue();
                }
                FloatValue.MergeFrom(other.FloatValue);
            }
            if (other.doubleValue_ != null)
            {
                if (doubleValue_ == null)
                {
                    DoubleValue = new global::Google.Protobuf.WellKnownTypes.DoubleValue();
                }
                DoubleValue.MergeFrom(other.DoubleValue);
            }
            if (other.boolValue_ != null)
            {
                if (boolValue_ == null)
                {
                    BoolValue = new global::Google.Protobuf.WellKnownTypes.BoolValue();
                }
                BoolValue.MergeFrom(other.BoolValue);
            }
            if (other.uint32Value_ != null)
            {
                if (uint32Value_ == null)
                {
                    Uint32Value = new global::Google.Protobuf.WellKnownTypes.UInt32Value();
                }
                Uint32Value.MergeFrom(other.Uint32Value);
            }
            if (other.uint64Value_ != null)
            {
                if (uint64Value_ == null)
                {
                    Uint64Value = new global::Google.Protobuf.WellKnownTypes.UInt64Value();
                }
                Uint64Value.MergeFrom(other.Uint64Value);
            }
            if (other.bytesValue_ != null)
            {
                if (bytesValue_ == null)
                {
                    BytesValue = new global::Google.Protobuf.WellKnownTypes.BytesValue();
                }
                BytesValue.MergeFrom(other.BytesValue);
            }
            _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
        }
 
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
        [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
        public void MergeFrom(pb::CodedInputStream input)
        {
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
            input.ReadRawMessage(this);
#else
      uint tag;
      while ((tag = input.ReadTag()) != 0) {
      if ((tag & 7) == 4) {
        // Abort on any end group tag.
        return;
      }
      switch(tag) {
          default:
            _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
            break;
          case 10: {
            if (stringValue_ == null) {
              StringValue = new global::Google.Protobuf.WellKnownTypes.StringValue();
            }
            input.ReadMessage(StringValue);
            break;
          }
          case 18: {
            if (int32Value_ == null) {
              Int32Value = new global::Google.Protobuf.WellKnownTypes.Int32Value();
            }
            input.ReadMessage(Int32Value);
            break;
          }
          case 26: {
            if (int64Value_ == null) {
              Int64Value = new global::Google.Protobuf.WellKnownTypes.Int64Value();
            }
            input.ReadMessage(Int64Value);
            break;
          }
          case 34: {
            if (floatValue_ == null) {
              FloatValue = new global::Google.Protobuf.WellKnownTypes.FloatValue();
            }
            input.ReadMessage(FloatValue);
            break;
          }
          case 42: {
            if (doubleValue_ == null) {
              DoubleValue = new global::Google.Protobuf.WellKnownTypes.DoubleValue();
            }
            input.ReadMessage(DoubleValue);
            break;
          }
          case 50: {
            if (boolValue_ == null) {
              BoolValue = new global::Google.Protobuf.WellKnownTypes.BoolValue();
            }
            input.ReadMessage(BoolValue);
            break;
          }
          case 58: {
            if (uint32Value_ == null) {
              Uint32Value = new global::Google.Protobuf.WellKnownTypes.UInt32Value();
            }
            input.ReadMessage(Uint32Value);
            break;
          }
          case 66: {
            if (uint64Value_ == null) {
              Uint64Value = new global::Google.Protobuf.WellKnownTypes.UInt64Value();
            }
            input.ReadMessage(Uint64Value);
            break;
          }
          case 74: {
            if (bytesValue_ == null) {
              BytesValue = new global::Google.Protobuf.WellKnownTypes.BytesValue();
            }
            input.ReadMessage(BytesValue);
            break;
          }
        }
      }
#endif
        }
 
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
        [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
        void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input)
        {
            uint tag;
            while ((tag = input.ReadTag()) != 0)
            {
                if ((tag & 7) == 4)
                {
                    // Abort on any end group tag.
                    return;
                }
                switch (tag)
                {
                    default:
                        _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
                        break;
                    case 10:
                        {
                            if (stringValue_ == null)
                            {
                                StringValue = new global::Google.Protobuf.WellKnownTypes.StringValue();
                            }
                            input.ReadMessage(StringValue);
                            break;
                        }
                    case 18:
                        {
                            if (int32Value_ == null)
                            {
                                Int32Value = new global::Google.Protobuf.WellKnownTypes.Int32Value();
                            }
                            input.ReadMessage(Int32Value);
                            break;
                        }
                    case 26:
                        {
                            if (int64Value_ == null)
                            {
                                Int64Value = new global::Google.Protobuf.WellKnownTypes.Int64Value();
                            }
                            input.ReadMessage(Int64Value);
                            break;
                        }
                    case 34:
                        {
                            if (floatValue_ == null)
                            {
                                FloatValue = new global::Google.Protobuf.WellKnownTypes.FloatValue();
                            }
                            input.ReadMessage(FloatValue);
                            break;
                        }
                    case 42:
                        {
                            if (doubleValue_ == null)
                            {
                                DoubleValue = new global::Google.Protobuf.WellKnownTypes.DoubleValue();
                            }
                            input.ReadMessage(DoubleValue);
                            break;
                        }
                    case 50:
                        {
                            if (boolValue_ == null)
                            {
                                BoolValue = new global::Google.Protobuf.WellKnownTypes.BoolValue();
                            }
                            input.ReadMessage(BoolValue);
                            break;
                        }
                    case 58:
                        {
                            if (uint32Value_ == null)
                            {
                                Uint32Value = new global::Google.Protobuf.WellKnownTypes.UInt32Value();
                            }
                            input.ReadMessage(Uint32Value);
                            break;
                        }
                    case 66:
                        {
                            if (uint64Value_ == null)
                            {
                                Uint64Value = new global::Google.Protobuf.WellKnownTypes.UInt64Value();
                            }
                            input.ReadMessage(Uint64Value);
                            break;
                        }
                    case 74:
                        {
                            if (bytesValue_ == null)
                            {
                                BytesValue = new global::Google.Protobuf.WellKnownTypes.BytesValue();
                            }
                            input.ReadMessage(BytesValue);
                            break;
                        }
                }
            }
        }
#endif
 
    }
 
    #endregion
 
}
 
#endregion Designer generated code