(x uint64)
| 130 | return (math_bits.Len64(x|1) + 6) / 7 |
| 131 | } |
| 132 | func sozExtGrpc(x uint64) (n int) { |
| 133 | return sovExtGrpc(uint64((x << 1) ^ uint64((int64(x) >> 63)))) |
| 134 | } |
| 135 | func (m *EncodedGrpcCode) Unmarshal(dAtA []byte) error { |
| 136 | l := len(dAtA) |
| 137 | iNdEx := 0 |
nothing calls this directly
no test coverage detected
searching dependent graphs…