(dAtA []byte, offset int, v uint64)
| 619 | } |
| 620 | |
| 621 | func encodeVarintHttpgrpc(dAtA []byte, offset int, v uint64) int { |
| 622 | offset -= sovHttpgrpc(v) |
| 623 | base := offset |
| 624 | for v >= 1<<7 { |
| 625 | dAtA[offset] = uint8(v&0x7f | 0x80) |
| 626 | v >>= 7 |
| 627 | offset++ |
| 628 | } |
| 629 | dAtA[offset] = uint8(v) |
| 630 | return base |
| 631 | } |
| 632 | func (m *HTTPRequest) Size() (n int) { |
| 633 | if m == nil { |
| 634 | return 0 |
no test coverage detected