// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: MatchThreeData.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 MatchThreeData.proto public static partial class MatchThreeDataReflection { #region Descriptor /// File descriptor for MatchThreeData.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static MatchThreeDataReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChRNYXRjaFRocmVlRGF0YS5wcm90bxoiTWF0Y2hUaHJlZUZpbmlzaGVkTGV2", "ZWxJbmZvcy5wcm90bxoYTWF0Y2hUaHJlZUJpcmRJbmZvLnByb3RvIs4CCg5N", "YXRjaFRocmVlRGF0YRI1CgtJTEJIRExNTE1DSxgGIAMoCzIgLk1hdGNoVGhy", "ZWVEYXRhLklMQkhETE1MTUNLRW50cnkSNgoPZmluaXNoZWRfbGV2ZWxzGAkg", "AygLMh0uTWF0Y2hUaHJlZUZpbmlzaGVkTGV2ZWxJbmZvcxIuChFiaXJkX3Jl", "Y29yZF9pbmZvcxgBIAMoCzITLk1hdGNoVGhyZWVCaXJkSW5mbxI1CgtCRUdN", "RklBUEhMTRgLIAMoCzIgLk1hdGNoVGhyZWVEYXRhLkJFR01GSUFQSExNRW50", "cnkaMgoQSUxCSERMTUxNQ0tFbnRyeRILCgNrZXkYASABKA0SDQoFdmFsdWUY", "AiABKA06AjgBGjIKEEJFR01GSUFQSExNRW50cnkSCwoDa2V5GAEgASgNEg0K", "BXZhbHVlGAIgASgNOgI4AUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlBy", "b3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.MatchThreeFinishedLevelInfosReflection.Descriptor, global::EggLink.DanhengServer.Proto.MatchThreeBirdInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MatchThreeData), global::EggLink.DanhengServer.Proto.MatchThreeData.Parser, new[]{ "ILBHDLMLMCK", "FinishedLevels", "BirdRecordInfos", "BEGMFIAPHLM" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { null, null, }) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class MatchThreeData : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new MatchThreeData()); 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.MatchThreeDataReflection.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 MatchThreeData() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public MatchThreeData(MatchThreeData other) : this() { iLBHDLMLMCK_ = other.iLBHDLMLMCK_.Clone(); finishedLevels_ = other.finishedLevels_.Clone(); birdRecordInfos_ = other.birdRecordInfos_.Clone(); bEGMFIAPHLM_ = other.bEGMFIAPHLM_.Clone(); _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public MatchThreeData Clone() { return new MatchThreeData(this); } /// Field number for the "ILBHDLMLMCK" field. public const int ILBHDLMLMCKFieldNumber = 6; private static readonly pbc::MapField.Codec _map_iLBHDLMLMCK_codec = new pbc::MapField.Codec(pb::FieldCodec.ForUInt32(8, 0), pb::FieldCodec.ForUInt32(16, 0), 50); private readonly pbc::MapField iLBHDLMLMCK_ = new pbc::MapField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::MapField ILBHDLMLMCK { get { return iLBHDLMLMCK_; } } /// Field number for the "finished_levels" field. public const int FinishedLevelsFieldNumber = 9; private static readonly pb::FieldCodec _repeated_finishedLevels_codec = pb::FieldCodec.ForMessage(74, global::EggLink.DanhengServer.Proto.MatchThreeFinishedLevelInfos.Parser); private readonly pbc::RepeatedField finishedLevels_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField FinishedLevels { get { return finishedLevels_; } } /// Field number for the "bird_record_infos" field. public const int BirdRecordInfosFieldNumber = 1; private static readonly pb::FieldCodec _repeated_birdRecordInfos_codec = pb::FieldCodec.ForMessage(10, global::EggLink.DanhengServer.Proto.MatchThreeBirdInfo.Parser); private readonly pbc::RepeatedField birdRecordInfos_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField BirdRecordInfos { get { return birdRecordInfos_; } } /// Field number for the "BEGMFIAPHLM" field. public const int BEGMFIAPHLMFieldNumber = 11; private static readonly pbc::MapField.Codec _map_bEGMFIAPHLM_codec = new pbc::MapField.Codec(pb::FieldCodec.ForUInt32(8, 0), pb::FieldCodec.ForUInt32(16, 0), 90); private readonly pbc::MapField bEGMFIAPHLM_ = new pbc::MapField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::MapField BEGMFIAPHLM { get { return bEGMFIAPHLM_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as MatchThreeData); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(MatchThreeData other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (!ILBHDLMLMCK.Equals(other.ILBHDLMLMCK)) return false; if(!finishedLevels_.Equals(other.finishedLevels_)) return false; if(!birdRecordInfos_.Equals(other.birdRecordInfos_)) return false; if (!BEGMFIAPHLM.Equals(other.BEGMFIAPHLM)) 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 ^= ILBHDLMLMCK.GetHashCode(); hash ^= finishedLevels_.GetHashCode(); hash ^= birdRecordInfos_.GetHashCode(); hash ^= BEGMFIAPHLM.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 birdRecordInfos_.WriteTo(output, _repeated_birdRecordInfos_codec); iLBHDLMLMCK_.WriteTo(output, _map_iLBHDLMLMCK_codec); finishedLevels_.WriteTo(output, _repeated_finishedLevels_codec); bEGMFIAPHLM_.WriteTo(output, _map_bEGMFIAPHLM_codec); 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) { birdRecordInfos_.WriteTo(ref output, _repeated_birdRecordInfos_codec); iLBHDLMLMCK_.WriteTo(ref output, _map_iLBHDLMLMCK_codec); finishedLevels_.WriteTo(ref output, _repeated_finishedLevels_codec); bEGMFIAPHLM_.WriteTo(ref output, _map_bEGMFIAPHLM_codec); 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 += iLBHDLMLMCK_.CalculateSize(_map_iLBHDLMLMCK_codec); size += finishedLevels_.CalculateSize(_repeated_finishedLevels_codec); size += birdRecordInfos_.CalculateSize(_repeated_birdRecordInfos_codec); size += bEGMFIAPHLM_.CalculateSize(_map_bEGMFIAPHLM_codec); if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(MatchThreeData other) { if (other == null) { return; } iLBHDLMLMCK_.MergeFrom(other.iLBHDLMLMCK_); finishedLevels_.Add(other.finishedLevels_); birdRecordInfos_.Add(other.birdRecordInfos_); bEGMFIAPHLM_.MergeFrom(other.bEGMFIAPHLM_); _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: { birdRecordInfos_.AddEntriesFrom(input, _repeated_birdRecordInfos_codec); break; } case 50: { iLBHDLMLMCK_.AddEntriesFrom(input, _map_iLBHDLMLMCK_codec); break; } case 74: { finishedLevels_.AddEntriesFrom(input, _repeated_finishedLevels_codec); break; } case 90: { bEGMFIAPHLM_.AddEntriesFrom(input, _map_bEGMFIAPHLM_codec); 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: { birdRecordInfos_.AddEntriesFrom(ref input, _repeated_birdRecordInfos_codec); break; } case 50: { iLBHDLMLMCK_.AddEntriesFrom(ref input, _map_iLBHDLMLMCK_codec); break; } case 74: { finishedLevels_.AddEntriesFrom(ref input, _repeated_finishedLevels_codec); break; } case 90: { bEGMFIAPHLM_.AddEntriesFrom(ref input, _map_bEGMFIAPHLM_codec); break; } } } } #endif } #endregion } #endregion Designer generated code