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

MethodWrite
benchmarks/db_bench_sqlite3.cc:483
MethodWrite
db/log_test.cc:57
MethodWriteBatch
db/write_batch.cc:29
FunctionWriteBatchPrinter
Called on every log record (each one of which is a WriteBatch) found in a kLogFile.
db/dumpfile.cc:97
MethodWriteBlock
table/table_builder.cc:161
MethodWriteDescriptor
db/repair.cc:348
MethodWriteInitialOffsetLog
db/log_test.cc:112
MethodWriteLevel0Table
db/db_impl.cc:505
MethodWriteRandom
benchmarks/db_bench.cc:791
MethodWriteRawBlock
table/table_builder.cc:205
MethodWriteSeq
benchmarks/db_bench.cc:789
MethodWriteSnapshot
db/version_set.cc:1115
MethodWriteToFile
benchmarks/db_bench.cc:996
MethodWriteUnbuffered
util/env_posix.cc:332
MethodWriteUnbuffered
util/env_windows.cc:315
MethodWriter
db/log_writer.h:32
MethodWriter
db/db_impl.cc:44
MethodWriter
db/log_writer.cc:23
MethodWrittenBytes
db/log_test.cc:62
Functionclear
Change this slice to refer to an empty array
include/leveldb/slice.h:68
Functiondata
Return a pointer to the beginning of the referenced data
include/leveldb/slice.h:52
Methoddb
table/table_test.cc:170
Methoddb
table/table_test.cc:351
Methoddb
Returns nullptr if not running against a DB
table/table_test.cc:604
Methoddbfull
db/recovery_test.cc:31
Methoddbfull
db/db_test.cc:286
Methodenv
db/recovery_test.cc:32
Methodgen
db/skiplist_test.cc:157
Methodget
util/no_destructor.h:35
Methodhash
db/skiplist_test.cc:158
Methodkey
table/iterator.cc:54
Methodkey
table/two_level_iterator.cc:32
Methodkey
db/version_set.cc:198
Functionmain
helpers/memenv/memenv_test.cc:261
Functionmain
table/filter_block_test.cc:124
Functionmain
table/table_test.cc:831
Functionmain
debug/leveldb_debug.cc:44
Functionmain
issues/issue320_test.cc:128
Functionmain
issues/issue200_test.cc:56
Functionmain
issues/issue178_test.cc:87
Functionmain
benchmarks/db_bench_tree_db.cc:487
Functionmain
benchmarks/db_bench.cc:1021
Functionmain
benchmarks/db_bench_sqlite3.cc:674
Functionmain
util/coding_test.cc:195
Functionmain
util/crc32c_test.cc:58
Functionmain
util/cache_test.cc:226
Functionmain
util/logging_test.cc:142
Functionmain
util/no_destructor_test.cc:46
Functionmain
util/hash_test.cc:43
Functionmain
util/bloom_test.cc:156
Functionmain
util/arena_test.cc:63
Functionmain
util/status_test.cc:41
Functionmain
util/env_test.cc:237
Functionmain
util/env_windows_test.cc:60
Functionmain
util/env_posix_test.cc:334
Functionmain
db/recovery_test.cc:336
Functionmain
db/dbformat_test.cc:130
Functionmain
db/c_test.c:145
Functionmain
db/log_test.cc:560
Functionmain
db/version_set_test.cc:333
Functionmain
db/corruption_test.cc:364
Functionmain
db/write_batch_test.cc:134
Functionmain
db/db_test.cc:2362
Functionmain
db/autocompact_test.cc:112
Functionmain
db/skiplist_test.cc:370
Functionmain
db/filename_test.cc:129
Functionmain
db/version_edit_test.cc:43
Functionmain
db/fault_injection_test.cc:552
Functionmain
db/leveldbutil.cc:48
Methodnewest
db/snapshot.h:51
Functionoperator!=
include/leveldb/slice.h:107
Methodoperator()
table/table_test.cc:84
Methodoperator()
db/memtable.cc:29
Methodoperator()
db/skiplist_test.cc:24
Methodoperator()
db/version_set.cc:604
Methodoperator=
util/env_posix.cc:78
Methodoperator=
util/env_windows.cc:120
Functionoperator==
include/leveldb/slice.h:102
Functionoperator[]
Return the ith byte in the referenced data. REQUIRES: n < size()
include/leveldb/slice.h:62
FunctionputData
debug/leveldb_debug.cc:30
Functionremove_prefix
Drop the first "n" bytes from this slice.
include/leveldb/slice.h:74
Methodsize
The size of the stored block
table/format.h:36
Functionstarts_with
Return true iff "x" is a prefix of "*this" remove_prefix 和 starts_with 属于扩展方法
include/leveldb/slice.h:91
Methodstatus
table/merger.cc:120
Methodstatus
table/iterator.cc:62
Methodstatus
table/block.cc:128
Methodstatus
Methods below require iter() != nullptr
table/iterator_wrapper.h:47
Methodstatus
db/memtable.cc:68
Methodstatus
db/version_set.cc:208
Methoduser_comparator
db/dbformat.h:157
Methoduser_key
db/dbformat.h:199
Methodvalue
table/merger.cc:115
Methodvalue
table/iterator.cc:58
Methodvalue
table/iterator_wrapper.h:42
Methodvalue
db/memtable.cc:63
Methodvalue
db/version_set.cc:202
Method~AddBoundaryInputsTest
db/version_set_test.cc:190
Method~Arena
util/arena.cc:14
Method~AutoCompactTest
db/autocompact_test.cc:25
Method~Benchmark
benchmarks/db_bench_tree_db.cc:318
← previousnext →1,301–1,400 of 1,485, ranked by callers