< Summary

Class:EmotesRendererReflection
Assembly:RPC.GeneratedCode
File(s):/tmp/workspace/unity-renderer/unity-renderer/Assets/Scripts/MainScripts/DCL/WorldRuntime/KernelCommunication/RPC/GeneratedCode/EmotesRenderer.gen.cs
Covered lines:0
Uncovered lines:4
Coverable lines:4
Total lines:387
Line coverage:0% (0 of 4)
Covered branches:0
Total branches:0

Metrics

MethodBranch coverage Crap Score Cyclomatic complexity NPath complexity Sequence coverage
EmotesRendererReflection()0%2100%

File(s)

/tmp/workspace/unity-renderer/unity-renderer/Assets/Scripts/MainScripts/DCL/WorldRuntime/KernelCommunication/RPC/GeneratedCode/EmotesRenderer.gen.cs

#LineLine coverage
 1// <auto-generated>
 2//     Generated by the protocol buffer compiler.  DO NOT EDIT!
 3//     source: decentraland/renderer/renderer_services/emotes_renderer.proto
 4// </auto-generated>
 5#pragma warning disable 1591, 0612, 3021
 6#region Designer generated code
 7
 8using pb = global::Google.Protobuf;
 9using pbc = global::Google.Protobuf.Collections;
 10using pbr = global::Google.Protobuf.Reflection;
 11using scg = global::System.Collections.Generic;
 12/// <summary>Holder for reflection information generated from decentraland/renderer/renderer_services/emotes_renderer.pr
 13public static partial class EmotesRendererReflection {
 14
 15  #region Descriptor
 16  /// <summary>File descriptor for decentraland/renderer/renderer_services/emotes_renderer.proto</summary>
 17  public static pbr::FileDescriptor Descriptor {
 018    get { return descriptor; }
 19  }
 20  private static pbr::FileDescriptor descriptor;
 21
 22  static EmotesRendererReflection() {
 023    byte[] descriptorData = global::System.Convert.FromBase64String(
 24        string.Concat(
 25          "Cj1kZWNlbnRyYWxhbmQvcmVuZGVyZXIvcmVuZGVyZXJfc2VydmljZXMvZW1v",
 26          "dGVzX3JlbmRlcmVyLnByb3RvIi4KIFRyaWdnZXJTZWxmVXNlckV4cHJlc3Np",
 27          "b25SZXF1ZXN0EgoKAmlkGAEgASgJIiMKIVRyaWdnZXJTZWxmVXNlckV4cHJl",
 28          "c3Npb25SZXNwb25zZTJ9ChVFbW90ZXNSZW5kZXJlclNlcnZpY2USZAoZVHJp",
 29          "Z2dlclNlbGZVc2VyRXhwcmVzc2lvbhIhLlRyaWdnZXJTZWxmVXNlckV4cHJl",
 30          "c3Npb25SZXF1ZXN0GiIuVHJpZ2dlclNlbGZVc2VyRXhwcmVzc2lvblJlc3Bv",
 31          "bnNlIgBiBnByb3RvMw=="));
 032    descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
 33        new pbr::FileDescriptor[] { },
 34        new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
 35          new pbr::GeneratedClrTypeInfo(typeof(global::TriggerSelfUserExpressionRequest), global::TriggerSelfUserExpress
 36          new pbr::GeneratedClrTypeInfo(typeof(global::TriggerSelfUserExpressionResponse), global::TriggerSelfUserExpres
 37        }));
 038  }
 39  #endregion
 40
 41}
 42#region Messages
 43public sealed partial class TriggerSelfUserExpressionRequest : pb::IMessage<TriggerSelfUserExpressionRequest>
 44#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
 45    , pb::IBufferMessage
 46#endif
 47{
 48  private static readonly pb::MessageParser<TriggerSelfUserExpressionRequest> _parser = new pb::MessageParser<TriggerSel
 49  private pb::UnknownFieldSet _unknownFields;
 50  [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 51  [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 52  public static pb::MessageParser<TriggerSelfUserExpressionRequest> Parser { get { return _parser; } }
 53
 54  [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 55  [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 56  public static pbr::MessageDescriptor Descriptor {
 57    get { return global::EmotesRendererReflection.Descriptor.MessageTypes[0]; }
 58  }
 59
 60  [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 61  [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 62  pbr::MessageDescriptor pb::IMessage.Descriptor {
 63    get { return Descriptor; }
 64  }
 65
 66  [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 67  [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 68  public TriggerSelfUserExpressionRequest() {
 69    OnConstruction();
 70  }
 71
 72  partial void OnConstruction();
 73
 74  [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 75  [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 76  public TriggerSelfUserExpressionRequest(TriggerSelfUserExpressionRequest other) : this() {
 77    id_ = other.id_;
 78    _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
 79  }
 80
 81  [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 82  [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 83  public TriggerSelfUserExpressionRequest Clone() {
 84    return new TriggerSelfUserExpressionRequest(this);
 85  }
 86
 87  /// <summary>Field number for the "id" field.</summary>
 88  public const int IdFieldNumber = 1;
 89  private string id_ = "";
 90  [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 91  [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 92  public string Id {
 93    get { return id_; }
 94    set {
 95      id_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
 96    }
 97  }
 98
 99  [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 100  [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 101  public override bool Equals(object other) {
 102    return Equals(other as TriggerSelfUserExpressionRequest);
 103  }
 104
 105  [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 106  [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 107  public bool Equals(TriggerSelfUserExpressionRequest other) {
 108    if (ReferenceEquals(other, null)) {
 109      return false;
 110    }
 111    if (ReferenceEquals(other, this)) {
 112      return true;
 113    }
 114    if (Id != other.Id) return false;
 115    return Equals(_unknownFields, other._unknownFields);
 116  }
 117
 118  [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 119  [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 120  public override int GetHashCode() {
 121    int hash = 1;
 122    if (Id.Length != 0) hash ^= Id.GetHashCode();
 123    if (_unknownFields != null) {
 124      hash ^= _unknownFields.GetHashCode();
 125    }
 126    return hash;
 127  }
 128
 129  [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 130  [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 131  public override string ToString() {
 132    return pb::JsonFormatter.ToDiagnosticString(this);
 133  }
 134
 135  [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 136  [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 137  public void WriteTo(pb::CodedOutputStream output) {
 138  #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
 139    output.WriteRawMessage(this);
 140  #else
 141    if (Id.Length != 0) {
 142      output.WriteRawTag(10);
 143      output.WriteString(Id);
 144    }
 145    if (_unknownFields != null) {
 146      _unknownFields.WriteTo(output);
 147    }
 148  #endif
 149  }
 150
 151  #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
 152  [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 153  [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 154  void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
 155    if (Id.Length != 0) {
 156      output.WriteRawTag(10);
 157      output.WriteString(Id);
 158    }
 159    if (_unknownFields != null) {
 160      _unknownFields.WriteTo(ref output);
 161    }
 162  }
 163  #endif
 164
 165  [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 166  [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 167  public int CalculateSize() {
 168    int size = 0;
 169    if (Id.Length != 0) {
 170      size += 1 + pb::CodedOutputStream.ComputeStringSize(Id);
 171    }
 172    if (_unknownFields != null) {
 173      size += _unknownFields.CalculateSize();
 174    }
 175    return size;
 176  }
 177
 178  [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 179  [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 180  public void MergeFrom(TriggerSelfUserExpressionRequest other) {
 181    if (other == null) {
 182      return;
 183    }
 184    if (other.Id.Length != 0) {
 185      Id = other.Id;
 186    }
 187    _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
 188  }
 189
 190  [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 191  [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 192  public void MergeFrom(pb::CodedInputStream input) {
 193  #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
 194    input.ReadRawMessage(this);
 195  #else
 196    uint tag;
 197    while ((tag = input.ReadTag()) != 0) {
 198      switch(tag) {
 199        default:
 200          _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
 201          break;
 202        case 10: {
 203          Id = input.ReadString();
 204          break;
 205        }
 206      }
 207    }
 208  #endif
 209  }
 210
 211  #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
 212  [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 213  [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 214  void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) {
 215    uint tag;
 216    while ((tag = input.ReadTag()) != 0) {
 217      switch(tag) {
 218        default:
 219          _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
 220          break;
 221        case 10: {
 222          Id = input.ReadString();
 223          break;
 224        }
 225      }
 226    }
 227  }
 228  #endif
 229
 230}
 231
 232public sealed partial class TriggerSelfUserExpressionResponse : pb::IMessage<TriggerSelfUserExpressionResponse>
 233#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
 234    , pb::IBufferMessage
 235#endif
 236{
 237  private static readonly pb::MessageParser<TriggerSelfUserExpressionResponse> _parser = new pb::MessageParser<TriggerSe
 238  private pb::UnknownFieldSet _unknownFields;
 239  [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 240  [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 241  public static pb::MessageParser<TriggerSelfUserExpressionResponse> Parser { get { return _parser; } }
 242
 243  [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 244  [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 245  public static pbr::MessageDescriptor Descriptor {
 246    get { return global::EmotesRendererReflection.Descriptor.MessageTypes[1]; }
 247  }
 248
 249  [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 250  [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 251  pbr::MessageDescriptor pb::IMessage.Descriptor {
 252    get { return Descriptor; }
 253  }
 254
 255  [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 256  [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 257  public TriggerSelfUserExpressionResponse() {
 258    OnConstruction();
 259  }
 260
 261  partial void OnConstruction();
 262
 263  [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 264  [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 265  public TriggerSelfUserExpressionResponse(TriggerSelfUserExpressionResponse other) : this() {
 266    _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
 267  }
 268
 269  [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 270  [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 271  public TriggerSelfUserExpressionResponse Clone() {
 272    return new TriggerSelfUserExpressionResponse(this);
 273  }
 274
 275  [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 276  [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 277  public override bool Equals(object other) {
 278    return Equals(other as TriggerSelfUserExpressionResponse);
 279  }
 280
 281  [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 282  [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 283  public bool Equals(TriggerSelfUserExpressionResponse other) {
 284    if (ReferenceEquals(other, null)) {
 285      return false;
 286    }
 287    if (ReferenceEquals(other, this)) {
 288      return true;
 289    }
 290    return Equals(_unknownFields, other._unknownFields);
 291  }
 292
 293  [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 294  [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 295  public override int GetHashCode() {
 296    int hash = 1;
 297    if (_unknownFields != null) {
 298      hash ^= _unknownFields.GetHashCode();
 299    }
 300    return hash;
 301  }
 302
 303  [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 304  [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 305  public override string ToString() {
 306    return pb::JsonFormatter.ToDiagnosticString(this);
 307  }
 308
 309  [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 310  [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 311  public void WriteTo(pb::CodedOutputStream output) {
 312  #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
 313    output.WriteRawMessage(this);
 314  #else
 315    if (_unknownFields != null) {
 316      _unknownFields.WriteTo(output);
 317    }
 318  #endif
 319  }
 320
 321  #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
 322  [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 323  [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 324  void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
 325    if (_unknownFields != null) {
 326      _unknownFields.WriteTo(ref output);
 327    }
 328  }
 329  #endif
 330
 331  [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 332  [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 333  public int CalculateSize() {
 334    int size = 0;
 335    if (_unknownFields != null) {
 336      size += _unknownFields.CalculateSize();
 337    }
 338    return size;
 339  }
 340
 341  [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 342  [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 343  public void MergeFrom(TriggerSelfUserExpressionResponse other) {
 344    if (other == null) {
 345      return;
 346    }
 347    _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
 348  }
 349
 350  [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 351  [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 352  public void MergeFrom(pb::CodedInputStream input) {
 353  #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
 354    input.ReadRawMessage(this);
 355  #else
 356    uint tag;
 357    while ((tag = input.ReadTag()) != 0) {
 358      switch(tag) {
 359        default:
 360          _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
 361          break;
 362      }
 363    }
 364  #endif
 365  }
 366
 367  #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
 368  [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 369  [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 370  void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) {
 371    uint tag;
 372    while ((tag = input.ReadTag()) != 0) {
 373      switch(tag) {
 374        default:
 375          _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
 376          break;
 377      }
 378    }
 379  }
 380  #endif
 381
 382}
 383
 384#endregion
 385
 386
 387#endregion Designer generated code