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))