MCPcopy Create free account

hub / github.com/SKeyerror/reading-source-code-of-leveldb-1.23 / functions

Functions1,485 in github.com/SKeyerror/reading-source-code-of-leveldb-1.23

↓ 1 callersFunctionleveldb_options_set_max_open_files
db/c.cc:409
↓ 1 callersFunctionleveldb_options_set_paranoid_checks
db/c.cc:393
↓ 1 callersFunctionleveldb_options_set_write_buffer_size
db/c.cc:405
↓ 1 callersFunctionleveldb_readoptions_create
db/c.cc:494
↓ 1 callersFunctionleveldb_readoptions_destroy
db/c.cc:498
↓ 1 callersFunctionleveldb_readoptions_set_fill_cache
db/c.cc:505
↓ 1 callersFunctionleveldb_readoptions_set_verify_checksums
db/c.cc:500
↓ 1 callersFunctionleveldb_release_snapshot
db/c.cc:232
↓ 1 callersFunctionleveldb_repair_db
db/c.cc:278
↓ 1 callersFunctionleveldb_write
db/c.cc:196
↓ 1 callersFunctionleveldb_writebatch_append
db/c.cc:366
↓ 1 callersFunctionleveldb_writebatch_clear
db/c.cc:330
↓ 1 callersFunctionleveldb_writebatch_delete
db/c.cc:337
↓ 1 callersFunctionleveldb_writebatch_iterate
db/c.cc:342
↓ 1 callersFunctionleveldb_writeoptions_create
db/c.cc:514
↓ 1 callersFunctionleveldb_writeoptions_destroy
db/c.cc:518
↓ 1 callersMethodmemtable_key
Return a key suitable for lookup in a MemTable. 可以看到,MemTable 获取的 end_ - start_,也就是说前面的变长 size 也会作为 MemTable Key * 的一部分 */
db/dbformat.h:253
↓ 1 callersMethodoldest
db/snapshot.h:47
↓ 1 callersMethodset_index_handle
table/format.h:66
↓ 1 callersMethodset_metaindex_handle
table/format.h:62
↓ 1 callersMethodset_offset
table/format.h:33
↓ 1 callersMethodset_size
table/format.h:37
↓ 1 callersMethodstatus
table/table_test.cc:291
↓ 1 callersMethodstatus
table/two_level_iterator.cc:40
↓ 1 callersMethodvalue
table/two_level_iterator.cc:36
MethodAdd
table/table_test.cc:144
MethodAdd
table/block_builder.cc:75
MethodAdd
util/histogram.cc:182
MethodAdd
util/bloom_test.cc:31
MethodAdd
db/version_set_test.cc:23
MethodAdd
db/db_impl.h:93
MethodAddBoundaryInputsTest
db/version_set_test.cc:188
MethodAllEntriesFor
db/db_test.cc:365
MethodAllocateFallback
util/arena.cc:20
MethodAllocateNewBlock
util/arena.cc:58
MethodAppend
helpers/memenv/memenv.cc:206
MethodAppend
util/env_windows.cc:253
MethodAppend
db/log_test.cc:167
MethodAppend
db/db_test.cc:172
MethodAppend
db/leveldbutil.cc:16
MethodAppendVersion
db/version_set.cc:802
MethodApproximateOffsetOf
table/table.cc:244
MethodArchiveFile
db/repair.cc:408
MethodArena
util/arena.h:20
MethodArena
util/arena.cc:11
MethodAssertEnvNotInitialized
util/env_posix.cc:861
MethodAssertEnvNotInitialized
util/env_windows.cc:763
MethodAtomicCounter
db/db_test.cc:46
MethodAutoCompactTest
db/autocompact_test.cc:15
MethodAverage
util/histogram.cc:230
MethodBGWork
db/db_impl.cc:691
FunctionBM_LogAndApply
db/db_test.cc:2304
MethodBackgroundCompaction
db/db_impl.cc:714
MethodBackgroundThreadEntryPoint
util/env_posix.cc:722
MethodBackgroundThreadEntryPoint
util/env_windows.cc:655
MethodBackgroundWorkItem
util/env_posix.cc:733
MethodBackgroundWorkItem
util/env_windows.cc:666
MethodBasename
Extracts the file name from a path pointing to a file. The returned Slice points to |filename|'s data buffer, so it is only valid while |filename| is
util/env_posix.cc:411
MethodBenchmark
benchmarks/db_bench_tree_db.cc:296
MethodBenchmark
benchmarks/db_bench.cc:462
MethodBenchmark
benchmarks/db_bench_sqlite3.cc:318
MethodBlock
table/block.cc:25
MethodBlock
table/block.h:23
MethodBlockBuilder
table/block_builder.cc:40
MethodBlockBuilder
table/block_builder.h:21
MethodBlockConstructor
table/table_test.cc:178
MethodBlockHandle
table/format.h:97
MethodBlockReader
Convert an index iterator value (i.e., an encoded BlockHandle) into an iterator over the contents of the corresponding block.
table/table.cc:153
MethodBloomFilterPolicy
util/bloom.cc:20
MethodBloomTest
util/bloom_test.cc:22
MethodBuild
util/bloom_test.cc:33
MethodBuild
db/corruption_test.cc:57
MethodBuild
db/fault_injection_test.cc:397
MethodBuildBatchGroup
REQUIRES: Writer list must be non-empty REQUIRES: First writer must have a non-null batch
db/db_impl.cc:1313
MethodBuilder
Initialize a builder with the files from *base and other info from *vset * 构造函数接收一个 VersionSet 和 Base Version */
db/version_set.cc:634
MethodByteSize
db/write_batch_internal.h:34
MethodBytewiseComparatorImpl
util/comparator.cc:23
MethodCacheTest
util/cache_test.cc:39
MethodCallback
util/env_test.cc:108
MethodCanAppend
db/recovery_test.cc:34
MethodChangeOptions
table/table_builder.cc:78
MethodChangeOptions
Switch to a fresh database with the next option configuration to test. Return false if there are no more configurations to test.
db/db_test.cc:256
MethodCheck
db/corruption_test.cc:75
FunctionCheckDel
Callback from leveldb_writebatch_iterate()
db/c_test.c:98
MethodCheckInitialOffsetRecord
db/log_test.cc:137
MethodCheckOffsetPastEndReturnsNoRecords
db/log_test.cc:125
FunctionCheckPut
Callback from leveldb_writebatch_iterate()
db/c_test.c:79
MethodCleanupCompaction
db/db_impl.cc:802
FunctionCleanupIteratorState
db/db_impl.cc:1084
MethodClear
db/dbformat.h:206
MethodClear
db/version_edit.cc:26
MethodClearSavedValue
db/db_iter.cc:95
MethodClose
table/table_test.cc:96
MethodClose
util/env_posix.cc:294
MethodClose
util/env_windows.cc:282
MethodClose
db/recovery_test.cc:45
MethodClose
db/log_test.cc:164
MethodClose
db/db_test.cc:152
MethodClose
db/db_test.cc:179
MethodClose
db/fault_injection_test.cc:187
← previousnext →601–700 of 1,485, ranked by callers