encoding/binary.ByteOrder.Uint16 (method)
6 uses
encoding/binary (current package)
binary.go#L35: Uint16([]byte) uint16
binary.go#L248: *data = int16(order.Uint16(bs))
binary.go#L250: *data = order.Uint16(bs)
binary.go#L275: data[i] = int16(order.Uint16(bs[2*i:]))
binary.go#L279: data[i] = order.Uint16(bs[2*i:])
binary.go#L566: x := d.order.Uint16(d.buf[d.offset : d.offset+2])
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. |