(x uint64)
| 698 | } |
| 699 | |
| 700 | func sovHttpgrpc(x uint64) (n int) { |
| 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 | } |
no outgoing calls
no test coverage detected