encoding/binary.ByteOrder.Uint32 (method)
9 uses
encoding/binary (current package)
binary.go#L36: Uint32([]byte) uint32
binary.go#L252: *data = int32(order.Uint32(bs))
binary.go#L254: *data = order.Uint32(bs)
binary.go#L260: *data = math.Float32frombits(order.Uint32(bs))
binary.go#L283: data[i] = int32(order.Uint32(bs[4*i:]))
binary.go#L287: data[i] = order.Uint32(bs[4*i:])
binary.go#L299: data[i] = math.Float32frombits(order.Uint32(bs[4*i:]))
binary.go#L577: x := d.order.Uint32(d.buf[d.offset : d.offset+4])
github.com/gotd/td/session/tdesktop
file.go#L148: length := order.Uint32(data)
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. |