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

Method I8

gapis/memory/decoder.go:87–90  ·  view source on GitHub ↗

I8 loads and returns a int8.

()

Source from the content-addressed store, hash-verified

85
86// I8 loads and returns a int8.
87func (d *Decoder) I8() int8 {
88 d.alignAndOffset(d.m.I8)
89 return d.r.Int8()
90}
91
92// I16 loads and returns a int16.
93func (d *Decoder) I16() int16 {

Callers 2

decodeFunction · 0.45
encodeFunction · 0.45

Calls 2

alignAndOffsetMethod · 0.95
Int8Method · 0.65

Tested by

no test coverage detected