(dAtA []byte, offset int, v uint64)
| 6582 | } |
| 6583 | |
| 6584 | func encodeVarintTypes(dAtA []byte, offset int, v uint64) int { |
| 6585 | offset -= sovTypes(v) |
| 6586 | base := offset |
| 6587 | for v >= 1<<7 { |
| 6588 | dAtA[offset] = uint8(v&0x7f | 0x80) |
| 6589 | v >>= 7 |
| 6590 | offset++ |
| 6591 | } |
| 6592 | dAtA[offset] = uint8(v) |
| 6593 | return base |
| 6594 | } |
| 6595 | func (m *Request) Size() (n int) { |
| 6596 | if m == nil { |
| 6597 | return 0 |
no test coverage detected