Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/google/gapid
/ I16
Method
I16
gapis/memory/decoder.go:93–96 ·
view source on GitHub ↗
I16 loads and returns a int16.
()
Source
from the content-addressed store, hash-verified
91
92
// I16 loads and returns a int16.
93
func
(d *Decoder) I16() int16 {
94
d.alignAndOffset(d.m.I16)
95
return
d.r.Int16()
96
}
97
98
// I32 loads and returns a int32.
99
func
(d *Decoder) I32() int32 {
Callers
3
Encode
Method · 0.45
decode
Function · 0.45
encode
Function · 0.45
Calls
2
alignAndOffset
Method · 0.95
Int16
Method · 0.65
Tested by
1
Encode
Method · 0.36