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

Method U8

gapis/memory/encoder.go:109–112  ·  view source on GitHub ↗

U8 stores a uint8.

(v uint8)

Source from the content-addressed store, hash-verified

107
108// U8 stores a uint8.
109func (e *Encoder) U8(v uint8) {
110 e.alignAndOffset(e.m.I8)
111 e.w.Uint8(v)
112}
113
114// U16 stores a uint16.
115func (e *Encoder) U16(v uint16) {

Callers

nothing calls this directly

Calls 2

alignAndOffsetMethod · 0.95
Uint8Method · 0.65

Tested by

no test coverage detected