Lines Matching refs:Slice
52 bool Filter(int /*level*/, const Slice& /*key*/, const Slice& existing_value, in Filter() argument
65 bool Filter(int level, const Slice& key, const Slice& /*existing_value*/, in Filter() argument
76 int KeyLevel(const Slice& key) { in KeyLevel()
103 db->Put(WriteOptions(), Slice("key1"), Slice("destroy")); in TEST_F()
104 db->Put(WriteOptions(), Slice("key2"), Slice("destroy")); in TEST_F()
105 db->Put(WriteOptions(), Slice("key3"), Slice("value3")); in TEST_F()
106 db->Put(WriteOptions(), Slice("key4"), Slice("destroy")); in TEST_F()
108 Slice key4("key4"); in TEST_F()
159 Slice least(start_key.data(), start_key.size()); in TEST_F()
160 Slice greatest(end_key.data(), end_key.size()); in TEST_F()
205 Slice start("5"); in TEST_F()
206 Slice end("7"); in TEST_F()
215 Slice start("3"); in TEST_F()
216 Slice end("7"); in TEST_F()
228 Slice end("0"); in TEST_F()
238 Slice start("9"); in TEST_F()
248 Slice start("2"); in TEST_F()
249 Slice end("2"); in TEST_F()
260 Slice start("2"); in TEST_F()
261 Slice end("5"); in TEST_F()
274 Slice start("0"); in TEST_F()