// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: NPDPLEMGEFN.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 NPDPLEMGEFN.proto public static partial class NPDPLEMGEFNReflection { #region Descriptor /// File descriptor for NPDPLEMGEFN.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static NPDPLEMGEFNReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChFOUERQTEVNR0VGTi5wcm90byK0AQoLTlBEUExFTUdFRk4SMgoLQUxKQ01M", "Q0xHRE8YASADKAsyHS5OUERQTEVNR0VGTi5BTEpDTUxDTEdET0VudHJ5EhMK", "C1BPSEFOSEFCUElHGAIgASgNEhMKC0VLTUpQUEdGQklOGAMgASgNEhMKC0pJ", "SU9KR09BRUREGAQgASgNGjIKEEFMSkNNTENMR0RPRW50cnkSCwoDa2V5GAEg", "ASgNEg0KBXZhbHVlGAIgASgNOgI4AUIeqgIbRWdnTGluay5EYW5oZW5nU2Vy", "dmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.NPDPLEMGEFN), global::EggLink.DanhengServer.Proto.NPDPLEMGEFN.Parser, new[]{ "ALJCMLCLGDO", "POHANHABPIG", "EKMJPPGFBIN", "JIIOJGOAEDD" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { null, }) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class NPDPLEMGEFN : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NPDPLEMGEFN()); 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.NPDPLEMGEFNReflection.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 NPDPLEMGEFN() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public NPDPLEMGEFN(NPDPLEMGEFN other) : this() { aLJCMLCLGDO_ = other.aLJCMLCLGDO_.Clone(); pOHANHABPIG_ = other.pOHANHABPIG_; eKMJPPGFBIN_ = other.eKMJPPGFBIN_; jIIOJGOAEDD_ = other.jIIOJGOAEDD_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public NPDPLEMGEFN Clone() { return new NPDPLEMGEFN(this); } /// Field number for the "ALJCMLCLGDO" field. public const int ALJCMLCLGDOFieldNumber = 1; private static readonly pbc::MapField.Codec _map_aLJCMLCLGDO_codec = new pbc::MapField.Codec(pb::FieldCodec.ForUInt32(8, 0), pb::FieldCodec.ForUInt32(16, 0), 10); private readonly pbc::MapField aLJCMLCLGDO_ = new pbc::MapField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::MapField ALJCMLCLGDO { get { return aLJCMLCLGDO_; } } /// Field number for the "POHANHABPIG" field. public const int POHANHABPIGFieldNumber = 2; private uint pOHANHABPIG_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint POHANHABPIG { get { return pOHANHABPIG_; } set { pOHANHABPIG_ = value; } } /// Field number for the "EKMJPPGFBIN" field. public const int EKMJPPGFBINFieldNumber = 3; private uint eKMJPPGFBIN_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint EKMJPPGFBIN { get { return eKMJPPGFBIN_; } set { eKMJPPGFBIN_ = value; } } /// Field number for the "JIIOJGOAEDD" field. public const int JIIOJGOAEDDFieldNumber = 4; private uint jIIOJGOAEDD_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint JIIOJGOAEDD { get { return jIIOJGOAEDD_; } set { jIIOJGOAEDD_ = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as NPDPLEMGEFN); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(NPDPLEMGEFN other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (!ALJCMLCLGDO.Equals(other.ALJCMLCLGDO)) return false; if (POHANHABPIG != other.POHANHABPIG) return false; if (EKMJPPGFBIN != other.EKMJPPGFBIN) return false; if (JIIOJGOAEDD != other.JIIOJGOAEDD) 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; hash ^= ALJCMLCLGDO.GetHashCode(); if (POHANHABPIG != 0) hash ^= POHANHABPIG.GetHashCode(); if (EKMJPPGFBIN != 0) hash ^= EKMJPPGFBIN.GetHashCode(); if (JIIOJGOAEDD != 0) hash ^= JIIOJGOAEDD.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 aLJCMLCLGDO_.WriteTo(output, _map_aLJCMLCLGDO_codec); if (POHANHABPIG != 0) { output.WriteRawTag(16); output.WriteUInt32(POHANHABPIG); } if (EKMJPPGFBIN != 0) { output.WriteRawTag(24); output.WriteUInt32(EKMJPPGFBIN); } if (JIIOJGOAEDD != 0) { output.WriteRawTag(32); output.WriteUInt32(JIIOJGOAEDD); } 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) { aLJCMLCLGDO_.WriteTo(ref output, _map_aLJCMLCLGDO_codec); if (POHANHABPIG != 0) { output.WriteRawTag(16); output.WriteUInt32(POHANHABPIG); } if (EKMJPPGFBIN != 0) { output.WriteRawTag(24); output.WriteUInt32(EKMJPPGFBIN); } if (JIIOJGOAEDD != 0) { output.WriteRawTag(32); output.WriteUInt32(JIIOJGOAEDD); } 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; size += aLJCMLCLGDO_.CalculateSize(_map_aLJCMLCLGDO_codec); if (POHANHABPIG != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(POHANHABPIG); } if (EKMJPPGFBIN != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EKMJPPGFBIN); } if (JIIOJGOAEDD != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(JIIOJGOAEDD); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(NPDPLEMGEFN other) { if (other == null) { return; } aLJCMLCLGDO_.MergeFrom(other.aLJCMLCLGDO_); if (other.POHANHABPIG != 0) { POHANHABPIG = other.POHANHABPIG; } if (other.EKMJPPGFBIN != 0) { EKMJPPGFBIN = other.EKMJPPGFBIN; } if (other.JIIOJGOAEDD != 0) { JIIOJGOAEDD = other.JIIOJGOAEDD; } _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 10: { aLJCMLCLGDO_.AddEntriesFrom(input, _map_aLJCMLCLGDO_codec); break; } case 16: { POHANHABPIG = input.ReadUInt32(); break; } case 24: { EKMJPPGFBIN = input.ReadUInt32(); break; } case 32: { JIIOJGOAEDD = 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 10: { aLJCMLCLGDO_.AddEntriesFrom(ref input, _map_aLJCMLCLGDO_codec); break; } case 16: { POHANHABPIG = input.ReadUInt32(); break; } case 24: { EKMJPPGFBIN = input.ReadUInt32(); break; } case 32: { JIIOJGOAEDD = input.ReadUInt32(); break; } } } } #endif } #endregion } #endregion Designer generated code