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

Method U16

gapis/memory/encoder.go:115–118  ·  view source on GitHub ↗

U16 stores a uint16.

(v uint16)

Source from the content-addressed store, hash-verified

113
114// U16 stores a uint16.
115func (e *Encoder) U16(v uint16) {
116 e.alignAndOffset(e.m.I16)
117 e.w.Uint16(v)
118}
119
120// U32 stores a uint32.
121func (e *Encoder) U32(v uint32) {

Callers

nothing calls this directly

Calls 2

alignAndOffsetMethod · 0.95
Uint16Method · 0.65

Tested by

no test coverage detected