MCPcopy 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.
111func (d *Decoder) U8() uint8 {
112 d.alignAndOffset(d.m.I8)
113 return d.r.Uint8()
114}
115
116// U16 loads and returns a uint16.
117func (d *Decoder) U16() uint16 {

Callers 6

EncodeMethod · 0.45
decodeFunction · 0.45
encodeFunction · 0.45
TestCommitCommandFunction · 0.45
TestRevertCommandFunction · 0.45
initFunction · 0.45

Calls 2

alignAndOffsetMethod · 0.95
Uint8Method · 0.65

Tested by 3

EncodeMethod · 0.36
TestCommitCommandFunction · 0.36
TestRevertCommandFunction · 0.36