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

Method Int16

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

Int16 decodes and returns a signed, 16 bit integer value from the Reader.

()

Source from the content-addressed store, hash-verified

34 Uint8() uint8
35 // Int16 decodes and returns a signed, 16 bit integer value from the Reader.
36 Int16() int16
37 // Uint16 decodes and returns an unsigned, 16 bit integer value from the Reader.
38 Uint16() uint16
39 // Int32 decodes and returns a signed, 32 bit integer value from the Reader.

Callers 6

ReadIntFunction · 0.65
encodeMethod · 0.65
decodeMethod · 0.65
I16Method · 0.65
I16Method · 0.65
writeValuesMethod · 0.65

Implementers 1

readercore/data/endian/endian.go

Calls

no outgoing calls

Tested by

no test coverage detected