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

Method U32

gapis/memory/encoder.go:121–124  ·  view source on GitHub ↗

U32 stores a uint32.

(v uint32)

Source from the content-addressed store, hash-verified

119
120// U32 stores a uint32.
121func (e *Encoder) U32(v uint32) {
122 e.alignAndOffset(e.m.I32)
123 e.w.Uint32(v)
124}
125
126// U64 stores a uint64.
127func (e *Encoder) U64(v uint64) {

Callers

nothing calls this directly

Calls 2

alignAndOffsetMethod · 0.95
Uint32Method · 0.65

Tested by

no test coverage detected