(x uint64)
| 701 | return (math_bits.Len64(x|1) + 6) / 7 |
| 702 | } |
| 703 | func sozHttpgrpc(x uint64) (n int) { |
| 704 | return sovHttpgrpc(uint64((x << 1) ^ uint64((int64(x) >> 63)))) |
| 705 | } |
| 706 | func (this *HTTPRequest) String() string { |
| 707 | if this == nil { |
| 708 | return "nil" |
nothing calls this directly
no test coverage detected