func encoding/binary.Uvarint
4 uses
encoding/binary (current package)
varint.go#L68: func Uvarint(buf []byte) (uint64, int) {
varint.go#L116: ux, n := Uvarint(buf) // ok to continue in presence of error
github.com/klauspost/compress/internal/snapref
decode.go#L33: v, n := binary.Uvarint(src)
github.com/klauspost/compress/zstd
snappy.go#L424: v, n := binary.Uvarint(src)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |