MCPcopy Create free account
hub / github.com/cloudwego/dynamicgo / EncodeSfixed64

Method EncodeSfixed64

proto/protowire/encode.go:192–194  ·  view source on GitHub ↗
(b []byte, v int64)

Source from the content-addressed store, hash-verified

190}
191
192func (BinaryEncoder) EncodeSfixed64(b []byte, v int64) []byte {
193 return AppendFixed64(b, uint64(v))
194}
195
196func (BinaryEncoder) EncodeFixed64(b []byte, v uint64) []byte {
197 return AppendFixed64(b, v)

Callers 4

NewNodeSfixed64Function · 0.80
ToRawMethod · 0.80
runTestsFunction · 0.80
WriteSfixed64Method · 0.80

Calls 1

AppendFixed64Function · 0.85

Tested by 1

runTestsFunction · 0.64