|
|
@ -7934,10 +7934,7 @@ func (m *Request) Unmarshal(dAtA []byte) error { |
|
|
|
if err != nil { |
|
|
|
return err |
|
|
|
} |
|
|
|
if skippy < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) < 0 { |
|
|
|
if (skippy < 0) || (iNdEx+skippy) < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) > l { |
|
|
@ -8019,10 +8016,7 @@ func (m *RequestEcho) Unmarshal(dAtA []byte) error { |
|
|
|
if err != nil { |
|
|
|
return err |
|
|
|
} |
|
|
|
if skippy < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) < 0 { |
|
|
|
if (skippy < 0) || (iNdEx+skippy) < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) > l { |
|
|
@ -8072,10 +8066,7 @@ func (m *RequestFlush) Unmarshal(dAtA []byte) error { |
|
|
|
if err != nil { |
|
|
|
return err |
|
|
|
} |
|
|
|
if skippy < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) < 0 { |
|
|
|
if (skippy < 0) || (iNdEx+skippy) < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) > l { |
|
|
@ -8227,10 +8218,7 @@ func (m *RequestInfo) Unmarshal(dAtA []byte) error { |
|
|
|
if err != nil { |
|
|
|
return err |
|
|
|
} |
|
|
|
if skippy < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) < 0 { |
|
|
|
if (skippy < 0) || (iNdEx+skippy) < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) > l { |
|
|
@ -8468,10 +8456,7 @@ func (m *RequestInitChain) Unmarshal(dAtA []byte) error { |
|
|
|
if err != nil { |
|
|
|
return err |
|
|
|
} |
|
|
|
if skippy < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) < 0 { |
|
|
|
if (skippy < 0) || (iNdEx+skippy) < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) > l { |
|
|
@ -8626,10 +8611,7 @@ func (m *RequestQuery) Unmarshal(dAtA []byte) error { |
|
|
|
if err != nil { |
|
|
|
return err |
|
|
|
} |
|
|
|
if skippy < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) < 0 { |
|
|
|
if (skippy < 0) || (iNdEx+skippy) < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) > l { |
|
|
@ -8813,10 +8795,7 @@ func (m *RequestBeginBlock) Unmarshal(dAtA []byte) error { |
|
|
|
if err != nil { |
|
|
|
return err |
|
|
|
} |
|
|
|
if skippy < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) < 0 { |
|
|
|
if (skippy < 0) || (iNdEx+skippy) < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) > l { |
|
|
@ -8919,10 +8898,7 @@ func (m *RequestCheckTx) Unmarshal(dAtA []byte) error { |
|
|
|
if err != nil { |
|
|
|
return err |
|
|
|
} |
|
|
|
if skippy < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) < 0 { |
|
|
|
if (skippy < 0) || (iNdEx+skippy) < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) > l { |
|
|
@ -9006,10 +8982,7 @@ func (m *RequestDeliverTx) Unmarshal(dAtA []byte) error { |
|
|
|
if err != nil { |
|
|
|
return err |
|
|
|
} |
|
|
|
if skippy < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) < 0 { |
|
|
|
if (skippy < 0) || (iNdEx+skippy) < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) > l { |
|
|
@ -9078,10 +9051,7 @@ func (m *RequestEndBlock) Unmarshal(dAtA []byte) error { |
|
|
|
if err != nil { |
|
|
|
return err |
|
|
|
} |
|
|
|
if skippy < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) < 0 { |
|
|
|
if (skippy < 0) || (iNdEx+skippy) < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) > l { |
|
|
@ -9131,10 +9101,7 @@ func (m *RequestCommit) Unmarshal(dAtA []byte) error { |
|
|
|
if err != nil { |
|
|
|
return err |
|
|
|
} |
|
|
|
if skippy < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) < 0 { |
|
|
|
if (skippy < 0) || (iNdEx+skippy) < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) > l { |
|
|
@ -9184,10 +9151,7 @@ func (m *RequestListSnapshots) Unmarshal(dAtA []byte) error { |
|
|
|
if err != nil { |
|
|
|
return err |
|
|
|
} |
|
|
|
if skippy < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) < 0 { |
|
|
|
if (skippy < 0) || (iNdEx+skippy) < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) > l { |
|
|
@ -9307,10 +9271,7 @@ func (m *RequestOfferSnapshot) Unmarshal(dAtA []byte) error { |
|
|
|
if err != nil { |
|
|
|
return err |
|
|
|
} |
|
|
|
if skippy < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) < 0 { |
|
|
|
if (skippy < 0) || (iNdEx+skippy) < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) > l { |
|
|
@ -9417,10 +9378,7 @@ func (m *RequestLoadSnapshotChunk) Unmarshal(dAtA []byte) error { |
|
|
|
if err != nil { |
|
|
|
return err |
|
|
|
} |
|
|
|
if skippy < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) < 0 { |
|
|
|
if (skippy < 0) || (iNdEx+skippy) < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) > l { |
|
|
@ -9555,10 +9513,7 @@ func (m *RequestApplySnapshotChunk) Unmarshal(dAtA []byte) error { |
|
|
|
if err != nil { |
|
|
|
return err |
|
|
|
} |
|
|
|
if skippy < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) < 0 { |
|
|
|
if (skippy < 0) || (iNdEx+skippy) < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) > l { |
|
|
@ -10133,10 +10088,7 @@ func (m *Response) Unmarshal(dAtA []byte) error { |
|
|
|
if err != nil { |
|
|
|
return err |
|
|
|
} |
|
|
|
if skippy < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) < 0 { |
|
|
|
if (skippy < 0) || (iNdEx+skippy) < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) > l { |
|
|
@ -10218,10 +10170,7 @@ func (m *ResponseException) Unmarshal(dAtA []byte) error { |
|
|
|
if err != nil { |
|
|
|
return err |
|
|
|
} |
|
|
|
if skippy < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) < 0 { |
|
|
|
if (skippy < 0) || (iNdEx+skippy) < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) > l { |
|
|
@ -10303,10 +10252,7 @@ func (m *ResponseEcho) Unmarshal(dAtA []byte) error { |
|
|
|
if err != nil { |
|
|
|
return err |
|
|
|
} |
|
|
|
if skippy < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) < 0 { |
|
|
|
if (skippy < 0) || (iNdEx+skippy) < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) > l { |
|
|
@ -10356,10 +10302,7 @@ func (m *ResponseFlush) Unmarshal(dAtA []byte) error { |
|
|
|
if err != nil { |
|
|
|
return err |
|
|
|
} |
|
|
|
if skippy < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) < 0 { |
|
|
|
if (skippy < 0) || (iNdEx+skippy) < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) > l { |
|
|
@ -10545,10 +10488,7 @@ func (m *ResponseInfo) Unmarshal(dAtA []byte) error { |
|
|
|
if err != nil { |
|
|
|
return err |
|
|
|
} |
|
|
|
if skippy < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) < 0 { |
|
|
|
if (skippy < 0) || (iNdEx+skippy) < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) > l { |
|
|
@ -10702,10 +10642,7 @@ func (m *ResponseInitChain) Unmarshal(dAtA []byte) error { |
|
|
|
if err != nil { |
|
|
|
return err |
|
|
|
} |
|
|
|
if skippy < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) < 0 { |
|
|
|
if (skippy < 0) || (iNdEx+skippy) < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) > l { |
|
|
@ -11012,10 +10949,7 @@ func (m *ResponseQuery) Unmarshal(dAtA []byte) error { |
|
|
|
if err != nil { |
|
|
|
return err |
|
|
|
} |
|
|
|
if skippy < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) < 0 { |
|
|
|
if (skippy < 0) || (iNdEx+skippy) < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) > l { |
|
|
@ -11099,10 +11033,7 @@ func (m *ResponseBeginBlock) Unmarshal(dAtA []byte) error { |
|
|
|
if err != nil { |
|
|
|
return err |
|
|
|
} |
|
|
|
if skippy < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) < 0 { |
|
|
|
if (skippy < 0) || (iNdEx+skippy) < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) > l { |
|
|
@ -11373,10 +11304,7 @@ func (m *ResponseCheckTx) Unmarshal(dAtA []byte) error { |
|
|
|
if err != nil { |
|
|
|
return err |
|
|
|
} |
|
|
|
if skippy < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) < 0 { |
|
|
|
if (skippy < 0) || (iNdEx+skippy) < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) > l { |
|
|
@ -11647,10 +11575,7 @@ func (m *ResponseDeliverTx) Unmarshal(dAtA []byte) error { |
|
|
|
if err != nil { |
|
|
|
return err |
|
|
|
} |
|
|
|
if skippy < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) < 0 { |
|
|
|
if (skippy < 0) || (iNdEx+skippy) < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) > l { |
|
|
@ -11804,10 +11729,7 @@ func (m *ResponseEndBlock) Unmarshal(dAtA []byte) error { |
|
|
|
if err != nil { |
|
|
|
return err |
|
|
|
} |
|
|
|
if skippy < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) < 0 { |
|
|
|
if (skippy < 0) || (iNdEx+skippy) < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) > l { |
|
|
@ -11910,10 +11832,7 @@ func (m *ResponseCommit) Unmarshal(dAtA []byte) error { |
|
|
|
if err != nil { |
|
|
|
return err |
|
|
|
} |
|
|
|
if skippy < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) < 0 { |
|
|
|
if (skippy < 0) || (iNdEx+skippy) < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) > l { |
|
|
@ -11997,10 +11916,7 @@ func (m *ResponseListSnapshots) Unmarshal(dAtA []byte) error { |
|
|
|
if err != nil { |
|
|
|
return err |
|
|
|
} |
|
|
|
if skippy < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) < 0 { |
|
|
|
if (skippy < 0) || (iNdEx+skippy) < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) > l { |
|
|
@ -12069,10 +11985,7 @@ func (m *ResponseOfferSnapshot) Unmarshal(dAtA []byte) error { |
|
|
|
if err != nil { |
|
|
|
return err |
|
|
|
} |
|
|
|
if skippy < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) < 0 { |
|
|
|
if (skippy < 0) || (iNdEx+skippy) < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) > l { |
|
|
@ -12156,10 +12069,7 @@ func (m *ResponseLoadSnapshotChunk) Unmarshal(dAtA []byte) error { |
|
|
|
if err != nil { |
|
|
|
return err |
|
|
|
} |
|
|
|
if skippy < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) < 0 { |
|
|
|
if (skippy < 0) || (iNdEx+skippy) < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) > l { |
|
|
@ -12336,10 +12246,7 @@ func (m *ResponseApplySnapshotChunk) Unmarshal(dAtA []byte) error { |
|
|
|
if err != nil { |
|
|
|
return err |
|
|
|
} |
|
|
|
if skippy < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) < 0 { |
|
|
|
if (skippy < 0) || (iNdEx+skippy) < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) > l { |
|
|
@ -12533,10 +12440,7 @@ func (m *ConsensusParams) Unmarshal(dAtA []byte) error { |
|
|
|
if err != nil { |
|
|
|
return err |
|
|
|
} |
|
|
|
if skippy < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) < 0 { |
|
|
|
if (skippy < 0) || (iNdEx+skippy) < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) > l { |
|
|
@ -12624,10 +12528,7 @@ func (m *BlockParams) Unmarshal(dAtA []byte) error { |
|
|
|
if err != nil { |
|
|
|
return err |
|
|
|
} |
|
|
|
if skippy < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) < 0 { |
|
|
|
if (skippy < 0) || (iNdEx+skippy) < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) > l { |
|
|
@ -12730,10 +12631,7 @@ func (m *LastCommitInfo) Unmarshal(dAtA []byte) error { |
|
|
|
if err != nil { |
|
|
|
return err |
|
|
|
} |
|
|
|
if skippy < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) < 0 { |
|
|
|
if (skippy < 0) || (iNdEx+skippy) < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) > l { |
|
|
@ -12849,10 +12747,7 @@ func (m *Event) Unmarshal(dAtA []byte) error { |
|
|
|
if err != nil { |
|
|
|
return err |
|
|
|
} |
|
|
|
if skippy < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) < 0 { |
|
|
|
if (skippy < 0) || (iNdEx+skippy) < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) > l { |
|
|
@ -12990,10 +12885,7 @@ func (m *EventAttribute) Unmarshal(dAtA []byte) error { |
|
|
|
if err != nil { |
|
|
|
return err |
|
|
|
} |
|
|
|
if skippy < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) < 0 { |
|
|
|
if (skippy < 0) || (iNdEx+skippy) < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) > l { |
|
|
@ -13148,10 +13040,7 @@ func (m *TxResult) Unmarshal(dAtA []byte) error { |
|
|
|
if err != nil { |
|
|
|
return err |
|
|
|
} |
|
|
|
if skippy < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) < 0 { |
|
|
|
if (skippy < 0) || (iNdEx+skippy) < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) > l { |
|
|
@ -13254,10 +13143,7 @@ func (m *Validator) Unmarshal(dAtA []byte) error { |
|
|
|
if err != nil { |
|
|
|
return err |
|
|
|
} |
|
|
|
if skippy < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) < 0 { |
|
|
|
if (skippy < 0) || (iNdEx+skippy) < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) > l { |
|
|
@ -13359,10 +13245,7 @@ func (m *ValidatorUpdate) Unmarshal(dAtA []byte) error { |
|
|
|
if err != nil { |
|
|
|
return err |
|
|
|
} |
|
|
|
if skippy < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) < 0 { |
|
|
|
if (skippy < 0) || (iNdEx+skippy) < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) > l { |
|
|
@ -13465,10 +13348,7 @@ func (m *VoteInfo) Unmarshal(dAtA []byte) error { |
|
|
|
if err != nil { |
|
|
|
return err |
|
|
|
} |
|
|
|
if skippy < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) < 0 { |
|
|
|
if (skippy < 0) || (iNdEx+skippy) < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) > l { |
|
|
@ -13641,10 +13521,7 @@ func (m *Evidence) Unmarshal(dAtA []byte) error { |
|
|
|
if err != nil { |
|
|
|
return err |
|
|
|
} |
|
|
|
if skippy < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) < 0 { |
|
|
|
if (skippy < 0) || (iNdEx+skippy) < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) > l { |
|
|
@ -13819,10 +13696,7 @@ func (m *Snapshot) Unmarshal(dAtA []byte) error { |
|
|
|
if err != nil { |
|
|
|
return err |
|
|
|
} |
|
|
|
if skippy < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) < 0 { |
|
|
|
if (skippy < 0) || (iNdEx+skippy) < 0 { |
|
|
|
return ErrInvalidLengthTypes |
|
|
|
} |
|
|
|
if (iNdEx + skippy) > l { |
|
|
|