Пример #1
0
        public void MergeFrom(pb::CodedInputStream input)
        {
            uint tag;

            while ((tag = input.ReadTag()) != 0)
            {
                switch (tag)
                {
                default:
                    input.SkipLastField();
                    break;

                case 10: {
                    if (actor_ == null)
                    {
                        actor_ = new global::Akka.Remote.Serialization.Proto.Msg.ActorRefData();
                    }
                    input.ReadMessage(actor_);
                    break;
                }

                case 16: {
                    ExistenceConfirmed = input.ReadBool();
                    break;
                }

                case 24: {
                    AddressTerminated = input.ReadBool();
                    break;
                }
                }
            }
        }
Пример #2
0
        public void MergeFrom(pb::CodedInputStream input)
        {
            uint tag;

            while ((tag = input.ReadTag()) != 0)
            {
                switch (tag)
                {
                default:
                    input.SkipLastField();
                    break;

                case 10: {
                    if (watchee_ == null)
                    {
                        watchee_ = new global::Akka.Remote.Serialization.Proto.Msg.ActorRefData();
                    }
                    input.ReadMessage(watchee_);
                    break;
                }

                case 18: {
                    if (watcher_ == null)
                    {
                        watcher_ = new global::Akka.Remote.Serialization.Proto.Msg.ActorRefData();
                    }
                    input.ReadMessage(watcher_);
                    break;
                }
                }
            }
        }
Пример #3
0
 public void MergeFrom(FailedData other)
 {
     if (other == null)
     {
         return;
     }
     if (other.child_ != null)
     {
         if (child_ == null)
         {
             child_ = new global::Akka.Remote.Serialization.Proto.Msg.ActorRefData();
         }
         Child.MergeFrom(other.Child);
     }
     if (other.cause_ != null)
     {
         if (cause_ == null)
         {
             cause_ = new global::Akka.Remote.Serialization.Proto.Msg.ExceptionData();
         }
         Cause.MergeFrom(other.Cause);
     }
     if (other.Uid != 0UL)
     {
         Uid = other.Uid;
     }
 }
Пример #4
0
 public void MergeFrom(SuperviseData other)
 {
     if (other == null)
     {
         return;
     }
     if (other.child_ != null)
     {
         if (child_ == null)
         {
             child_ = new global::Akka.Remote.Serialization.Proto.Msg.ActorRefData();
         }
         Child.MergeFrom(other.Child);
     }
     if (other.Async != false)
     {
         Async = other.Async;
     }
 }
Пример #5
0
 public void MergeFrom(WatchData other)
 {
     if (other == null)
     {
         return;
     }
     if (other.watchee_ != null)
     {
         if (watchee_ == null)
         {
             watchee_ = new global::Akka.Remote.Serialization.Proto.Msg.ActorRefData();
         }
         Watchee.MergeFrom(other.Watchee);
     }
     if (other.watcher_ != null)
     {
         if (watcher_ == null)
         {
             watcher_ = new global::Akka.Remote.Serialization.Proto.Msg.ActorRefData();
         }
         Watcher.MergeFrom(other.Watcher);
     }
 }
Пример #6
0
 public void MergeFrom(DeathWatchNotificationData other)
 {
     if (other == null)
     {
         return;
     }
     if (other.actor_ != null)
     {
         if (actor_ == null)
         {
             actor_ = new global::Akka.Remote.Serialization.Proto.Msg.ActorRefData();
         }
         Actor.MergeFrom(other.Actor);
     }
     if (other.ExistenceConfirmed != false)
     {
         ExistenceConfirmed = other.ExistenceConfirmed;
     }
     if (other.AddressTerminated != false)
     {
         AddressTerminated = other.AddressTerminated;
     }
 }
Пример #7
0
        public void MergeFrom(pb::CodedInputStream input)
        {
            uint tag;

            while ((tag = input.ReadTag()) != 0)
            {
                switch (tag)
                {
                default:
                    input.SkipLastField();
                    break;

                case 10: {
                    if (child_ == null)
                    {
                        child_ = new global::Akka.Remote.Serialization.Proto.Msg.ActorRefData();
                    }
                    input.ReadMessage(child_);
                    break;
                }

                case 18: {
                    if (cause_ == null)
                    {
                        cause_ = new global::Akka.Remote.Serialization.Proto.Msg.ExceptionData();
                    }
                    input.ReadMessage(cause_);
                    break;
                }

                case 24: {
                    Uid = input.ReadUInt64();
                    break;
                }
                }
            }
        }