const encoding/binary.MaxVarintLen64
7 uses
encoding/binary (current package)
varint.go#L36: MaxVarintLen64 = 10
varint.go#L65: if i >= MaxVarintLen64 || i == MaxVarintLen64-1 && b > 1 {
varint.go#L109: for i := 0; i < MaxVarintLen64; i++ {
varint.go#L115: if i == MaxVarintLen64-1 && b > 1 {
go.opencensus.io/tag
map_codec.go#L68: eg.growIfRequired(binary.MaxVarintLen64 + length)
map_codec.go#L77: eg.growIfRequired(binary.MaxVarintLen64 + length)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |