Searched refs:TestKey (Results 1 – 2 of 2) sorted by relevance
| /rocksdb-6.9/db/ |
| D | prefix_test.cc | 61 struct TestKey { struct 90 const TestKey *key_a = &kkey_a; in Compare() 91 const TestKey *key_b = &kkey_b; in Compare() 112 EXPECT_TRUE(a.size() == sizeof(TestKey) && b.size() == sizeof(TestKey)); in Compare() 121 bool operator()(const TestKey& a, const TestKey& b) const { in operator ()() 137 TestKey test_key(prefix, suffix); in PutKey() 164 TestKey test_key(prefix, suffix); in SeekIterator() 174 TestKey test_key(prefix, suffix); in Get() 542 TestKey test_key(12346, 8); in TEST_F() 693 whole_map[TestKey(i, j)] = entry_maps[rnd.Uniform(div)][TestKey(i, j)] = in TEST_F() [all …]
|
| D | dbformat_test.cc | 36 static void TestKey(const std::string& key, in TestKey() function 64 TestKey(keys[k], seq[s], kTypeValue); in TEST_F() 65 TestKey("hello", 1, kTypeDeletion); in TEST_F()
|