Home
last modified time | relevance | path

Searched refs:base_key (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/db_stress_tool/
Ddb_stress_common.cc165 const int64_t base_key = static_cast<int64_t>( in GenerateOneKey() local
167 int64_t rand_seed = base_key + thread->rand.Next() % FLAGS_active_width; in GenerateOneKey()
189 const int64_t base_key = static_cast<int64_t>( in GenerateNKeys() local
193 int64_t next_key = base_key + thread->rand.Next() % FLAGS_active_width; in GenerateNKeys()
205 (FLAGS_active_width - (next_key - base_key)); in GenerateNKeys()
/rocksdb-6.9/test_util/
Dtransaction_test_util.cc100 Slice base_key(skey); in DBGet() local
101 *full_key = std::string(prefix_buf) + base_key.ToString(); in DBGet()