MCPcopy Create free account

hub / github.com/google/snappy / functions

Functions268 in github.com/google/snappy

↓ 1 callersFunctionVerifyCalculateNeeded
snappy.cc:1775
↓ 1 callersFunctionVerifyIOVecSink
snappy_unittest.cc:191
↓ 1 callersFunctionVerifyIOVecSource
snappy_unittest.cc:172
↓ 1 callersFunctionVerifyNonBlockedCompression
Test that data compressed by a compressor that does not obey block sizes is uncompressed properly.
snappy_unittest.cc:210
↓ 1 callersFunctionVerifyString
snappy_unittest.cc:108
↓ 1 callersFunctionVerifyStringSink
snappy_unittest.cc:124
↓ 1 callersMethodeof
Returns true iff we have hit the end of the input without an error.
snappy.cc:1608
↓ 1 callersMethodok
snappy-test.cc:55
↓ 1 callersMethod~WorkingMemory
snappy.cc:786
MethodAdvance
Advances to the next nonempty `iovec` and updates related variables.
snappy.cc:2066
MethodAppend
snappy-sinksource.cc:82
MethodAppend
snappy_unittest.cc:676
MethodAppend
snappy.cc:2323
MethodAppend
snappy.cc:2417
MethodAppend
snappy.cc:2598
MethodAppend32
snappy-stubs-internal.cc:36
MethodAppendFromSelf
snappy.cc:2346
MethodAppendFromSelf
snappy.cc:2434
MethodAppendFromSelf
snappy.cc:2629
MethodAppendNoCheck
snappy.cc:2158
MethodAvailable
snappy-sinksource.cc:68
MethodAvailable
snappy_unittest.cc:660
FunctionBM_UFlat
snappy_benchmark.cc:56
FunctionBM_UFlatMedley
snappy_benchmark.cc:100
FunctionBM_UFlatSink
snappy_benchmark.cc:262
FunctionBM_UIOVecSink
snappy_benchmark.cc:216
FunctionBM_UIOVecSource
snappy_benchmark.cc:165
FunctionBM_UValidate
snappy_benchmark.cc:122
FunctionBM_UValidateMedley
snappy_benchmark.cc:146
FunctionBM_ZFlat
snappy_benchmark.cc:296
FunctionBM_ZFlatAll
snappy_benchmark.cc:329
FunctionBM_ZFlatIncreasingTableSize
snappy_benchmark.cc:364
MethodByteArraySource
snappy-sinksource.h:148
MethodCheckLength
snappy.cc:2314
MethodCheckLength
snappy.cc:2416
MethodCheckLength
snappy.cc:2593
MethodCompress
snappy.cc:2499
MethodCompressAtMostOrAll
In a perfect world we'd always have the full buffer to compress when the time came, and we could just call Compress(). Alas, we want to do chunked co
snappy-test.cc:245
MethodCompressChunkOrAll
snappy-test.cc:293
MethodCompressErrorInit
Initialization method to be called if we hit an error while compressing. On hitting an error, call this method before returning the error.
snappy-test.cc:191
MethodCompressFromIOVec
snappy.cc:2516
MethodCompressInit
snappy-test.cc:206
MethodCompressionContext
snappy.h:108
MethodCompressionContext
snappy.cc:1975
MethodCompressionOptions
snappy.h:71
FunctionConditionalUnalignedCopy128
snappy.cc:245
MethodCycleTimer
snappy-test.h:126
MethodDataEndingAtUnreadablePage
snappy_unittest.cc:65
MethodDatablock
snappy.cc:2752
MethodDefaultCompressionLevel
snappy.h:77
MethodDeflateInit
snappy-test.cc:197
MethodDeleter
snappy.cc:2755
FunctionEmitCopy
snappy.cc:701
FunctionEmitCopyAtMost64
snappy.cc:672
FunctionEmitLiteral
snappy.cc:619
MethodEncode32
snappy-stubs-internal.h:479
FunctionFilesAndLevels
snappy_benchmark.cc:47
MethodFindLSBSetNonZero
snappy-stubs-internal.h:325
MethodFindLSBSetNonZero64
snappy-stubs-internal.h:400
MethodFlush
snappy.cc:2441
MethodFlush
Called at the end of the decompress. We ask the allocator write all blocks to the sink.
snappy.cc:2656
MethodFlush
We flush only at the end, because the writer wants random access to the blocks and once we hand the block over to the sink, we can't access it anymore
snappy.cc:2737
MethodGetBase
snappy.cc:2317
MethodGetBase
snappy.cc:2411
MethodGetBase
snappy.cc:2582
MethodGetIOVecPointer
snappy.cc:2119
MethodGetOutputPtr
snappy.cc:2316
MethodGetOutputPtr
snappy.cc:2410
MethodGetOutputPtr
snappy.cc:2581
MethodInflateInit
snappy-test.cc:319
MethodIsLittleEndian
snappy-stubs-internal.h:276
MethodIsValidCompressed
snappy.cc:2450
MethodIsValidCompressedBuffer
snappy.cc:2444
FunctionLLVMFuzzerTestOneInput
snappy_compress_fuzzer.cc:40
FunctionLLVMFuzzerTestOneInput
snappy_uncompress_fuzzer.cc:40
MethodLoad16
Functions to do unaligned loads and stores in little-endian order.
snappy-stubs-internal.h:179
MethodLoad32
snappy-stubs-internal.h:196
MethodLoad64
snappy-stubs-internal.h:212
MethodLog2Floor
snappy-stubs-internal.h:321
MethodLog2FloorNonZero
snappy-stubs-internal.h:310
MethodLogMessage
snappy-test.h:171
MethodLogMessageCrash
snappy-test.h:180
MethodLogMessageVoidify
snappy-test.h:190
MethodMaxCompressionLevel
snappy.h:76
MethodMinCompressbufSize
According to the zlib manual, when you Compress, the destination buffer must have size at least src + .1%*src + 12. This function helps you calculate
snappy-test.h:243
MethodMinCompressionLevel
snappy.h:75
MethodOptionsStub
snappy-test.h:82
MethodOversizedSource
snappy_unittest.cc:658
MethodParse32WithLimit
snappy-stubs-internal.h:457
MethodPeek
snappy-sinksource.cc:70
MethodPeek
snappy_unittest.cc:661
MethodProduced
Return the number of bytes actually uncompressed so far
snappy.cc:2596
MethodRawCompress
snappy.cc:2455
MethodRawCompressFromIOVec
snappy.cc:2471
MethodRawUncompress
snappy.cc:2374
MethodRawUncompressToIOVec
snappy.cc:2273
FunctionReadTestDataFile
snappy_test_data.cc:41
MethodRefillTag
snappy.cc:1788
MethodReinit
snappy-test.cc:167
MethodRequiredSize
snappy.cc:760
← previousnext →101–200 of 268, ranked by callers