MCPcopy
hub / github.com/ugorji/go / EncodeInt

Method EncodeInt

codec/encode.go:25–25  ·  view source on GitHub ↗
(i int64)

Source from the content-addressed store, hash-verified

23type encDriver interface {
24 EncodeNil()
25 EncodeInt(i int64)
26 EncodeUint(i uint64)
27 EncodeBool(b bool)
28 EncodeFloat32(f float32)

Callers 15

CodecEncodeSelfMethod · 0.65
encArray4int64Method · 0.65
EncSliceIntVMethod · 0.65
EncAsMapSliceIntVMethod · 0.65
EncSliceInt32VMethod · 0.65
EncAsMapSliceInt32VMethod · 0.65
EncSliceInt64VMethod · 0.65
EncAsMapSliceInt64VMethod · 0.65
EncMapStringIntVMethod · 0.65
EncMapStringInt32VMethod · 0.65
EncMapUint8IntVMethod · 0.65
EncMapUint8Int32VMethod · 0.65

Implementers 1

jsonEncDrivercodec/json.go

Calls

no outgoing calls

Tested by 15

CodecEncodeSelfMethod · 0.52
encArray4int64Method · 0.52
CodecEncodeSelfMethod · 0.52
CodecEncodeSelfMethod · 0.52
CodecEncodeSelfMethod · 0.52
CodecEncodeSelfMethod · 0.52
CodecEncodeSelfMethod · 0.52
CodecEncodeSelfMethod · 0.52
CodecEncodeSelfMethod · 0.52
CodecEncodeSelfMethod · 0.52
CodecEncodeSelfMethod · 0.52
CodecEncodeSelfMethod · 0.52