encoding/binary.ByteOrder.Uint64 (method)
8 uses
encoding/binary (current package)
binary.go#L42: Uint64([]byte) uint64
binary.go#L329: *data = int64(order.Uint64(bs))
binary.go#L331: *data = order.Uint64(bs)
binary.go#L335: *data = math.Float64frombits(order.Uint64(bs))
binary.go#L364: data[i] = int64(order.Uint64(bs[8*i:]))
binary.go#L368: data[i] = order.Uint64(bs[8*i:])
binary.go#L376: data[i] = math.Float64frombits(order.Uint64(bs[8*i:]))
binary.go#L801: x := d.order.Uint64(d.buf[d.offset : d.offset+8])
![]() |
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. |