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

Method Uint

gapis/memory/decoder.go:147–150  ·  view source on GitHub ↗

Uint loads and returns a uint.

()

Source from the content-addressed store, hash-verified

145
146// Uint loads and returns a uint.
147func (d *Decoder) Uint() Uint {
148 d.alignAndOffset(d.m.Integer)
149 return Uint(binary.ReadUint(d.r, 8*d.m.Integer.Size))
150}
151
152// Size loads and returns a size_t.
153func (d *Decoder) Size() Size {

Callers 11

SortFunction · 0.45
SortValuesFunction · 0.45
NewValueFunction · 0.45
WriteFunction · 0.45
encodeMethod · 0.45
ScalarOfTypeMethod · 0.45
valueOfMethod · 0.45
decodeFunction · 0.45
encodeFunction · 0.45
SprintMethod · 0.45
NewCmdAndIDListFunction · 0.45

Calls 2

alignAndOffsetMethod · 0.95
UintTypeAlias · 0.85

Tested by

no test coverage detected