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

Method I32

gapis/memory/decoder.go:99–102  ·  view source on GitHub ↗

I32 loads and returns a int32.

()

Source from the content-addressed store, hash-verified

97
98// I32 loads and returns a int32.
99func (d *Decoder) I32() int32 {
100 d.alignAndOffset(d.m.I32)
101 return d.r.Int32()
102}
103
104// I64 loads and returns a int64.
105func (d *Decoder) I64() int64 {

Callers 2

decodeFunction · 0.45
encodeFunction · 0.45

Calls 2

alignAndOffsetMethod · 0.95
Int32Method · 0.65

Tested by

no test coverage detected