(x uint64)
| 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 | } |
| 652 | func (m *BlockMeta) Unmarshal(dAtA []byte) error { |
| 653 | l := len(dAtA) |
| 654 | iNdEx := 0 |