(x uint64)
| 644 | } |
| 645 | |
| 646 | func sovV1(x uint64) (n int) { |
| 647 | return (math_bits.Len64(x|1) + 6) / 7 |
| 648 | } |
| 649 | func sozV1(x uint64) (n int) { |
| 650 | return sovV1(uint64((x << 1) ^ uint64((int64(x) >> 63)))) |
| 651 | } |
no outgoing calls
no test coverage detected