func encoding/binary.PutUvarint
5 uses
encoding/binary (current package)
varint.go#L41: func PutUvarint(buf []byte, x uint64) int {
varint.go#L83: return PutUvarint(buf, ux)
github.com/matttproud/golang_protobuf_extensions/pbutil
encode.go#L37: encodedLength := binary.PutUvarint(buf[:], uint64(len(buffer)))
go.opencensus.io/tag
map_codec.go#L69: eg.writeIdx += binary.PutUvarint(eg.buf[eg.writeIdx:], uint64(length))
map_codec.go#L78: eg.writeIdx += binary.PutUvarint(eg.buf[eg.writeIdx:], uint64(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. |