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

Method Int

gapis/memory/decoder.go:141–144  ·  view source on GitHub ↗

Int loads and returns an int.

()

Source from the content-addressed store, hash-verified

139
140// Int loads and returns an int.
141func (d *Decoder) Int() Int {
142 d.alignAndOffset(d.m.Integer)
143 return Int(binary.ReadInt(d.r, 8*d.m.Integer.Size))
144}
145
146// Uint loads and returns a uint.
147func (d *Decoder) Uint() Uint {

Callers 15

SortFunction · 0.45
SortValuesFunction · 0.45
NewValueFunction · 0.45
WriteFunction · 0.45
GenTokenFileFunction · 0.45
encodeMethod · 0.45
ScalarOfTypeMethod · 0.45
LineDashMethod · 0.45
valueOfMethod · 0.45
main.goFile · 0.45
runFunction · 0.45
withTouchedGLESFunction · 0.45

Calls 2

alignAndOffsetMethod · 0.95
IntTypeAlias · 0.85

Tested by 1

TestStateTreeNodeFunction · 0.36