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

Method I64

gapis/memory/decoder.go:105–108  ·  view source on GitHub ↗

I64 loads and returns a int64.

()

Source from the content-addressed store, hash-verified

103
104// I64 loads and returns a int64.
105func (d *Decoder) I64() int64 {
106 d.alignAndOffset(d.m.I64)
107 return d.r.Int64()
108}
109
110// U8 loads and returns a uint8.
111func (d *Decoder) U8() uint8 {

Callers 3

decodeFunction · 0.45
encodeFunction · 0.45
TestStateTreeNodeFunction · 0.45

Calls 2

alignAndOffsetMethod · 0.95
Int64Method · 0.65

Tested by 1

TestStateTreeNodeFunction · 0.36