Home
last modified time | relevance | path

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

/leveldb-1.20/table/
H A Dtable_test.cc547 std::string key = PickRandomKey(rnd, keys); in TestRandomAccess()
612 std::string PickRandomKey(Random* rnd, const std::vector<std::string>& keys) { in PickRandomKey() function in leveldb::Harness