Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Dcomparator_db_test.cc86 auto& key = source_strings[index]; in DoRandomIteraratorTest()
128 auto key = source_strings[key_idx]; in DoRandomIteraratorTest()
154 auto key = source_strings[key_idx]; in DoRandomIteraratorTest()
341 std::vector<std::string> source_strings; in TEST_P() local
351 source_strings.push_back(key); in TEST_P()
368 std::vector<std::string> source_strings; in TEST_P() local
375 source_strings.push_back(str); in TEST_P()
391 std::vector<std::string> source_strings; in TEST_P() local
416 std::vector<std::string> source_strings; in TEST_P() local
435 std::vector<std::string> source_strings; in TEST_P() local
[all …]
/rocksdb-6.9/java/src/test/java/org/rocksdb/util/
DBytewiseComparatorTest.java37 private List<String> source_strings = Arrays.asList("b", "d", "f", "h", "j", "l"); field in BytewiseComparatorTest
236 final int index = rnd.nextInt(source_strings.size()); in doRandomIterationTest()
237 final String key = source_strings.get(index); in doRandomIterationTest()
315 final int key_idx = rnd.nextInt(source_strings.size()); in doRandomIterationTest()
316 final String key = source_strings.get(key_idx); in doRandomIterationTest()
/rocksdb-6.9/utilities/write_batch_with_index/
Dwrite_batch_with_index_test.cc561 std::vector<std::string> source_strings = {"a", "b", "c", "d", "e", in TEST_F() local
581 for (auto key : source_strings) { in TEST_F()
641 auto key_idx = rnd.Uniform(static_cast<int>(source_strings.size())); in TEST_F()
642 auto key = source_strings[key_idx]; in TEST_F()
649 auto key_idx = rnd.Uniform(static_cast<int>(source_strings.size())); in TEST_F()
650 auto key = source_strings[key_idx]; in TEST_F()