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

Method U64

gapis/memory/decoder.go:129–132  ·  view source on GitHub ↗

U64 loads and returns a uint64.

()

Source from the content-addressed store, hash-verified

127
128// U64 loads and returns a uint64.
129func (d *Decoder) U64() uint64 {
130 d.alignAndOffset(d.m.I64)
131 return d.r.Uint64()
132}
133
134// Char loads and returns an char.
135func (d *Decoder) Char() Char {

Callers 4

EncodeMethod · 0.45
decodeFunction · 0.45
encodeFunction · 0.45
initFunction · 0.45

Calls 2

alignAndOffsetMethod · 0.95
Uint64Method · 0.65

Tested by 1

EncodeMethod · 0.36