encoding/binary.ByteOrder.PutUint32 (method)
12 uses
encoding/binary (current package)
binary.go#L44: PutUint32([]byte, uint32)
binary.go#L544: order.PutUint32(bs, uint32(*v))
binary.go#L546: order.PutUint32(bs, uint32(v))
binary.go#L549: order.PutUint32(bs[4*i:], uint32(x))
binary.go#L552: order.PutUint32(bs, *v)
binary.go#L554: order.PutUint32(bs, v)
binary.go#L557: order.PutUint32(bs[4*i:], x)
binary.go#L576: order.PutUint32(bs, math.Float32bits(*v))
binary.go#L578: order.PutUint32(bs, math.Float32bits(v))
binary.go#L581: order.PutUint32(bs[4*i:], math.Float32bits(x))
binary.go#L814: e.order.PutUint32(e.buf[e.offset:e.offset+4], x)
github.com/gotd/td/session/tdesktop
file.go#L174: order.PutUint32(r, uint32(length))
 |
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. |