(x uint64)
| 409 | return (math_bits.Len64(x|1) + 6) / 7 |
| 410 | } |
| 411 | func sozPropagationTracker(x uint64) (n int) { |
| 412 | return sovPropagationTracker(uint64((x << 1) ^ uint64((int64(x) >> 63)))) |
| 413 | } |
| 414 | func (this *PropagationDelayTrackerDesc) String() string { |
| 415 | if this == nil { |
| 416 | return "nil" |
nothing calls this directly
no test coverage detected