(x uint64)
| 1808 | return (math_bits.Len64(x|1) + 6) / 7 |
| 1809 | } |
| 1810 | func sozRuler(x uint64) (n int) { |
| 1811 | return sovRuler(uint64((x << 1) ^ uint64((int64(x) >> 63)))) |
| 1812 | } |
| 1813 | func (this *RulesRequest) String() string { |
| 1814 | if this == nil { |
| 1815 | return "nil" |
nothing calls this directly
no test coverage detected