Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
192
func
(BinaryEncoder) EncodeSfixed64(b []byte, v int64) []byte {
193
return
AppendFixed64(b, uint64(v))
194
}
195
196
func
(BinaryEncoder) EncodeFixed64(b []byte, v uint64) []byte {
197
return
AppendFixed64(b, v)
Callers
4
NewNodeSfixed64
Function · 0.80
ToRaw
Method · 0.80
runTests
Function · 0.80
WriteSfixed64
Method · 0.80
Calls
1
AppendFixed64
Function · 0.85
Tested by
1
runTests
Function · 0.64