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

Method U32

gapis/memory/decoder.go:123–126  ·  view source on GitHub ↗

U32 loads and returns a uint32.

()

Source from the content-addressed store, hash-verified

121
122// U32 loads and returns a uint32.
123func (d *Decoder) U32() uint32 {
124 d.alignAndOffset(d.m.I32)
125 return d.r.Uint32()
126}
127
128// U64 loads and returns a uint64.
129func (d *Decoder) U64() uint64 {

Callers 11

decodeFunction · 0.45
encodeFunction · 0.45
AddNotifyInstructionMethod · 0.45
TestCommitCommandFunction · 0.45
TestConstantEncoderCacheFunction · 0.45
initFunction · 0.45
postFBDataFunction · 0.45
FlushMethod · 0.45

Calls 2

alignAndOffsetMethod · 0.95
Uint32Method · 0.65

Tested by 5

TestCommitCommandFunction · 0.36
TestConstantEncoderCacheFunction · 0.36