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

Method Int16

core/data/binary/writer.go:35–35  ·  view source on GitHub ↗

Int16 encodes a signed, 16 bit integer value to the Writer.

(int16)

Source from the content-addressed store, hash-verified

33 Uint8(uint8)
34 // Int16 encodes a signed, 16 bit integer value to the Writer.
35 Int16(int16)
36 // Uint16 encodes an unsigned, 16 bit integer value to the Writer.
37 Uint16(uint16)
38 // Int32 encodes a signed, 32 bit integer value to the Writer.

Callers 2

WriteIntFunction · 0.65
WriteFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected