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

Struct sli

gapis/memory/slice.go:53–60  ·  view source on GitHub ↗

sli is a slice of a basic type.

Source from the content-addressed store, hash-verified

51
52// sli is a slice of a basic type.
53type sli struct {
54 root uint64
55 base uint64
56 size uint64
57 count uint64
58 pool PoolID
59 elTy reflect.Type
60}
61
62func (s sli) Root() uint64 { return s.root }
63func (s sli) Base() uint64 { return s.base }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected