encoding/binary.ByteOrder.Uint64 (method)
8 uses
encoding/binary (current package)
binary.go#L37: Uint64([]byte) uint64
binary.go#L256: *data = int64(order.Uint64(bs))
binary.go#L258: *data = order.Uint64(bs)
binary.go#L262: *data = math.Float64frombits(order.Uint64(bs))
binary.go#L291: data[i] = int64(order.Uint64(bs[8*i:]))
binary.go#L295: data[i] = order.Uint64(bs[8*i:])
binary.go#L303: data[i] = math.Float64frombits(order.Uint64(bs[8*i:]))
binary.go#L588: x := d.order.Uint64(d.buf[d.offset : d.offset+8])
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |