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

Method I16

gapis/memory/decoder.go:93–96  ·  view source on GitHub ↗

I16 loads and returns a int16.

()

Source from the content-addressed store, hash-verified

91
92// I16 loads and returns a int16.
93func (d *Decoder) I16() int16 {
94 d.alignAndOffset(d.m.I16)
95 return d.r.Int16()
96}
97
98// I32 loads and returns a int32.
99func (d *Decoder) I32() int32 {

Callers 3

EncodeMethod · 0.45
decodeFunction · 0.45
encodeFunction · 0.45

Calls 2

alignAndOffsetMethod · 0.95
Int16Method · 0.65

Tested by 1

EncodeMethod · 0.36