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

Method Int64

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

Int64 encodes a signed, 64 bit integer value to the Writer.

(int64)

Source from the content-addressed store, hash-verified

45 Float32(float32)
46 // Int64 encodes a signed, 64 bit integer value to the Writer.
47 Int64(int64)
48 // Uint64 encodes an unsigned, 64 bit integer value to the Encoders's io.Writer.
49 Uint64(uint64)
50 // Float64 encodes a 64 bit floating-point value to the Writer.

Callers 2

WriteIntFunction · 0.65
WriteFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected