Lines Matching refs:MemTable

87       const autovector<MemTable*>& m, autovector<MemTable*>* to_delete) {  in Mock_InstallMemtableFlushResults()
133 const autovector<const autovector<MemTable*>*>& mems_list, in Mock_InstallMemtableAtomicFlushResults()
134 autovector<MemTable*>* to_delete) { in Mock_InstallMemtableAtomicFlushResults()
196 autovector<MemTable*> mems; in TEST_F()
200 autovector<MemTable*> to_delete; in TEST_F()
220 autovector<MemTable*> to_delete; in TEST_F()
235 MemTable* mem = new MemTable(cmp, ioptions, MutableCFOptions(options), &wb, in TEST_F()
277 MemTable* mem2 = new MemTable(cmp, ioptions, MutableCFOptions(options), &wb2, in TEST_F()
317 for (MemTable* m : to_delete) { in TEST_F()
337 autovector<MemTable*> to_delete; in TEST_F()
352 MemTable* mem = new MemTable(cmp, ioptions, MutableCFOptions(options), &wb, in TEST_F()
396 autovector<MemTable*> to_flush; in TEST_F()
437 MemTable* mem2 = new MemTable(cmp, ioptions, MutableCFOptions(options), &wb2, in TEST_F()
462 MemTable* mem3 = new MemTable(cmp, ioptions, MutableCFOptions(options), &wb3, in TEST_F()
513 for (MemTable* m : to_delete) { in TEST_F()
528 autovector<MemTable*> to_delete; in TEST_F()
541 std::vector<MemTable*> tables; in TEST_F()
544 MemTable* mem = new MemTable(cmp, ioptions, mutable_cf_options, &wb, in TEST_F()
564 autovector<MemTable*> to_flush; in TEST_F()
626 autovector<MemTable*> to_flush2; in TEST_F()
674 autovector<MemTable*> to_flush3; in TEST_F()
733 autovector<MemTable*> to_flush4; in TEST_F()
774 autovector<const autovector<MemTable*>*> to_flush; in TEST_F()
775 autovector<MemTable*> to_delete; in TEST_F()
806 std::vector<std::vector<MemTable*>> tables(num_cfs); in TEST_F()
813 MemTable* mem = in TEST_F()
814 new MemTable(cmp, ioptions, *(mutable_cf_options_list.back()), &wb, in TEST_F()
832 std::vector<autovector<MemTable*>> flush_candidates(num_cfs); in TEST_F()
849 autovector<MemTable*> to_delete; in TEST_F()
877 autovector<const autovector<MemTable*>*> to_flush; in TEST_F()