(dAtA []byte, offset int, v uint64)
| 8890 | } |
| 8891 | |
| 8892 | func encodeVarintApi(dAtA []byte, offset int, v uint64) int { |
| 8893 | for v >= 1<<7 { |
| 8894 | dAtA[offset] = uint8(v&0x7f | 0x80) |
| 8895 | v >>= 7 |
| 8896 | offset++ |
| 8897 | } |
| 8898 | dAtA[offset] = uint8(v) |
| 8899 | return offset + 1 |
| 8900 | } |
| 8901 | func (m *VersionRequest) Size() (n int) { |
| 8902 | var l int |
| 8903 | _ = l |
no outgoing calls
no test coverage detected
searching dependent graphs…