encoding/binary.ByteOrder.Uint64 (method)
8 uses
encoding/binary (current package)
binary.go#L42: Uint64([]byte) uint64
binary.go#L347: *data = int64(order.Uint64(bs))
binary.go#L349: *data = order.Uint64(bs)
binary.go#L353: *data = math.Float64frombits(order.Uint64(bs))
binary.go#L382: data[i] = int64(order.Uint64(bs[8*i:]))
binary.go#L386: data[i] = order.Uint64(bs[8*i:])
binary.go#L394: data[i] = math.Float64frombits(order.Uint64(bs[8*i:]))
binary.go#L819: x := d.order.Uint64(d.buf[d.offset : d.offset+8])
![]() |
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. |