// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: FightMatch3SwapCsReq.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 FightMatch3SwapCsReq.proto public static partial class FightMatch3SwapCsReqReflection { #region Descriptor /// File descriptor for FightMatch3SwapCsReq.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static FightMatch3SwapCsReqReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChpGaWdodE1hdGNoM1N3YXBDc1JlcS5wcm90bxoRSkpBRVBESUhDTkwucHJv", "dG8aEUVHQ0RETEtIRkVCLnByb3RvIpIBChRGaWdodE1hdGNoM1N3YXBDc1Jl", "cRIRCgljdXJfaW5kZXgYCiABKA0SIQoLUEhOTERQT0tCS0wYDSABKAsyDC5K", "SkFFUERJSENOTBIhCgtFQ0tLQkxORUxCTRgCIAMoCzIMLkVHQ0RETEtIRkVC", "EiEKC0ZFQ0xHTEJGSURIGAsgASgLMgwuSkpBRVBESUhDTkxCHqoCG0VnZ0xp", "bmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.JJAEPDIHCNLReflection.Descriptor, global::EggLink.DanhengServer.Proto.EGCDDLKHFEBReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.FightMatch3SwapCsReq), global::EggLink.DanhengServer.Proto.FightMatch3SwapCsReq.Parser, new[]{ "CurIndex", "PHNLDPOKBKL", "ECKKBLNELBM", "FECLGLBFIDH" }, null, null, null, null) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class FightMatch3SwapCsReq : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new FightMatch3SwapCsReq()); 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.FightMatch3SwapCsReqReflection.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 FightMatch3SwapCsReq() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public FightMatch3SwapCsReq(FightMatch3SwapCsReq other) : this() { curIndex_ = other.curIndex_; pHNLDPOKBKL_ = other.pHNLDPOKBKL_ != null ? other.pHNLDPOKBKL_.Clone() : null; eCKKBLNELBM_ = other.eCKKBLNELBM_.Clone(); fECLGLBFIDH_ = other.fECLGLBFIDH_ != null ? other.fECLGLBFIDH_.Clone() : null; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public FightMatch3SwapCsReq Clone() { return new FightMatch3SwapCsReq(this); } /// Field number for the "cur_index" field. public const int CurIndexFieldNumber = 10; private uint curIndex_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint CurIndex { get { return curIndex_; } set { curIndex_ = value; } } /// Field number for the "PHNLDPOKBKL" field. public const int PHNLDPOKBKLFieldNumber = 13; private global::EggLink.DanhengServer.Proto.JJAEPDIHCNL pHNLDPOKBKL_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.JJAEPDIHCNL PHNLDPOKBKL { get { return pHNLDPOKBKL_; } set { pHNLDPOKBKL_ = value; } } /// Field number for the "ECKKBLNELBM" field. public const int ECKKBLNELBMFieldNumber = 2; private static readonly pb::FieldCodec _repeated_eCKKBLNELBM_codec = pb::FieldCodec.ForMessage(18, global::EggLink.DanhengServer.Proto.EGCDDLKHFEB.Parser); private readonly pbc::RepeatedField eCKKBLNELBM_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField ECKKBLNELBM { get { return eCKKBLNELBM_; } } /// Field number for the "FECLGLBFIDH" field. public const int FECLGLBFIDHFieldNumber = 11; private global::EggLink.DanhengServer.Proto.JJAEPDIHCNL fECLGLBFIDH_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.JJAEPDIHCNL FECLGLBFIDH { get { return fECLGLBFIDH_; } set { fECLGLBFIDH_ = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as FightMatch3SwapCsReq); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(FightMatch3SwapCsReq other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (CurIndex != other.CurIndex) return false; if (!object.Equals(PHNLDPOKBKL, other.PHNLDPOKBKL)) return false; if(!eCKKBLNELBM_.Equals(other.eCKKBLNELBM_)) return false; if (!object.Equals(FECLGLBFIDH, other.FECLGLBFIDH)) 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 (CurIndex != 0) hash ^= CurIndex.GetHashCode(); if (pHNLDPOKBKL_ != null) hash ^= PHNLDPOKBKL.GetHashCode(); hash ^= eCKKBLNELBM_.GetHashCode(); if (fECLGLBFIDH_ != null) hash ^= FECLGLBFIDH.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 eCKKBLNELBM_.WriteTo(output, _repeated_eCKKBLNELBM_codec); if (CurIndex != 0) { output.WriteRawTag(80); output.WriteUInt32(CurIndex); } if (fECLGLBFIDH_ != null) { output.WriteRawTag(90); output.WriteMessage(FECLGLBFIDH); } if (pHNLDPOKBKL_ != null) { output.WriteRawTag(106); output.WriteMessage(PHNLDPOKBKL); } 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) { eCKKBLNELBM_.WriteTo(ref output, _repeated_eCKKBLNELBM_codec); if (CurIndex != 0) { output.WriteRawTag(80); output.WriteUInt32(CurIndex); } if (fECLGLBFIDH_ != null) { output.WriteRawTag(90); output.WriteMessage(FECLGLBFIDH); } if (pHNLDPOKBKL_ != null) { output.WriteRawTag(106); output.WriteMessage(PHNLDPOKBKL); } 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 (CurIndex != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CurIndex); } if (pHNLDPOKBKL_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(PHNLDPOKBKL); } size += eCKKBLNELBM_.CalculateSize(_repeated_eCKKBLNELBM_codec); if (fECLGLBFIDH_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(FECLGLBFIDH); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(FightMatch3SwapCsReq other) { if (other == null) { return; } if (other.CurIndex != 0) { CurIndex = other.CurIndex; } if (other.pHNLDPOKBKL_ != null) { if (pHNLDPOKBKL_ == null) { PHNLDPOKBKL = new global::EggLink.DanhengServer.Proto.JJAEPDIHCNL(); } PHNLDPOKBKL.MergeFrom(other.PHNLDPOKBKL); } eCKKBLNELBM_.Add(other.eCKKBLNELBM_); if (other.fECLGLBFIDH_ != null) { if (fECLGLBFIDH_ == null) { FECLGLBFIDH = new global::EggLink.DanhengServer.Proto.JJAEPDIHCNL(); } FECLGLBFIDH.MergeFrom(other.FECLGLBFIDH); } _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 18: { eCKKBLNELBM_.AddEntriesFrom(input, _repeated_eCKKBLNELBM_codec); break; } case 80: { CurIndex = input.ReadUInt32(); break; } case 90: { if (fECLGLBFIDH_ == null) { FECLGLBFIDH = new global::EggLink.DanhengServer.Proto.JJAEPDIHCNL(); } input.ReadMessage(FECLGLBFIDH); break; } case 106: { if (pHNLDPOKBKL_ == null) { PHNLDPOKBKL = new global::EggLink.DanhengServer.Proto.JJAEPDIHCNL(); } input.ReadMessage(PHNLDPOKBKL); 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 18: { eCKKBLNELBM_.AddEntriesFrom(ref input, _repeated_eCKKBLNELBM_codec); break; } case 80: { CurIndex = input.ReadUInt32(); break; } case 90: { if (fECLGLBFIDH_ == null) { FECLGLBFIDH = new global::EggLink.DanhengServer.Proto.JJAEPDIHCNL(); } input.ReadMessage(FECLGLBFIDH); break; } case 106: { if (pHNLDPOKBKL_ == null) { PHNLDPOKBKL = new global::EggLink.DanhengServer.Proto.JJAEPDIHCNL(); } input.ReadMessage(PHNLDPOKBKL); break; } } } } #endif } #endregion } #endregion Designer generated code