encoding/binary.ByteOrder.Uint32 (method)
8 uses
encoding/binary (current package)
binary.go#L41: Uint32([]byte) uint32
binary.go#L325: *data = int32(order.Uint32(bs))
binary.go#L327: *data = order.Uint32(bs)
binary.go#L333: *data = math.Float32frombits(order.Uint32(bs))
binary.go#L356: data[i] = int32(order.Uint32(bs[4*i:]))
binary.go#L360: data[i] = order.Uint32(bs[4*i:])
binary.go#L372: data[i] = math.Float32frombits(order.Uint32(bs[4*i:]))
binary.go#L790: x := d.order.Uint32(d.buf[d.offset : d.offset+4])
![]() |
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. |