예제 #1
0
 public void MergeFrom(RunRequest other)
 {
     if (other == null)
     {
         return;
     }
     if (other.profile_ != null)
     {
         if (profile_ == null)
         {
             Profile = new global::OpenMatch.MatchProfile();
         }
         Profile.MergeFrom(other.Profile);
     }
     _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
 }
예제 #2
0
        public void MergeFrom(pb::CodedInputStream input)
        {
            uint tag;

            while ((tag = input.ReadTag()) != 0)
            {
                switch (tag)
                {
                default:
                    _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
                    break;

                case 10: {
                    if (profile_ == null)
                    {
                        Profile = new global::OpenMatch.MatchProfile();
                    }
                    input.ReadMessage(Profile);
                    break;
                }
                }
            }
        }