Ejemplo n.º 1
0
        public override void WriteTo(ICodedOutputStream output)
        {
            int serializedSize = this.SerializedSize;

            string[] strArray = _snsTimeLineRequestFieldNames;
            if (this.hasBaseRequest)
            {
                output.WriteMessage(1, strArray[0], this.BaseRequest);
            }
            if (this.hasFirstPageMd5)
            {
                output.WriteString(2, strArray[1], this.FirstPageMd5);
            }
            if (this.hasMaxId)
            {
                output.WriteUInt64(3, strArray[3], this.MaxId);
            }
            if (this.hasMinFilterId)
            {
                output.WriteUInt64(4, strArray[4], this.MinFilterId);
            }
            if (this.hasLastRequestTime)
            {
                output.WriteUInt32(5, strArray[2], this.LastRequestTime);
            }
        }
Ejemplo n.º 2
0
        public override void WriteTo(ICodedOutputStream output)
        {
            int serializedSize = this.SerializedSize;

            string[] strArrays = objectDeployable._objectDeployableFieldNames;
            if (this.hasCreatorID)
            {
                output.WriteUInt64(1, strArrays[0], this.CreatorID);
            }
            if (this.hasOwnerID)
            {
                output.WriteUInt64(2, strArrays[1], this.OwnerID);
            }
            this.UnknownFields.WriteTo(output);
        }
Ejemplo n.º 3
0
        public override void WriteTo(ICodedOutputStream output)
        {
            int serializedSize = this.SerializedSize;

            string[] strArray = _uploadVideoResponseFieldNames;
            if (this.hasBaseResponse)
            {
                output.WriteMessage(1, strArray[0], this.BaseResponse);
            }
            if (this.hasClientMsgId)
            {
                output.WriteString(2, strArray[1], this.ClientMsgId);
            }
            if (this.hasMsgId)
            {
                output.WriteUInt32(3, strArray[2], this.MsgId);
            }
            if (this.hasThumbStartPos)
            {
                output.WriteUInt32(4, strArray[4], this.ThumbStartPos);
            }
            if (this.hasVideoStartPos)
            {
                output.WriteUInt32(5, strArray[5], this.VideoStartPos);
            }
            if (this.hasNewMsgId)
            {
                output.WriteUInt64(6, strArray[3], this.NewMsgId);
            }
        }
Ejemplo n.º 4
0
        public override void WriteTo(ICodedOutputStream output)
        {
            int serializedSize = this.SerializedSize;

            string[] strArray = _snsGroupFieldNames;
            if (this.hasGroupId)
            {
                output.WriteUInt64(1, strArray[0], this.GroupId);
            }
        }
Ejemplo n.º 5
0
        public override void WriteTo(ICodedOutputStream output)
        {
            int serializedSize = this.SerializedSize;

            string[] strArray = _snsActionGroupFieldNames;
            if (this.hasId)
            {
                output.WriteUInt64(1, strArray[1], this.Id);
            }
            if (this.hasParentId)
            {
                output.WriteUInt64(2, strArray[2], this.ParentId);
            }
            if (this.hasCurrentAction)
            {
                output.WriteMessage(3, strArray[0], this.CurrentAction);
            }
            if (this.hasReferAction)
            {
                output.WriteMessage(4, strArray[3], this.ReferAction);
            }
        }
Ejemplo n.º 6
0
        // Token: 0x06001434 RID: 5172 RVA: 0x00045CB8 File Offset: 0x00043EB8
        public override void WriteTo(ICodedOutputStream output)
        {
            int serializedSize = this.SerializedSize;

            string[] objectStructMasterFieldNames = objectStructMaster._objectStructMasterFieldNames;
            if (this.hasID)
            {
                output.WriteInt32(1, objectStructMasterFieldNames[2], this.ID);
            }
            if (this.hasDecayDelay)
            {
                output.WriteFloat(2, objectStructMasterFieldNames[1], this.DecayDelay);
            }
            if (this.hasCreatorID)
            {
                output.WriteUInt64(3, objectStructMasterFieldNames[0], this.CreatorID);
            }
            if (this.hasOwnerID)
            {
                output.WriteUInt64(4, objectStructMasterFieldNames[3], this.OwnerID);
            }
            this.UnknownFields.WriteTo(output);
        }
Ejemplo n.º 7
0
        public override void WriteTo(ICodedOutputStream output)
        {
            int serializedSize = this.SerializedSize;

            string[] strArray = _snsObjectDetailRequestFieldNames;
            if (this.hasBaseRequest)
            {
                output.WriteMessage(1, strArray[0], this.BaseRequest);
            }
            if (this.hasId)
            {
                output.WriteUInt64(2, strArray[1], this.Id);
            }
        }
Ejemplo n.º 8
0
        public override void WriteTo(ICodedOutputStream output)
        {
            int serializedSize = this.SerializedSize;

            string[] strArray = _snsObjectOpFieldNames;
            if (this.hasId)
            {
                output.WriteUInt64(1, strArray[1], this.Id);
            }
            if (this.hasOpType)
            {
                output.WriteUInt32(2, strArray[2], this.OpType);
            }
            if (this.hasExt)
            {
                output.WriteMessage(3, strArray[0], this.Ext);
            }
        }
Ejemplo n.º 9
0
        public override void WriteTo(ICodedOutputStream output)
        {
            int serializedSize = this.SerializedSize;

            string[] strArray = _snsUserInfoFieldNames;
            if (this.hasSnsFlag)
            {
                output.WriteUInt32(1, strArray[2], this.SnsFlag);
            }
            if (this.hasSnsBGImgID)
            {
                output.WriteString(2, strArray[0], this.SnsBGImgID);
            }
            if (this.hasSnsBGObjectID)
            {
                output.WriteUInt64(3, strArray[1], this.SnsBGObjectID);
            }
        }
Ejemplo n.º 10
0
        // Token: 0x0600152E RID: 5422 RVA: 0x00047C78 File Offset: 0x00045E78
        public override void WriteTo(ICodedOutputStream output)
        {
            int serializedSize = this.SerializedSize;

            string[] awayEventFieldNames = AwayEvent._awayEventFieldNames;
            if (this.hasType)
            {
                output.WriteEnum(1, awayEventFieldNames[2], (int)this.Type, this.Type);
            }
            if (this.hasTimestamp)
            {
                output.WriteInt32(2, awayEventFieldNames[1], this.Timestamp);
            }
            if (this.hasInstigator)
            {
                output.WriteUInt64(3, awayEventFieldNames[0], this.Instigator);
            }
            this.UnknownFields.WriteTo(output);
        }
Ejemplo n.º 11
0
        public override void WriteTo(ICodedOutputStream output)
        {
            int serializedSize = this.SerializedSize;

            string[] strArray = _userFieldNames;
            if (this.hasUserid)
            {
                output.WriteUInt64(1, strArray[2], this.Userid);
            }
            if (this.hasDisplayname)
            {
                output.WriteString(2, strArray[0], this.Displayname);
            }
            if (this.hasUsergroup)
            {
                output.WriteEnum(3, strArray[1], (int)this.Usergroup, this.Usergroup);
            }
            this.UnknownFields.WriteTo(output);
        }
Ejemplo n.º 12
0
        public override void WriteTo(ICodedOutputStream output)
        {
            int serializedSize = this.SerializedSize;

            string[] strArray = _microMsgResponseNewFieldNames;
            if (this.hasRet)
            {
                output.WriteInt32(1, strArray[4], this.Ret);
            }
            if (this.hasToUserName)
            {
                output.WriteMessage(2, strArray[6], this.ToUserName);
            }
            if (this.hasMsgId)
            {
                output.WriteUInt32(3, strArray[2], this.MsgId);
            }
            if (this.hasClientMsgId)
            {
                output.WriteUInt32(4, strArray[0], this.ClientMsgId);
            }
            if (this.hasCreateTime)
            {
                output.WriteUInt32(5, strArray[1], this.CreateTime);
            }
            if (this.hasServerTime)
            {
                output.WriteUInt32(6, strArray[5], this.ServerTime);
            }
            if (this.hasType)
            {
                output.WriteUInt32(7, strArray[7], this.Type);
            }
            if (this.hasNewMsgId)
            {
                output.WriteUInt64(8, strArray[3], this.NewMsgId);
            }
        }
Ejemplo n.º 13
0
        public override void WriteTo(ICodedOutputStream output)
        {
            int serializedSize = this.SerializedSize;

            string[] strArray = _uploadVoiceRequestFieldNames;
            if (this.hasFromUserName)
            {
                output.WriteString(1, strArray[6], this.FromUserName);
            }
            if (this.hasToUserName)
            {
                output.WriteString(2, strArray[13], this.ToUserName);
            }
            if (this.hasOffset)
            {
                output.WriteUInt32(3, strArray[11], this.Offset);
            }
            if (this.hasLength)
            {
                output.WriteUInt32(4, strArray[7], this.Length);
            }
            if (this.hasClientMsgId)
            {
                output.WriteString(5, strArray[2], this.ClientMsgId);
            }
            if (this.hasMsgId)
            {
                output.WriteUInt32(6, strArray[8], this.MsgId);
            }
            if (this.hasVoiceLength)
            {
                output.WriteUInt32(7, strArray[0x11], this.VoiceLength);
            }
            if (this.hasData)
            {
                output.WriteMessage(8, strArray[3], this.Data);
            }
            if (this.hasEndFlag)
            {
                output.WriteUInt32(9, strArray[4], this.EndFlag);
            }
            if (this.hasBaseRequest)
            {
                output.WriteMessage(10, strArray[0], this.BaseRequest);
            }
            if (this.hasCancelFlag)
            {
                output.WriteUInt32(11, strArray[1], this.CancelFlag);
            }
            if (this.hasMsgSource)
            {
                output.WriteString(12, strArray[9], this.MsgSource);
            }
            if (this.hasVoiceFormat)
            {
                output.WriteUInt32(13, strArray[15], this.VoiceFormat);
            }
            if (this.hasUICreateTime)
            {
                output.WriteUInt32(14, strArray[14], this.UICreateTime);
            }
            if (this.hasForwardFlag)
            {
                output.WriteUInt32(15, strArray[5], this.ForwardFlag);
            }
            if (this.hasNewMsgId)
            {
                output.WriteUInt64(0x10, strArray[10], this.NewMsgId);
            }
            if (this.hasReqTime)
            {
                output.WriteUInt32(0x11, strArray[12], this.ReqTime);
            }
            if (this.hasVoiceId)
            {
                output.WriteMessage(0x12, strArray[0x10], this.VoiceId);
            }
        }