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

Method I64

gapis/memory/encoder.go:103–106  ·  view source on GitHub ↗

I64 stores a int64.

(v int64)

Source from the content-addressed store, hash-verified

101
102// I64 stores a int64.
103func (e *Encoder) I64(v int64) {
104 e.alignAndOffset(e.m.I64)
105 e.w.Int64(v)
106}
107
108// U8 stores a uint8.
109func (e *Encoder) U8(v uint8) {

Callers

nothing calls this directly

Calls 2

alignAndOffsetMethod · 0.95
Int64Method · 0.65

Tested by

no test coverage detected