Searched refs:ReadSequential (Results 1 – 4 of 4) sorted by relevance
| /rocksdb-6.9/tools/ |
| D | sst_dump_tool_imp.h | 24 Status ReadSequential(bool print_kv, uint64_t read_num, bool has_from,
|
| D | sst_dump_tool.cc | 342 Status SstFileDumper::ReadSequential(bool print_kv, uint64_t read_num, in ReadSequential() function in ROCKSDB_NAMESPACE::SstFileDumper 696 st = dumper.ReadSequential( in Run()
|
| D | db_bench_tool.cc | 2974 method = &Benchmark::ReadSequential; in Run() 2984 method = &Benchmark::ReadSequential; in Run() 4833 void ReadSequential(ThreadState* thread) { in ReadSequential() function in ROCKSDB_NAMESPACE::Benchmark 4835 ReadSequential(thread, db_.db); in ReadSequential() 4838 ReadSequential(thread, db_with_cfh.db); in ReadSequential() 4843 void ReadSequential(ThreadState* thread, DB* db) { in ReadSequential() function in ROCKSDB_NAMESPACE::Benchmark
|
| D | ldb_cmd.cc | 3085 Status st = dumper.ReadSequential(true, std::numeric_limits<uint64_t>::max(), in DumpSstFile()
|