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

Method U16

gapis/memory/decoder.go:117–120  ·  view source on GitHub ↗

U16 loads and returns a uint16.

()

Source from the content-addressed store, hash-verified

115
116// U16 loads and returns a uint16.
117func (d *Decoder) U16() uint16 {
118 d.alignAndOffset(d.m.I16)
119 return d.r.Uint16()
120}
121
122// U32 loads and returns a uint32.
123func (d *Decoder) U32() uint32 {

Callers 3

decodeFunction · 0.45
encodeFunction · 0.45
initFunction · 0.45

Calls 2

alignAndOffsetMethod · 0.95
Uint16Method · 0.65

Tested by

no test coverage detected