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

Method Data

core/data/binary/reader.go:28–28  ·  view source on GitHub ↗

Data reads the data bytes in their entirety.

([]byte)

Source from the content-addressed store, hash-verified

26 io.Reader
27 // Data reads the data bytes in their entirety.
28 Data([]byte)
29 // Bool decodes and returns a boolean value from the Reader.
30 Bool() bool
31 // Int8 decodes and returns a signed, 8 bit integer value from the Reader.

Callers 15

loadKTXFunction · 0.65
loadASTCFunction · 0.65
encodeMethod · 0.65
encodeMethod · 0.65
decodeChunkFunction · 0.65
encodeChunkFunction · 0.65
TestDataFunction · 0.65
TestSetErrorsFunction · 0.65
TestIOErrorsFunction · 0.65
WriteFunction · 0.65
encodeMethod · 0.65
decodeMethod · 0.65

Implementers 1

readercore/data/endian/endian.go

Calls

no outgoing calls

Tested by 11

loadKTXFunction · 0.52
loadASTCFunction · 0.52
TestDataFunction · 0.52
TestSetErrorsFunction · 0.52
TestIOErrorsFunction · 0.52
TestPostbackStringFunction · 0.52
TestClearFramebufferFunction · 0.52
TestWithIssuesFunction · 0.52
TestResizeRendererFunction · 0.52
TestCloneReferencesFunction · 0.52