Lines Matching refs:TestKeyToSlice
70 inline Slice TestKeyToSlice(std::string &s, const TestKey& test_key) { in TestKeyToSlice() function
123 return Compare(TestKeyToSlice(sa, a), TestKeyToSlice(sb, b)) < 0; in operator ()()
139 Slice key = TestKeyToSlice(s, test_key); in PutKey()
146 Slice key = TestKeyToSlice(s, test_key); in PutKey()
153 Slice key = TestKeyToSlice(s, test_key); in MergeKey()
159 Slice key = TestKeyToSlice(s, test_key); in DeleteKey()
166 Slice key = TestKeyToSlice(s, test_key); in SeekIterator()
176 Slice key = TestKeyToSlice(s2, test_key); in Get()
544 db->Delete(write_options, TestKeyToSlice(s, test_key)); in TEST_F()
601 Slice key = TestKeyToSlice(s, test_key); in TEST_F()
624 Slice key = TestKeyToSlice(s, test_key); in TEST_F()
659 Slice key = TestKeyToSlice(s, test_key); in TEST_F()
831 Slice upper_bound = TestKeyToSlice(s, upper_bound_key); in TEST_F()