Searched refs:PickRandomKey (Results 1 – 1 of 1) sorted by relevance
547 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