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

Method Uint8

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

Uint8 decodes and returns an unsigned, 8 bit integer value from the Reader.

()

Source from the content-addressed store, hash-verified

32 Int8() int8
33 // Uint8 decodes and returns an unsigned, 8 bit integer value from the Reader.
34 Uint8() uint8
35 // Int16 decodes and returns a signed, 16 bit integer value from the Reader.
36 Int16() int16
37 // Uint16 decodes and returns an unsigned, 16 bit integer value from the Reader.

Callers 15

initFunction · 0.65
loadASTCFunction · 0.65
decodeAlphaDXT5Function · 0.65
decodeRGTCFunction · 0.65
writeTypedValueHeaderFunction · 0.65
decodeValueFunction · 0.65
encodeMethod · 0.65
ReadUintFunction · 0.65
ConsumeBytesFunction · 0.65
encodeMethod · 0.65
decodeMethod · 0.65
writeMethod · 0.65

Implementers 1

readercore/data/endian/endian.go

Calls

no outgoing calls

Tested by 1

loadASTCFunction · 0.52