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

Method Int32

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

Int32 decodes and returns a signed, 32 bit integer value from the Reader.

()

Source from the content-addressed store, hash-verified

38 Uint16() uint16
39 // Int32 decodes and returns a signed, 32 bit integer value from the Reader.
40 Int32() int32
41 // Uint32 decodes and returns an unsigned, 32 bit integer value from the Reader.
42 Uint32() uint32
43 // Float16 decodes and returns a 16 bit floating-point value from the Reader.

Callers 11

encodeMethod · 0.65
decodeValueFunction · 0.65
ReadIntFunction · 0.65
encodeMethod · 0.65
decodeMethod · 0.65
protoDescFieldMethod · 0.65
I32Method · 0.65
I32Method · 0.65
writeValuesMethod · 0.65
postFBDataFunction · 0.65
uniformValueFunction · 0.65

Implementers 1

readercore/data/endian/endian.go

Calls

no outgoing calls

Tested by

no test coverage detected