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

Method I16

gapis/memory/encoder.go:91–94  ·  view source on GitHub ↗

I16 stores a int16.

(v int16)

Source from the content-addressed store, hash-verified

89
90// I16 stores a int16.
91func (e *Encoder) I16(v int16) {
92 e.alignAndOffset(e.m.I16)
93 e.w.Int16(v)
94}
95
96// I32 stores a int32.
97func (e *Encoder) I32(v int32) {

Callers

nothing calls this directly

Calls 2

alignAndOffsetMethod · 0.95
Int16Method · 0.65

Tested by

no test coverage detected