< Summary

Class:Decentraland.Renderer.RendererServices.TriggerSelfUserExpressionResponse
Assembly:Decentraland.Protocol.GeneratedCode
File(s):/tmp/workspace/unity-renderer/unity-renderer/Assets/Scripts/MainScripts/DCL/DecentralandProtocol/EmotesRenderer.gen.cs
Covered lines:0
Uncovered lines:35
Coverable lines:35
Total lines:393
Line coverage:0% (0 of 35)
Covered branches:0
Total branches:0

Metrics

MethodBranch coverage Crap Score Cyclomatic complexity NPath complexity Sequence coverage
TriggerSelfUserExpressionResponse()0%2100%
get_Descriptor()0%2100%
TriggerSelfUserExpressionResponse()0%2100%
TriggerSelfUserExpressionResponse(...)0%2100%
Clone()0%2100%
Equals(...)0%2100%
Equals(...)0%12300%
GetHashCode()0%6200%
ToString()0%2100%
WriteTo(...)0%6200%
CalculateSize()0%6200%
MergeFrom(...)0%6200%
MergeFrom(...)0%6200%

File(s)

/tmp/workspace/unity-renderer/unity-renderer/Assets/Scripts/MainScripts/DCL/DecentralandProtocol/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;
 12namespace Decentraland.Renderer.RendererServices {
 13
 14  /// <summary>Holder for reflection information generated from decentraland/renderer/renderer_services/emotes_renderer.
 15  public static partial class EmotesRendererReflection {
 16
 17    #region Descriptor
 18    /// <summary>File descriptor for decentraland/renderer/renderer_services/emotes_renderer.proto</summary>
 19    public static pbr::FileDescriptor Descriptor {
 20      get { return descriptor; }
 21    }
 22    private static pbr::FileDescriptor descriptor;
 23
 24    static EmotesRendererReflection() {
 25      byte[] descriptorData = global::System.Convert.FromBase64String(
 26          string.Concat(
 27            "Cj1kZWNlbnRyYWxhbmQvcmVuZGVyZXIvcmVuZGVyZXJfc2VydmljZXMvZW1v",
 28            "dGVzX3JlbmRlcmVyLnByb3RvEidkZWNlbnRyYWxhbmQucmVuZGVyZXIucmVu",
 29            "ZGVyZXJfc2VydmljZXMiLgogVHJpZ2dlclNlbGZVc2VyRXhwcmVzc2lvblJl",
 30            "cXVlc3QSCgoCaWQYASABKAkiIwohVHJpZ2dlclNlbGZVc2VyRXhwcmVzc2lv",
 31            "blJlc3BvbnNlMs4BChVFbW90ZXNSZW5kZXJlclNlcnZpY2UStAEKGVRyaWdn",
 32            "ZXJTZWxmVXNlckV4cHJlc3Npb24SSS5kZWNlbnRyYWxhbmQucmVuZGVyZXIu",
 33            "cmVuZGVyZXJfc2VydmljZXMuVHJpZ2dlclNlbGZVc2VyRXhwcmVzc2lvblJl",
 34            "cXVlc3QaSi5kZWNlbnRyYWxhbmQucmVuZGVyZXIucmVuZGVyZXJfc2Vydmlj",
 35            "ZXMuVHJpZ2dlclNlbGZVc2VyRXhwcmVzc2lvblJlc3BvbnNlIgBiBnByb3Rv",
 36            "Mw=="));
 37      descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
 38          new pbr::FileDescriptor[] { },
 39          new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
 40            new pbr::GeneratedClrTypeInfo(typeof(global::Decentraland.Renderer.RendererServices.TriggerSelfUserExpressio
 41            new pbr::GeneratedClrTypeInfo(typeof(global::Decentraland.Renderer.RendererServices.TriggerSelfUserExpressio
 42          }));
 43    }
 44    #endregion
 45
 46  }
 47  #region Messages
 48  public sealed partial class TriggerSelfUserExpressionRequest : pb::IMessage<TriggerSelfUserExpressionRequest>
 49  #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
 50      , pb::IBufferMessage
 51  #endif
 52  {
 53    private static readonly pb::MessageParser<TriggerSelfUserExpressionRequest> _parser = new pb::MessageParser<TriggerS
 54    private pb::UnknownFieldSet _unknownFields;
 55    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 56    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 57    public static pb::MessageParser<TriggerSelfUserExpressionRequest> Parser { get { return _parser; } }
 58
 59    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 60    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 61    public static pbr::MessageDescriptor Descriptor {
 62      get { return global::Decentraland.Renderer.RendererServices.EmotesRendererReflection.Descriptor.MessageTypes[0]; }
 63    }
 64
 65    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 66    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 67    pbr::MessageDescriptor pb::IMessage.Descriptor {
 68      get { return Descriptor; }
 69    }
 70
 71    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 72    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 73    public TriggerSelfUserExpressionRequest() {
 74      OnConstruction();
 75    }
 76
 77    partial void OnConstruction();
 78
 79    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 80    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 81    public TriggerSelfUserExpressionRequest(TriggerSelfUserExpressionRequest other) : this() {
 82      id_ = other.id_;
 83      _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
 84    }
 85
 86    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 87    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 88    public TriggerSelfUserExpressionRequest Clone() {
 89      return new TriggerSelfUserExpressionRequest(this);
 90    }
 91
 92    /// <summary>Field number for the "id" field.</summary>
 93    public const int IdFieldNumber = 1;
 94    private string id_ = "";
 95    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 96    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 97    public string Id {
 98      get { return id_; }
 99      set {
 100        id_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
 101      }
 102    }
 103
 104    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 105    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 106    public override bool Equals(object other) {
 107      return Equals(other as TriggerSelfUserExpressionRequest);
 108    }
 109
 110    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 111    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 112    public bool Equals(TriggerSelfUserExpressionRequest other) {
 113      if (ReferenceEquals(other, null)) {
 114        return false;
 115      }
 116      if (ReferenceEquals(other, this)) {
 117        return true;
 118      }
 119      if (Id != other.Id) return false;
 120      return Equals(_unknownFields, other._unknownFields);
 121    }
 122
 123    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 124    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 125    public override int GetHashCode() {
 126      int hash = 1;
 127      if (Id.Length != 0) hash ^= Id.GetHashCode();
 128      if (_unknownFields != null) {
 129        hash ^= _unknownFields.GetHashCode();
 130      }
 131      return hash;
 132    }
 133
 134    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 135    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 136    public override string ToString() {
 137      return pb::JsonFormatter.ToDiagnosticString(this);
 138    }
 139
 140    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 141    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 142    public void WriteTo(pb::CodedOutputStream output) {
 143    #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
 144      output.WriteRawMessage(this);
 145    #else
 146      if (Id.Length != 0) {
 147        output.WriteRawTag(10);
 148        output.WriteString(Id);
 149      }
 150      if (_unknownFields != null) {
 151        _unknownFields.WriteTo(output);
 152      }
 153    #endif
 154    }
 155
 156    #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
 157    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 158    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 159    void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
 160      if (Id.Length != 0) {
 161        output.WriteRawTag(10);
 162        output.WriteString(Id);
 163      }
 164      if (_unknownFields != null) {
 165        _unknownFields.WriteTo(ref output);
 166      }
 167    }
 168    #endif
 169
 170    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 171    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 172    public int CalculateSize() {
 173      int size = 0;
 174      if (Id.Length != 0) {
 175        size += 1 + pb::CodedOutputStream.ComputeStringSize(Id);
 176      }
 177      if (_unknownFields != null) {
 178        size += _unknownFields.CalculateSize();
 179      }
 180      return size;
 181    }
 182
 183    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 184    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 185    public void MergeFrom(TriggerSelfUserExpressionRequest other) {
 186      if (other == null) {
 187        return;
 188      }
 189      if (other.Id.Length != 0) {
 190        Id = other.Id;
 191      }
 192      _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
 193    }
 194
 195    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 196    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 197    public void MergeFrom(pb::CodedInputStream input) {
 198    #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
 199      input.ReadRawMessage(this);
 200    #else
 201      uint tag;
 202      while ((tag = input.ReadTag()) != 0) {
 203        switch(tag) {
 204          default:
 205            _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
 206            break;
 207          case 10: {
 208            Id = input.ReadString();
 209            break;
 210          }
 211        }
 212      }
 213    #endif
 214    }
 215
 216    #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
 217    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 218    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 219    void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) {
 220      uint tag;
 221      while ((tag = input.ReadTag()) != 0) {
 222        switch(tag) {
 223          default:
 224            _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
 225            break;
 226          case 10: {
 227            Id = input.ReadString();
 228            break;
 229          }
 230        }
 231      }
 232    }
 233    #endif
 234
 235  }
 236
 237  public sealed partial class TriggerSelfUserExpressionResponse : pb::IMessage<TriggerSelfUserExpressionResponse>
 238  #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
 239      , pb::IBufferMessage
 240  #endif
 241  {
 0242    private static readonly pb::MessageParser<TriggerSelfUserExpressionResponse> _parser = new pb::MessageParser<Trigger
 243    private pb::UnknownFieldSet _unknownFields;
 244    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 245    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 0246    public static pb::MessageParser<TriggerSelfUserExpressionResponse> Parser { get { return _parser; } }
 247
 248    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 249    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 250    public static pbr::MessageDescriptor Descriptor {
 0251      get { return global::Decentraland.Renderer.RendererServices.EmotesRendererReflection.Descriptor.MessageTypes[1]; }
 252    }
 253
 254    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 255    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 256    pbr::MessageDescriptor pb::IMessage.Descriptor {
 0257      get { return Descriptor; }
 258    }
 259
 260    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 261    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 0262    public TriggerSelfUserExpressionResponse() {
 263      OnConstruction();
 0264    }
 265
 266    partial void OnConstruction();
 267
 268    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 269    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 0270    public TriggerSelfUserExpressionResponse(TriggerSelfUserExpressionResponse other) : this() {
 0271      _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
 0272    }
 273
 274    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 275    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 276    public TriggerSelfUserExpressionResponse Clone() {
 0277      return new TriggerSelfUserExpressionResponse(this);
 278    }
 279
 280    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 281    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 282    public override bool Equals(object other) {
 0283      return Equals(other as TriggerSelfUserExpressionResponse);
 284    }
 285
 286    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 287    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 288    public bool Equals(TriggerSelfUserExpressionResponse other) {
 0289      if (ReferenceEquals(other, null)) {
 0290        return false;
 291      }
 0292      if (ReferenceEquals(other, this)) {
 0293        return true;
 294      }
 0295      return Equals(_unknownFields, other._unknownFields);
 296    }
 297
 298    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 299    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 300    public override int GetHashCode() {
 0301      int hash = 1;
 0302      if (_unknownFields != null) {
 0303        hash ^= _unknownFields.GetHashCode();
 304      }
 0305      return hash;
 306    }
 307
 308    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 309    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 310    public override string ToString() {
 0311      return pb::JsonFormatter.ToDiagnosticString(this);
 312    }
 313
 314    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 315    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 316    public void WriteTo(pb::CodedOutputStream output) {
 317    #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
 318      output.WriteRawMessage(this);
 319    #else
 0320      if (_unknownFields != null) {
 0321        _unknownFields.WriteTo(output);
 322      }
 323    #endif
 0324    }
 325
 326    #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
 327    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 328    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 329    void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
 330      if (_unknownFields != null) {
 331        _unknownFields.WriteTo(ref output);
 332      }
 333    }
 334    #endif
 335
 336    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 337    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 338    public int CalculateSize() {
 0339      int size = 0;
 0340      if (_unknownFields != null) {
 0341        size += _unknownFields.CalculateSize();
 342      }
 0343      return size;
 344    }
 345
 346    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 347    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 348    public void MergeFrom(TriggerSelfUserExpressionResponse other) {
 0349      if (other == null) {
 0350        return;
 351      }
 0352      _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
 0353    }
 354
 355    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 356    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 357    public void MergeFrom(pb::CodedInputStream input) {
 358    #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
 359      input.ReadRawMessage(this);
 360    #else
 361      uint tag;
 0362      while ((tag = input.ReadTag()) != 0) {
 363        switch(tag) {
 364          default:
 0365            _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
 366            break;
 367        }
 368      }
 369    #endif
 0370    }
 371
 372    #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
 373    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 374    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 375    void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) {
 376      uint tag;
 377      while ((tag = input.ReadTag()) != 0) {
 378        switch(tag) {
 379          default:
 380            _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
 381            break;
 382        }
 383      }
 384    }
 385    #endif
 386
 387  }
 388
 389  #endregion
 390
 391}
 392
 393#endregion Designer generated code