1029 lines
41 KiB
C#
1029 lines
41 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: circuits_v2/synced_memory_data.proto
|
|
// </auto-generated>
|
|
#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 CircuitsV2.Protobuf {
|
|
|
|
/// <summary>Holder for reflection information generated from circuits_v2/synced_memory_data.proto</summary>
|
|
public static partial class SyncedMemoryDataReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for circuits_v2/synced_memory_data.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static SyncedMemoryDataReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"CiRjaXJjdWl0c192Mi9zeW5jZWRfbWVtb3J5X2RhdGEucHJvdG8SC2NpcmN1",
|
|
"aXRzX3YyGhRjb3JlL2d1aWRfZGF0YS5wcm90bxokY2lyY3VpdHNfdjIvc3lt",
|
|
"Ym9sX21lbW9yeV9kYXRhLnByb3RvIuYDChBTeW5jZWRNZW1vcnlEYXRhEkYK",
|
|
"DXN5bWJvbF9tZW1vcnkYAyADKAsyLy5jaXJjdWl0c192Mi5TeW5jZWRNZW1v",
|
|
"cnlEYXRhLlN5bWJvbE1lbW9yeUVudHJ5EloKGERFUFJFQ0FURURfc3ltYm9s",
|
|
"X2d1aWRfMRgBIAMoCzI4LmNpcmN1aXRzX3YyLlN5bmNlZE1lbW9yeURhdGEu",
|
|
"REVQUkVDQVRFRFN5bWJvbEd1aWQxRW50cnkSWgoYREVQUkVDQVRFRF9zeW1i",
|
|
"b2xfZ3VpZF8yGAIgAygLMjguY2lyY3VpdHNfdjIuU3luY2VkTWVtb3J5RGF0",
|
|
"YS5ERVBSRUNBVEVEU3ltYm9sR3VpZDJFbnRyeRpOChFTeW1ib2xNZW1vcnlF",
|
|
"bnRyeRILCgNrZXkYASABKAkSLAoFdmFsdWUYAiABKAsyHS5jaXJjdWl0c192",
|
|
"Mi5TeW1ib2xNZW1vcnlEYXRhGjgKGkRFUFJFQ0FURURTeW1ib2xHdWlkMUVu",
|
|
"dHJ5EgsKA2tleRgBIAEoCRINCgV2YWx1ZRgCIAEoDBpIChpERVBSRUNBVEVE",
|
|
"U3ltYm9sR3VpZDJFbnRyeRILCgNrZXkYASABKAkSHQoFdmFsdWUYAiABKAsy",
|
|
"Di5jb3JlLkd1aWREYXRhQhaqAhNDaXJjdWl0c1YyLlByb3RvYnVmYgZwcm90",
|
|
"bzM="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { global::RecRoom.Protobuf.Core.GuidDataReflection.Descriptor, global::CircuitsV2.Protobuf.SymbolMemoryDataReflection.Descriptor, },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::CircuitsV2.Protobuf.SyncedMemoryData), global::CircuitsV2.Protobuf.SyncedMemoryData.Parser, new[]{ "SymbolMemory", "DEPRECATEDSymbolGuid1", "DEPRECATEDSymbolGuid2" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::CircuitsV2.Protobuf.SyncedMemoryData.Types.SymbolMemoryEntry), global::CircuitsV2.Protobuf.SyncedMemoryData.Types.SymbolMemoryEntry.Parser, new[]{ "Key", "Value" }, null, null, null, null),
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::CircuitsV2.Protobuf.SyncedMemoryData.Types.DEPRECATEDSymbolGuid1Entry), global::CircuitsV2.Protobuf.SyncedMemoryData.Types.DEPRECATEDSymbolGuid1Entry.Parser, new[]{ "Key", "Value" }, null, null, null, null),
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::CircuitsV2.Protobuf.SyncedMemoryData.Types.DEPRECATEDSymbolGuid2Entry), global::CircuitsV2.Protobuf.SyncedMemoryData.Types.DEPRECATEDSymbolGuid2Entry.Parser, new[]{ "Key", "Value" }, null, null, null, null)})
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class SyncedMemoryData : pb::IMessage<SyncedMemoryData>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<SyncedMemoryData> _parser = new pb::MessageParser<SyncedMemoryData>(() => new SyncedMemoryData());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<SyncedMemoryData> Parser { get { return _parser; } }
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pbr::MessageDescriptor Descriptor {
|
|
get { return global::CircuitsV2.Protobuf.SyncedMemoryDataReflection.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 SyncedMemoryData() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public SyncedMemoryData(SyncedMemoryData other) : this() {
|
|
symbolMemory_ = other.symbolMemory_.Clone();
|
|
dEPRECATEDSymbolGuid1_ = other.dEPRECATEDSymbolGuid1_.Clone();
|
|
dEPRECATEDSymbolGuid2_ = other.dEPRECATEDSymbolGuid2_.Clone();
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public SyncedMemoryData Clone() {
|
|
return new SyncedMemoryData(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "symbol_memory" field.</summary>
|
|
public const int SymbolMemoryFieldNumber = 3;
|
|
private static readonly pb::FieldCodec<global::CircuitsV2.Protobuf.SyncedMemoryData.Types.SymbolMemoryEntry> _repeated_symbolMemory_codec
|
|
= pb::FieldCodec.ForMessage(26, global::CircuitsV2.Protobuf.SyncedMemoryData.Types.SymbolMemoryEntry.Parser);
|
|
private readonly pbc::RepeatedField<global::CircuitsV2.Protobuf.SyncedMemoryData.Types.SymbolMemoryEntry> symbolMemory_ = new pbc::RepeatedField<global::CircuitsV2.Protobuf.SyncedMemoryData.Types.SymbolMemoryEntry>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<global::CircuitsV2.Protobuf.SyncedMemoryData.Types.SymbolMemoryEntry> SymbolMemory {
|
|
get { return symbolMemory_; }
|
|
}
|
|
|
|
/// <summary>Field number for the "DEPRECATED_symbol_guid_1" field.</summary>
|
|
public const int DEPRECATEDSymbolGuid1FieldNumber = 1;
|
|
private static readonly pb::FieldCodec<global::CircuitsV2.Protobuf.SyncedMemoryData.Types.DEPRECATEDSymbolGuid1Entry> _repeated_dEPRECATEDSymbolGuid1_codec
|
|
= pb::FieldCodec.ForMessage(10, global::CircuitsV2.Protobuf.SyncedMemoryData.Types.DEPRECATEDSymbolGuid1Entry.Parser);
|
|
private readonly pbc::RepeatedField<global::CircuitsV2.Protobuf.SyncedMemoryData.Types.DEPRECATEDSymbolGuid1Entry> dEPRECATEDSymbolGuid1_ = new pbc::RepeatedField<global::CircuitsV2.Protobuf.SyncedMemoryData.Types.DEPRECATEDSymbolGuid1Entry>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<global::CircuitsV2.Protobuf.SyncedMemoryData.Types.DEPRECATEDSymbolGuid1Entry> DEPRECATEDSymbolGuid1 {
|
|
get { return dEPRECATEDSymbolGuid1_; }
|
|
}
|
|
|
|
/// <summary>Field number for the "DEPRECATED_symbol_guid_2" field.</summary>
|
|
public const int DEPRECATEDSymbolGuid2FieldNumber = 2;
|
|
private static readonly pb::FieldCodec<global::CircuitsV2.Protobuf.SyncedMemoryData.Types.DEPRECATEDSymbolGuid2Entry> _repeated_dEPRECATEDSymbolGuid2_codec
|
|
= pb::FieldCodec.ForMessage(18, global::CircuitsV2.Protobuf.SyncedMemoryData.Types.DEPRECATEDSymbolGuid2Entry.Parser);
|
|
private readonly pbc::RepeatedField<global::CircuitsV2.Protobuf.SyncedMemoryData.Types.DEPRECATEDSymbolGuid2Entry> dEPRECATEDSymbolGuid2_ = new pbc::RepeatedField<global::CircuitsV2.Protobuf.SyncedMemoryData.Types.DEPRECATEDSymbolGuid2Entry>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<global::CircuitsV2.Protobuf.SyncedMemoryData.Types.DEPRECATEDSymbolGuid2Entry> DEPRECATEDSymbolGuid2 {
|
|
get { return dEPRECATEDSymbolGuid2_; }
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as SyncedMemoryData);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(SyncedMemoryData other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if(!symbolMemory_.Equals(other.symbolMemory_)) return false;
|
|
if(!dEPRECATEDSymbolGuid1_.Equals(other.dEPRECATEDSymbolGuid1_)) return false;
|
|
if(!dEPRECATEDSymbolGuid2_.Equals(other.dEPRECATEDSymbolGuid2_)) 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 ^= symbolMemory_.GetHashCode();
|
|
hash ^= dEPRECATEDSymbolGuid1_.GetHashCode();
|
|
hash ^= dEPRECATEDSymbolGuid2_.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
|
|
dEPRECATEDSymbolGuid1_.WriteTo(output, _repeated_dEPRECATEDSymbolGuid1_codec);
|
|
dEPRECATEDSymbolGuid2_.WriteTo(output, _repeated_dEPRECATEDSymbolGuid2_codec);
|
|
symbolMemory_.WriteTo(output, _repeated_symbolMemory_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) {
|
|
dEPRECATEDSymbolGuid1_.WriteTo(ref output, _repeated_dEPRECATEDSymbolGuid1_codec);
|
|
dEPRECATEDSymbolGuid2_.WriteTo(ref output, _repeated_dEPRECATEDSymbolGuid2_codec);
|
|
symbolMemory_.WriteTo(ref output, _repeated_symbolMemory_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 += symbolMemory_.CalculateSize(_repeated_symbolMemory_codec);
|
|
size += dEPRECATEDSymbolGuid1_.CalculateSize(_repeated_dEPRECATEDSymbolGuid1_codec);
|
|
size += dEPRECATEDSymbolGuid2_.CalculateSize(_repeated_dEPRECATEDSymbolGuid2_codec);
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(SyncedMemoryData other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
symbolMemory_.Add(other.symbolMemory_);
|
|
dEPRECATEDSymbolGuid1_.Add(other.dEPRECATEDSymbolGuid1_);
|
|
dEPRECATEDSymbolGuid2_.Add(other.dEPRECATEDSymbolGuid2_);
|
|
_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) {
|
|
if ((tag & 7) == 4) {
|
|
// Abort on any end group tag.
|
|
return;
|
|
}
|
|
switch(tag) {
|
|
default:
|
|
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
|
break;
|
|
case 10: {
|
|
dEPRECATEDSymbolGuid1_.AddEntriesFrom(input, _repeated_dEPRECATEDSymbolGuid1_codec);
|
|
break;
|
|
}
|
|
case 18: {
|
|
dEPRECATEDSymbolGuid2_.AddEntriesFrom(input, _repeated_dEPRECATEDSymbolGuid2_codec);
|
|
break;
|
|
}
|
|
case 26: {
|
|
symbolMemory_.AddEntriesFrom(input, _repeated_symbolMemory_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) {
|
|
if ((tag & 7) == 4) {
|
|
// Abort on any end group tag.
|
|
return;
|
|
}
|
|
switch(tag) {
|
|
default:
|
|
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
|
break;
|
|
case 10: {
|
|
dEPRECATEDSymbolGuid1_.AddEntriesFrom(ref input, _repeated_dEPRECATEDSymbolGuid1_codec);
|
|
break;
|
|
}
|
|
case 18: {
|
|
dEPRECATEDSymbolGuid2_.AddEntriesFrom(ref input, _repeated_dEPRECATEDSymbolGuid2_codec);
|
|
break;
|
|
}
|
|
case 26: {
|
|
symbolMemory_.AddEntriesFrom(ref input, _repeated_symbolMemory_codec);
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
#region Nested types
|
|
/// <summary>Container for nested types declared in the SyncedMemoryData message type.</summary>
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static partial class Types {
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class SymbolMemoryEntry : pb::IMessage<SymbolMemoryEntry>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<SymbolMemoryEntry> _parser = new pb::MessageParser<SymbolMemoryEntry>(() => new SymbolMemoryEntry());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<SymbolMemoryEntry> Parser { get { return _parser; } }
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pbr::MessageDescriptor Descriptor {
|
|
get { return global::CircuitsV2.Protobuf.SyncedMemoryData.Descriptor.NestedTypes[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 SymbolMemoryEntry() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public SymbolMemoryEntry(SymbolMemoryEntry other) : this() {
|
|
key_ = other.key_;
|
|
value_ = other.value_ != null ? other.value_.Clone() : null;
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public SymbolMemoryEntry Clone() {
|
|
return new SymbolMemoryEntry(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "key" field.</summary>
|
|
public const int KeyFieldNumber = 1;
|
|
private string key_ = "";
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public string Key {
|
|
get { return key_; }
|
|
set {
|
|
key_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "value" field.</summary>
|
|
public const int ValueFieldNumber = 2;
|
|
private global::CircuitsV2.Protobuf.SymbolMemoryData value_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::CircuitsV2.Protobuf.SymbolMemoryData Value {
|
|
get { return value_; }
|
|
set {
|
|
value_ = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as SymbolMemoryEntry);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(SymbolMemoryEntry other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (Key != other.Key) return false;
|
|
if (!object.Equals(Value, other.Value)) 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 (Key.Length != 0) hash ^= Key.GetHashCode();
|
|
if (value_ != null) hash ^= Value.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 (Key.Length != 0) {
|
|
output.WriteRawTag(10);
|
|
output.WriteString(Key);
|
|
}
|
|
if (value_ != null) {
|
|
output.WriteRawTag(18);
|
|
output.WriteMessage(Value);
|
|
}
|
|
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 (Key.Length != 0) {
|
|
output.WriteRawTag(10);
|
|
output.WriteString(Key);
|
|
}
|
|
if (value_ != null) {
|
|
output.WriteRawTag(18);
|
|
output.WriteMessage(Value);
|
|
}
|
|
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 (Key.Length != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeStringSize(Key);
|
|
}
|
|
if (value_ != null) {
|
|
size += 1 + pb::CodedOutputStream.ComputeMessageSize(Value);
|
|
}
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(SymbolMemoryEntry other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.Key.Length != 0) {
|
|
Key = other.Key;
|
|
}
|
|
if (other.value_ != null) {
|
|
if (value_ == null) {
|
|
Value = new global::CircuitsV2.Protobuf.SymbolMemoryData();
|
|
}
|
|
Value.MergeFrom(other.Value);
|
|
}
|
|
_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) {
|
|
if ((tag & 7) == 4) {
|
|
// Abort on any end group tag.
|
|
return;
|
|
}
|
|
switch(tag) {
|
|
default:
|
|
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
|
break;
|
|
case 10: {
|
|
Key = input.ReadString();
|
|
break;
|
|
}
|
|
case 18: {
|
|
if (value_ == null) {
|
|
Value = new global::CircuitsV2.Protobuf.SymbolMemoryData();
|
|
}
|
|
input.ReadMessage(Value);
|
|
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) {
|
|
if ((tag & 7) == 4) {
|
|
// Abort on any end group tag.
|
|
return;
|
|
}
|
|
switch(tag) {
|
|
default:
|
|
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
|
break;
|
|
case 10: {
|
|
Key = input.ReadString();
|
|
break;
|
|
}
|
|
case 18: {
|
|
if (value_ == null) {
|
|
Value = new global::CircuitsV2.Protobuf.SymbolMemoryData();
|
|
}
|
|
input.ReadMessage(Value);
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class DEPRECATEDSymbolGuid1Entry : pb::IMessage<DEPRECATEDSymbolGuid1Entry>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<DEPRECATEDSymbolGuid1Entry> _parser = new pb::MessageParser<DEPRECATEDSymbolGuid1Entry>(() => new DEPRECATEDSymbolGuid1Entry());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<DEPRECATEDSymbolGuid1Entry> Parser { get { return _parser; } }
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pbr::MessageDescriptor Descriptor {
|
|
get { return global::CircuitsV2.Protobuf.SyncedMemoryData.Descriptor.NestedTypes[1]; }
|
|
}
|
|
|
|
[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 DEPRECATEDSymbolGuid1Entry() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public DEPRECATEDSymbolGuid1Entry(DEPRECATEDSymbolGuid1Entry other) : this() {
|
|
key_ = other.key_;
|
|
value_ = other.value_;
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public DEPRECATEDSymbolGuid1Entry Clone() {
|
|
return new DEPRECATEDSymbolGuid1Entry(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "key" field.</summary>
|
|
public const int KeyFieldNumber = 1;
|
|
private string key_ = "";
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public string Key {
|
|
get { return key_; }
|
|
set {
|
|
key_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "value" field.</summary>
|
|
public const int ValueFieldNumber = 2;
|
|
private pb::ByteString value_ = pb::ByteString.Empty;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pb::ByteString Value {
|
|
get { return value_; }
|
|
set {
|
|
value_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as DEPRECATEDSymbolGuid1Entry);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(DEPRECATEDSymbolGuid1Entry other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (Key != other.Key) return false;
|
|
if (Value != other.Value) 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 (Key.Length != 0) hash ^= Key.GetHashCode();
|
|
if (Value.Length != 0) hash ^= Value.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 (Key.Length != 0) {
|
|
output.WriteRawTag(10);
|
|
output.WriteString(Key);
|
|
}
|
|
if (Value.Length != 0) {
|
|
output.WriteRawTag(18);
|
|
output.WriteBytes(Value);
|
|
}
|
|
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 (Key.Length != 0) {
|
|
output.WriteRawTag(10);
|
|
output.WriteString(Key);
|
|
}
|
|
if (Value.Length != 0) {
|
|
output.WriteRawTag(18);
|
|
output.WriteBytes(Value);
|
|
}
|
|
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 (Key.Length != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeStringSize(Key);
|
|
}
|
|
if (Value.Length != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeBytesSize(Value);
|
|
}
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(DEPRECATEDSymbolGuid1Entry other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.Key.Length != 0) {
|
|
Key = other.Key;
|
|
}
|
|
if (other.Value.Length != 0) {
|
|
Value = other.Value;
|
|
}
|
|
_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) {
|
|
if ((tag & 7) == 4) {
|
|
// Abort on any end group tag.
|
|
return;
|
|
}
|
|
switch(tag) {
|
|
default:
|
|
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
|
break;
|
|
case 10: {
|
|
Key = input.ReadString();
|
|
break;
|
|
}
|
|
case 18: {
|
|
Value = input.ReadBytes();
|
|
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) {
|
|
if ((tag & 7) == 4) {
|
|
// Abort on any end group tag.
|
|
return;
|
|
}
|
|
switch(tag) {
|
|
default:
|
|
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
|
break;
|
|
case 10: {
|
|
Key = input.ReadString();
|
|
break;
|
|
}
|
|
case 18: {
|
|
Value = input.ReadBytes();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class DEPRECATEDSymbolGuid2Entry : pb::IMessage<DEPRECATEDSymbolGuid2Entry>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<DEPRECATEDSymbolGuid2Entry> _parser = new pb::MessageParser<DEPRECATEDSymbolGuid2Entry>(() => new DEPRECATEDSymbolGuid2Entry());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<DEPRECATEDSymbolGuid2Entry> Parser { get { return _parser; } }
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pbr::MessageDescriptor Descriptor {
|
|
get { return global::CircuitsV2.Protobuf.SyncedMemoryData.Descriptor.NestedTypes[2]; }
|
|
}
|
|
|
|
[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 DEPRECATEDSymbolGuid2Entry() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public DEPRECATEDSymbolGuid2Entry(DEPRECATEDSymbolGuid2Entry other) : this() {
|
|
key_ = other.key_;
|
|
value_ = other.value_ != null ? other.value_.Clone() : null;
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public DEPRECATEDSymbolGuid2Entry Clone() {
|
|
return new DEPRECATEDSymbolGuid2Entry(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "key" field.</summary>
|
|
public const int KeyFieldNumber = 1;
|
|
private string key_ = "";
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public string Key {
|
|
get { return key_; }
|
|
set {
|
|
key_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "value" field.</summary>
|
|
public const int ValueFieldNumber = 2;
|
|
private global::RecRoom.Protobuf.Core.GuidData value_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::RecRoom.Protobuf.Core.GuidData Value {
|
|
get { return value_; }
|
|
set {
|
|
value_ = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as DEPRECATEDSymbolGuid2Entry);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(DEPRECATEDSymbolGuid2Entry other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (Key != other.Key) return false;
|
|
if (!object.Equals(Value, other.Value)) 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 (Key.Length != 0) hash ^= Key.GetHashCode();
|
|
if (value_ != null) hash ^= Value.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 (Key.Length != 0) {
|
|
output.WriteRawTag(10);
|
|
output.WriteString(Key);
|
|
}
|
|
if (value_ != null) {
|
|
output.WriteRawTag(18);
|
|
output.WriteMessage(Value);
|
|
}
|
|
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 (Key.Length != 0) {
|
|
output.WriteRawTag(10);
|
|
output.WriteString(Key);
|
|
}
|
|
if (value_ != null) {
|
|
output.WriteRawTag(18);
|
|
output.WriteMessage(Value);
|
|
}
|
|
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 (Key.Length != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeStringSize(Key);
|
|
}
|
|
if (value_ != null) {
|
|
size += 1 + pb::CodedOutputStream.ComputeMessageSize(Value);
|
|
}
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(DEPRECATEDSymbolGuid2Entry other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.Key.Length != 0) {
|
|
Key = other.Key;
|
|
}
|
|
if (other.value_ != null) {
|
|
if (value_ == null) {
|
|
Value = new global::RecRoom.Protobuf.Core.GuidData();
|
|
}
|
|
Value.MergeFrom(other.Value);
|
|
}
|
|
_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) {
|
|
if ((tag & 7) == 4) {
|
|
// Abort on any end group tag.
|
|
return;
|
|
}
|
|
switch(tag) {
|
|
default:
|
|
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
|
break;
|
|
case 10: {
|
|
Key = input.ReadString();
|
|
break;
|
|
}
|
|
case 18: {
|
|
if (value_ == null) {
|
|
Value = new global::RecRoom.Protobuf.Core.GuidData();
|
|
}
|
|
input.ReadMessage(Value);
|
|
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) {
|
|
if ((tag & 7) == 4) {
|
|
// Abort on any end group tag.
|
|
return;
|
|
}
|
|
switch(tag) {
|
|
default:
|
|
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
|
break;
|
|
case 10: {
|
|
Key = input.ReadString();
|
|
break;
|
|
}
|
|
case 18: {
|
|
if (value_ == null) {
|
|
Value = new global::RecRoom.Protobuf.Core.GuidData();
|
|
}
|
|
input.ReadMessage(Value);
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|