↓ 17 callersMethodEncodeVarintEncodeVarint writes a varint-encoded integer to the Buffer. This is the format for the int32, int64, uint32, uint64, bool, and enum protocol buffer ty
builder/docformat/src/github.com/golang/protobuf/proto/encode.go:99
↓ 15 callersMethodDecodeVarintDecodeVarint reads a varint-encoded integer from the Buffer. This is the format for the int32, int64, uint32, uint64, bool, and enum protocol buffer t
builder/docformat/src/github.com/golang/protobuf/proto/decode.go:85