554325746@qq.com
2019-07-24 fc1623501c41e62c1983ae32fefbed8362b2d909
sysset.pb.go
@@ -8,7 +8,6 @@
   proto "github.com/gogo/protobuf/proto"
   io "io"
   math "math"
   math_bits "math/bits"
)
// Reference imports to suppress errors if they are not otherwise used.
@@ -942,7 +941,14 @@
}
func sovSysset(x uint64) (n int) {
   return (math_bits.Len64(x|1) + 6) / 7
   for {
      n++
      x >>= 7
      if x == 0 {
         break
      }
   }
   return n
}
func sozSysset(x uint64) (n int) {
   return sovSysset(uint64((x << 1) ^ uint64((int64(x) >> 63))))