// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: FEMNHLAPBOG.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 FEMNHLAPBOG.proto public static partial class FEMNHLAPBOGReflection { #region Descriptor /// File descriptor for FEMNHLAPBOG.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static FEMNHLAPBOGReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChFGRU1OSExBUEJPRy5wcm90byJTCgtGRU1OSExBUEJPRxILCgNwb3MYCyAB", "KA0SEwoLSklFTE5OQ0JLT0QYCiABKA0SEwoLQ1BLTFBKR0dFT00YCSABKA0S", "DQoFY291bnQYDCABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90", "b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.FEMNHLAPBOG), global::EggLink.DanhengServer.Proto.FEMNHLAPBOG.Parser, new[]{ "Pos", "JIELNNCBKOD", "CPKLPJGGEOM", "Count" }, null, null, null, null) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class FEMNHLAPBOG : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new FEMNHLAPBOG()); 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.FEMNHLAPBOGReflection.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 FEMNHLAPBOG() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public FEMNHLAPBOG(FEMNHLAPBOG other) : this() { pos_ = other.pos_; jIELNNCBKOD_ = other.jIELNNCBKOD_; cPKLPJGGEOM_ = other.cPKLPJGGEOM_; count_ = other.count_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public FEMNHLAPBOG Clone() { return new FEMNHLAPBOG(this); } /// Field number for the "pos" field. public const int PosFieldNumber = 11; private uint pos_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint Pos { get { return pos_; } set { pos_ = value; } } /// Field number for the "JIELNNCBKOD" field. public const int JIELNNCBKODFieldNumber = 10; private uint jIELNNCBKOD_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint JIELNNCBKOD { get { return jIELNNCBKOD_; } set { jIELNNCBKOD_ = value; } } /// Field number for the "CPKLPJGGEOM" field. public const int CPKLPJGGEOMFieldNumber = 9; private uint cPKLPJGGEOM_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint CPKLPJGGEOM { get { return cPKLPJGGEOM_; } set { cPKLPJGGEOM_ = value; } } /// Field number for the "count" field. public const int CountFieldNumber = 12; private uint count_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint Count { get { return count_; } set { count_ = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as FEMNHLAPBOG); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(FEMNHLAPBOG other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (Pos != other.Pos) return false; if (JIELNNCBKOD != other.JIELNNCBKOD) return false; if (CPKLPJGGEOM != other.CPKLPJGGEOM) return false; if (Count != other.Count) 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 (Pos != 0) hash ^= Pos.GetHashCode(); if (JIELNNCBKOD != 0) hash ^= JIELNNCBKOD.GetHashCode(); if (CPKLPJGGEOM != 0) hash ^= CPKLPJGGEOM.GetHashCode(); if (Count != 0) hash ^= Count.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 (CPKLPJGGEOM != 0) { output.WriteRawTag(72); output.WriteUInt32(CPKLPJGGEOM); } if (JIELNNCBKOD != 0) { output.WriteRawTag(80); output.WriteUInt32(JIELNNCBKOD); } if (Pos != 0) { output.WriteRawTag(88); output.WriteUInt32(Pos); } if (Count != 0) { output.WriteRawTag(96); output.WriteUInt32(Count); } 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 (CPKLPJGGEOM != 0) { output.WriteRawTag(72); output.WriteUInt32(CPKLPJGGEOM); } if (JIELNNCBKOD != 0) { output.WriteRawTag(80); output.WriteUInt32(JIELNNCBKOD); } if (Pos != 0) { output.WriteRawTag(88); output.WriteUInt32(Pos); } if (Count != 0) { output.WriteRawTag(96); output.WriteUInt32(Count); } 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 (Pos != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Pos); } if (JIELNNCBKOD != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(JIELNNCBKOD); } if (CPKLPJGGEOM != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CPKLPJGGEOM); } if (Count != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Count); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(FEMNHLAPBOG other) { if (other == null) { return; } if (other.Pos != 0) { Pos = other.Pos; } if (other.JIELNNCBKOD != 0) { JIELNNCBKOD = other.JIELNNCBKOD; } if (other.CPKLPJGGEOM != 0) { CPKLPJGGEOM = other.CPKLPJGGEOM; } if (other.Count != 0) { Count = other.Count; } _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 72: { CPKLPJGGEOM = input.ReadUInt32(); break; } case 80: { JIELNNCBKOD = input.ReadUInt32(); break; } case 88: { Pos = input.ReadUInt32(); break; } case 96: { Count = 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 72: { CPKLPJGGEOM = input.ReadUInt32(); break; } case 80: { JIELNNCBKOD = input.ReadUInt32(); break; } case 88: { Pos = input.ReadUInt32(); break; } case 96: { Count = input.ReadUInt32(); break; } } } } #endif } #endregion } #endregion Designer generated code