encoding/binary.ByteOrder.PutUint32 (method)
12 uses
encoding/binary (current package)
binary.go#L39: PutUint32([]byte, uint32)
binary.go#L398: order.PutUint32(bs, uint32(*v))
binary.go#L400: order.PutUint32(bs, uint32(v))
binary.go#L403: order.PutUint32(bs[4*i:], uint32(x))
binary.go#L406: order.PutUint32(bs, *v)
binary.go#L408: order.PutUint32(bs, v)
binary.go#L411: order.PutUint32(bs[4*i:], x)
binary.go#L430: order.PutUint32(bs, math.Float32bits(*v))
binary.go#L432: order.PutUint32(bs, math.Float32bits(v))
binary.go#L435: order.PutUint32(bs[4*i:], math.Float32bits(x))
binary.go#L583: e.order.PutUint32(e.buf[e.offset:e.offset+4], x)
github.com/gotd/td/session/tdesktop
file.go#L167: order.PutUint32(r, uint32(length))
|
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. |