Home
last modified time | relevance | path

Searched refs:first_key (Results 1 – 5 of 5) sorted by relevance

/rocksdb-6.9/db/
Dmerge_helper.cc127 bool first_key = true; in MergeUntil() local
164 } else if (first_key) { in MergeUntil()
166 first_key = false; in MergeUntil()
Drange_del_aggregator_bench.cc232 uint64_t first_key = rnd.Uniform(FLAGS_should_delete_upper_bound - in main() local
236 std::string key_string = ROCKSDB_NAMESPACE::Key(first_key + j); in main()
Dtable_cache.cc451 KeyContext& first_key = *table_range.begin(); in MultiGet() local
453 ioptions_.row_cache && !first_key.get_context->NeedToReadSequence(); in MultiGet()
458 GetContext* first_context = first_key.get_context; in MultiGet()
459 CreateRowCacheKeyPrefix(options, fd, first_key.ikey, first_context, in MultiGet()
/rocksdb-6.9/db/compaction/
Dcompaction_job_test.cc135 bool first_key = true; in AddMockFile() local
151 if (first_key || in AddMockFile()
156 if (first_key || in AddMockFile()
162 first_key = false; in AddMockFile()
/rocksdb-6.9/tools/
Ddb_bench_tool.cc4740 bool first_key = true; in DoDeterministicCompact() local
4746 if (first_key || in DoDeterministicCompact()
4751 if (first_key || in DoDeterministicCompact()
4756 first_key = false; in DoDeterministicCompact()