encoding/binary.ByteOrder.PutUint32 (method)
11 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)