MCPcopy Create free account

hub / github.com/golang/snappy / functions

Functions117 in github.com/golang/snappy

FunctionTestReaderUncompressedDataNoPayload
(t *testing.T)
snappy_test.go:978
FunctionTestReaderUncompressedDataOK
(t *testing.T)
snappy_test.go:963
FunctionTestReaderUncompressedDataTooLong
(t *testing.T)
snappy_test.go:988
FunctionTestSameEncodingAsCppLongFiles
(t *testing.T)
snappy_test.go:624
FunctionTestSameEncodingAsCppShortCopies
(t *testing.T)
snappy_test.go:612
FunctionTestSlowForwardCopyOverrun
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
FunctionTestSmallCopy
(t *testing.T)
snappy_test.go:95
FunctionTestSmallRand
(t *testing.T)
snappy_test.go:108
FunctionTestSmallRegular
(t *testing.T)
snappy_test.go:121
FunctionTestWriterGoldenOutput
(t *testing.T)
snappy_test.go:747
FunctionTestWriterReset
(t *testing.T)
snappy_test.go:1105
FunctionTestWriterResetWithoutFlush
(t *testing.T)
snappy_test.go:1155
Functiondecode
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
FunctionencodeBlock
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
FunctionextendMatch
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
Functionmain
()
cmd/snappytool/main.go:41
Functionmain
misc/main.cpp:23
← previous101–117 of 117, ranked by callers