Searched refs:base_key (Results 1 – 2 of 2) sorted by relevance
165 const int64_t base_key = static_cast<int64_t>( in GenerateOneKey() local167 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() local193 int64_t next_key = base_key + thread->rand.Next() % FLAGS_active_width; in GenerateNKeys()205 (FLAGS_active_width - (next_key - base_key)); in GenerateNKeys()
100 Slice base_key(skey); in DBGet() local101 *full_key = std::string(prefix_buf) + base_key.ToString(); in DBGet()