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

Method I8

gapis/memory/encoder.go:85–88  ·  view source on GitHub ↗

I8 stores a int8.

(v int8)

Source from the content-addressed store, hash-verified

83
84// I8 stores a int8.
85func (e *Encoder) I8(v int8) {
86 e.alignAndOffset(e.m.I8)
87 e.w.Int8(v)
88}
89
90// I16 stores a int16.
91func (e *Encoder) I16(v int16) {

Callers

nothing calls this directly

Calls 2

alignAndOffsetMethod · 0.95
Int8Method · 0.65

Tested by

no test coverage detected