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

Method Int8

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

Int8 decodes and returns a signed, 8 bit integer value from the Reader.

()

Source from the content-addressed store, hash-verified

30 Bool() bool
31 // Int8 decodes and returns a signed, 8 bit integer value from the Reader.
32 Int8() int8
33 // Uint8 decodes and returns an unsigned, 8 bit integer value from the Reader.
34 Uint8() uint8
35 // Int16 decodes and returns a signed, 16 bit integer value from the Reader.

Callers 6

ReadIntFunction · 0.65
encodeMethod · 0.65
decodeMethod · 0.65
I8Method · 0.65
I8Method · 0.65
writeValuesMethod · 0.65

Implementers 1

readercore/data/endian/endian.go

Calls

no outgoing calls

Tested by

no test coverage detected