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

Method U64

gapis/memory/encoder.go:127–130  ·  view source on GitHub ↗

U64 stores a uint64.

(v uint64)

Source from the content-addressed store, hash-verified

125
126// U64 stores a uint64.
127func (e *Encoder) U64(v uint64) {
128 e.alignAndOffset(e.m.I64)
129 e.w.Uint64(v)
130}
131
132// Char stores an char.
133func (e *Encoder) Char(v Char) {

Callers

nothing calls this directly

Calls 2

alignAndOffsetMethod · 0.95
Uint64Method · 0.65

Tested by

no test coverage detected