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

Method Int64

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

Int64 decodes and returns a signed, 64 bit integer value from the Reader.

()

Source from the content-addressed store, hash-verified

46 Float32() float32
47 // Int64 decodes and returns a signed, 64 bit integer value from the Reader.
48 Int64() int64
49 // Uint64 decodes and returns an unsigned, 64 bit integer value from the Reader.
50 Uint64() uint64
51 // Float64 decodes and returns a 64 bit floating-point value from the Reader.

Callers 6

ReadIntFunction · 0.65
encodeMethod · 0.65
decodeMethod · 0.65
I64Method · 0.65
I64Method · 0.65
writeValuesMethod · 0.65

Implementers 1

readercore/data/endian/endian.go

Calls

no outgoing calls

Tested by

no test coverage detected