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

Method I32

gapis/memory/encoder.go:97–100  ·  view source on GitHub ↗

I32 stores a int32.

(v int32)

Source from the content-addressed store, hash-verified

95
96// I32 stores a int32.
97func (e *Encoder) I32(v int32) {
98 e.alignAndOffset(e.m.I32)
99 e.w.Int32(v)
100}
101
102// I64 stores a int64.
103func (e *Encoder) I64(v int64) {

Callers

nothing calls this directly

Calls 2

alignAndOffsetMethod · 0.95
Int32Method · 0.65

Tested by

no test coverage detected