Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
105
func
(d *Decoder) I64() int64 {
106
d.alignAndOffset(d.m.I64)
107
return
d.r.Int64()
108
}
109
110
// U8 loads and returns a uint8.
111
func
(d *Decoder) U8() uint8 {
Callers
3
decode
Function · 0.45
encode
Function · 0.45
TestStateTreeNode
Function · 0.45
Calls
2
alignAndOffset
Method · 0.95
Int64
Method · 0.65
Tested by
1
TestStateTreeNode
Function · 0.36