Home
last modified time | relevance | path

Searched defs:RandomKey (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/test_util/
Dtestutil.cc47 std::string RandomKey(Random* rnd, int len, RandomKeyType type) { in RandomKey() function
/rocksdb-6.9/db/
Ddb_test.cc3029 static std::string RandomKey(Random* rnd, int minimum = 0) { in RandomKey() function