encoding/binary.ByteOrder.PutUint64 (method)
11 uses
encoding/binary (current package)
binary.go#L45: PutUint64([]byte, uint64)
binary.go#L542: order.PutUint64(bs, uint64(*v))
binary.go#L544: order.PutUint64(bs, uint64(v))
binary.go#L547: order.PutUint64(bs[8*i:], uint64(x))
binary.go#L550: order.PutUint64(bs, *v)
binary.go#L552: order.PutUint64(bs, v)
binary.go#L555: order.PutUint64(bs[8*i:], x)
binary.go#L566: order.PutUint64(bs, math.Float64bits(*v))
binary.go#L568: order.PutUint64(bs, math.Float64bits(v))
binary.go#L571: order.PutUint64(bs[8*i:], math.Float64bits(x))
binary.go#L807: e.order.PutUint64(e.buf[e.offset:e.offset+8], x)
 |
The pages are generated with Golds v0.7.6. (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. |