encoding/binary.ByteOrder.Uint32 (method)
9 uses
encoding/binary (current package)
binary.go#L41: Uint32([]byte) uint32
binary.go#L343: *data = int32(order.Uint32(bs))
binary.go#L345: *data = order.Uint32(bs)
binary.go#L351: *data = math.Float32frombits(order.Uint32(bs))
binary.go#L374: data[i] = int32(order.Uint32(bs[4*i:]))
binary.go#L378: data[i] = order.Uint32(bs[4*i:])
binary.go#L390: data[i] = math.Float32frombits(order.Uint32(bs[4*i:]))
binary.go#L808: x := d.order.Uint32(d.buf[d.offset : d.offset+4])
github.com/gotd/td/session/tdesktop
file.go#L155: length := order.Uint32(data)
![]() |
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. |