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

Method Char

gapis/memory/decoder.go:135–138  ·  view source on GitHub ↗

Char loads and returns an char.

()

Source from the content-addressed store, hash-verified

133
134// Char loads and returns an char.
135func (d *Decoder) Char() Char {
136 d.alignAndOffset(d.m.Char)
137 return Char(binary.ReadInt(d.r, 8*d.m.Char.Size))
138}
139
140// Int loads and returns an int.
141func (d *Decoder) Int() Int {

Callers 3

decodeFunction · 0.45
encodeFunction · 0.45
observationSliceFunction · 0.45

Calls 2

alignAndOffsetMethod · 0.95
CharTypeAlias · 0.70

Tested by

no test coverage detected