// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: CellInfo.proto // #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 EggLink.DanhengServer.Proto { /// Holder for reflection information generated from CellInfo.proto public static partial class CellInfoReflection { #region Descriptor /// File descriptor for CellInfo.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static CellInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "Cg5DZWxsSW5mby5wcm90bxoUQ2hlc3NSb2d1ZUNlbGwucHJvdG8iggEKCENl", "bGxJbmZvEhMKC0hESElPTkdPRklEGAQgASgNEhMKC0JNQUpESUxCUE9CGA0g", "ASgNEhMKC0hMQU1JQ0xHUEVFGAIgASgNEhMKC05HSFBQRUdCUEFPGA8gASgN", "EiIKCWNlbGxfbGlzdBgGIAMoCzIPLkNoZXNzUm9ndWVDZWxsQh6qAhtFZ2dM", "aW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueCellReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.CellInfo), global::EggLink.DanhengServer.Proto.CellInfo.Parser, new[]{ "HDHIONGOFID", "BMAJDILBPOB", "HLAMICLGPEE", "NGHPPEGBPAO", "CellList" }, null, null, null, null) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class CellInfo : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new CellInfo()); private pb::UnknownFieldSet _unknownFields; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public static pb::MessageParser Parser { get { return _parser; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public static pbr::MessageDescriptor Descriptor { get { return global::EggLink.DanhengServer.Proto.CellInfoReflection.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 CellInfo() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public CellInfo(CellInfo other) : this() { hDHIONGOFID_ = other.hDHIONGOFID_; bMAJDILBPOB_ = other.bMAJDILBPOB_; hLAMICLGPEE_ = other.hLAMICLGPEE_; nGHPPEGBPAO_ = other.nGHPPEGBPAO_; cellList_ = other.cellList_.Clone(); _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public CellInfo Clone() { return new CellInfo(this); } /// Field number for the "HDHIONGOFID" field. public const int HDHIONGOFIDFieldNumber = 4; private uint hDHIONGOFID_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint HDHIONGOFID { get { return hDHIONGOFID_; } set { hDHIONGOFID_ = value; } } /// Field number for the "BMAJDILBPOB" field. public const int BMAJDILBPOBFieldNumber = 13; private uint bMAJDILBPOB_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint BMAJDILBPOB { get { return bMAJDILBPOB_; } set { bMAJDILBPOB_ = value; } } /// Field number for the "HLAMICLGPEE" field. public const int HLAMICLGPEEFieldNumber = 2; private uint hLAMICLGPEE_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint HLAMICLGPEE { get { return hLAMICLGPEE_; } set { hLAMICLGPEE_ = value; } } /// Field number for the "NGHPPEGBPAO" field. public const int NGHPPEGBPAOFieldNumber = 15; private uint nGHPPEGBPAO_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint NGHPPEGBPAO { get { return nGHPPEGBPAO_; } set { nGHPPEGBPAO_ = value; } } /// Field number for the "cell_list" field. public const int CellListFieldNumber = 6; private static readonly pb::FieldCodec _repeated_cellList_codec = pb::FieldCodec.ForMessage(50, global::EggLink.DanhengServer.Proto.ChessRogueCell.Parser); private readonly pbc::RepeatedField cellList_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField CellList { get { return cellList_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as CellInfo); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(CellInfo other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (HDHIONGOFID != other.HDHIONGOFID) return false; if (BMAJDILBPOB != other.BMAJDILBPOB) return false; if (HLAMICLGPEE != other.HLAMICLGPEE) return false; if (NGHPPEGBPAO != other.NGHPPEGBPAO) return false; if(!cellList_.Equals(other.cellList_)) 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 (HDHIONGOFID != 0) hash ^= HDHIONGOFID.GetHashCode(); if (BMAJDILBPOB != 0) hash ^= BMAJDILBPOB.GetHashCode(); if (HLAMICLGPEE != 0) hash ^= HLAMICLGPEE.GetHashCode(); if (NGHPPEGBPAO != 0) hash ^= NGHPPEGBPAO.GetHashCode(); hash ^= cellList_.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 (HLAMICLGPEE != 0) { output.WriteRawTag(16); output.WriteUInt32(HLAMICLGPEE); } if (HDHIONGOFID != 0) { output.WriteRawTag(32); output.WriteUInt32(HDHIONGOFID); } cellList_.WriteTo(output, _repeated_cellList_codec); if (BMAJDILBPOB != 0) { output.WriteRawTag(104); output.WriteUInt32(BMAJDILBPOB); } if (NGHPPEGBPAO != 0) { output.WriteRawTag(120); output.WriteUInt32(NGHPPEGBPAO); } 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 (HLAMICLGPEE != 0) { output.WriteRawTag(16); output.WriteUInt32(HLAMICLGPEE); } if (HDHIONGOFID != 0) { output.WriteRawTag(32); output.WriteUInt32(HDHIONGOFID); } cellList_.WriteTo(ref output, _repeated_cellList_codec); if (BMAJDILBPOB != 0) { output.WriteRawTag(104); output.WriteUInt32(BMAJDILBPOB); } if (NGHPPEGBPAO != 0) { output.WriteRawTag(120); output.WriteUInt32(NGHPPEGBPAO); } 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 (HDHIONGOFID != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(HDHIONGOFID); } if (BMAJDILBPOB != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BMAJDILBPOB); } if (HLAMICLGPEE != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(HLAMICLGPEE); } if (NGHPPEGBPAO != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(NGHPPEGBPAO); } size += cellList_.CalculateSize(_repeated_cellList_codec); if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(CellInfo other) { if (other == null) { return; } if (other.HDHIONGOFID != 0) { HDHIONGOFID = other.HDHIONGOFID; } if (other.BMAJDILBPOB != 0) { BMAJDILBPOB = other.BMAJDILBPOB; } if (other.HLAMICLGPEE != 0) { HLAMICLGPEE = other.HLAMICLGPEE; } if (other.NGHPPEGBPAO != 0) { NGHPPEGBPAO = other.NGHPPEGBPAO; } cellList_.Add(other.cellList_); _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) { switch(tag) { default: _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); break; case 16: { HLAMICLGPEE = input.ReadUInt32(); break; } case 32: { HDHIONGOFID = input.ReadUInt32(); break; } case 50: { cellList_.AddEntriesFrom(input, _repeated_cellList_codec); break; } case 104: { BMAJDILBPOB = input.ReadUInt32(); break; } case 120: { NGHPPEGBPAO = input.ReadUInt32(); 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) { switch(tag) { default: _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); break; case 16: { HLAMICLGPEE = input.ReadUInt32(); break; } case 32: { HDHIONGOFID = input.ReadUInt32(); break; } case 50: { cellList_.AddEntriesFrom(ref input, _repeated_cellList_codec); break; } case 104: { BMAJDILBPOB = input.ReadUInt32(); break; } case 120: { NGHPPEGBPAO = input.ReadUInt32(); break; } } } } #endif } #endregion } #endregion Designer generated code