Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/golang/snappy
/ functions
Functions
117 in github.com/golang/snappy
⨍
Functions
117
◇
Types & classes
3
Function
TestReaderUncompressedDataNoPayload
(t *testing.T)
snappy_test.go:978
Function
TestReaderUncompressedDataOK
(t *testing.T)
snappy_test.go:963
Function
TestReaderUncompressedDataTooLong
(t *testing.T)
snappy_test.go:988
Function
TestSameEncodingAsCppLongFiles
(t *testing.T)
snappy_test.go:624
Function
TestSameEncodingAsCppShortCopies
(t *testing.T)
snappy_test.go:612
Function
TestSlowForwardCopyOverrun
TestSlowForwardCopyOverrun tests the "expand the pattern" algorithm described in decode_amd64.s and its claim of a 10 byte overrun worst case.
snappy_test.go:652
Function
TestSmallCopy
(t *testing.T)
snappy_test.go:95
Function
TestSmallRand
(t *testing.T)
snappy_test.go:108
Function
TestSmallRegular
(t *testing.T)
snappy_test.go:121
Function
TestWriterGoldenOutput
(t *testing.T)
snappy_test.go:747
Function
TestWriterReset
(t *testing.T)
snappy_test.go:1105
Function
TestWriterResetWithoutFlush
(t *testing.T)
snappy_test.go:1155
Function
decode
decode writes the decoding of src to dst. It assumes that the varint-encoded length of the decompressed bytes has already been read, and that len(dst)
decode_other.go:14
Function
encodeBlock
encodeBlock encodes a non-empty src to a guaranteed-large-enough dst. It assumes that the varint-encoded length of the decompressed bytes has already
encode_other.go:112
Function
extendMatch
extendMatch returns the largest k such that k <= len(src) and that src[i:i+k-j] and src[j:k] have the same contents. It assumes that: 0 <= i && i <
encode_other.go:95
Function
main
()
cmd/snappytool/main.go:41
Function
main
misc/main.cpp:23
← previous
101–117 of 117, ranked by callers