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

Method Uint32

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

Uint32 decodes and returns an unsigned, 32 bit integer value from the Reader.

()

Source from the content-addressed store, hash-verified

40 Int32() int32
41 // Uint32 decodes and returns an unsigned, 32 bit integer value from the Reader.
42 Uint32() uint32
43 // Float16 decodes and returns a 16 bit floating-point value from the Reader.
44 Float16() f16.Number
45 // Float32 decodes and returns a 32 bit floating-point value from the Reader.

Callers 15

loadKTXFunction · 0.65
loadASTCFunction · 0.65
decodeDXT1Function · 0.65
decodeColorDXT3_5Function · 0.65
decodeAlphaDXT5Function · 0.65
decodeRGTCFunction · 0.65
decodeStringMethod · 0.65
decodeMethod · 0.65
encodeMethod · 0.65
encodeDimensionFunction · 0.65
encodeMethod · 0.65
encodeMethod · 0.65

Implementers 1

readercore/data/endian/endian.go

Calls

no outgoing calls

Tested by 3

loadKTXFunction · 0.52
loadASTCFunction · 0.52
TestCountFunction · 0.52