MCPcopy Create free account
hub / github.com/google/gapid / Uint16

Method Uint16

core/data/binary/reader.go:38–38  ·  view source on GitHub ↗

Uint16 decodes and returns an unsigned, 16 bit integer value from the Reader.

()

Source from the content-addressed store, hash-verified

36 Int16() int16
37 // Uint16 decodes and returns an unsigned, 16 bit integer value from the Reader.
38 Uint16() uint16
39 // Int32 decodes and returns a signed, 32 bit integer value from the Reader.
40 Int32() int32
41 // Uint32 decodes and returns an unsigned, 32 bit integer value from the Reader.

Callers 15

decodeDXT1Function · 0.65
decodeColorDXT3_5Function · 0.65
decodeAlphaDXT5Function · 0.65
decodeRGTCFunction · 0.65
writeTypedValueHeaderFunction · 0.65
decodeValueFunction · 0.65
decodeMethod · 0.65
encodeMethod · 0.65
decodeMethod · 0.65
decodeChunkFunction · 0.65
decodeLengthFunction · 0.65

Implementers 1

readercore/data/endian/endian.go

Calls

no outgoing calls

Tested by

no test coverage detected