Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/google/gapid
/ U8
Method
U8
gapis/memory/decoder.go:111–114 ·
view source on GitHub ↗
U8 loads and returns a uint8.
()
Source
from the content-addressed store, hash-verified
109
110
// U8 loads and returns a uint8.
111
func
(d *Decoder) U8() uint8 {
112
d.alignAndOffset(d.m.I8)
113
return
d.r.Uint8()
114
}
115
116
// U16 loads and returns a uint16.
117
func
(d *Decoder) U16() uint16 {
Callers
6
Encode
Method · 0.45
decode
Function · 0.45
encode
Function · 0.45
TestCommitCommand
Function · 0.45
TestRevertCommand
Function · 0.45
init
Function · 0.45
Calls
2
alignAndOffset
Method · 0.95
Uint8
Method · 0.65
Tested by
3
Encode
Method · 0.36
TestCommitCommand
Function · 0.36
TestRevertCommand
Function · 0.36