Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Dcomparator_db_test.cc342 std::vector<std::string> source_prefixes; in TEST_P() local
345 source_prefixes.push_back(test::RandomHumanReadableString(&rnd, 8)); in TEST_P()
348 int prefix_index = rnd.Uniform(static_cast<int>(source_prefixes.size())); in TEST_P()
349 std::string key = source_prefixes[prefix_index] + in TEST_P()