Lines Matching refs:cf
477 for (int cf = 0; cf != static_cast<int>(num_cfs); ++cf) { in TEST_P() local
479 ASSERT_OK(Put(cf, Key1(j), in TEST_P()
490 for (int cf = 0; cf != static_cast<int>(num_cfs); ++cf) { in TEST_P() local
491 ColumnFamilyHandle* cfh = handles_[cf]; in TEST_P()
607 for (int cf = 0; cf != static_cast<int>(num_cfs); ++cf) { in TEST_P() local
610 ASSERT_OK(Put(cf, Key1(j), in TEST_P()
614 verify_records_func(i, memtable_get_start, j, handles_[cf]); in TEST_P()
620 ASSERT_OK(Flush(cf)); in TEST_P()
627 db_->CompactFiles(compact_opt, handles_[cf], in TEST_P()
642 for (int cf = 0; cf != static_cast<int>(num_cfs); ++cf) { in TEST_P() local
643 ColumnFamilyHandle* cfh = handles_[cf]; in TEST_P()
710 for (int cf = 0; cf != static_cast<int>(num_cfs); ++cf) { in TEST_F() local
715 batch.Put(handles_[cf], Key1(j), in TEST_F()
721 verify_records_func(i, handles_[cf]); in TEST_F()
723 ASSERT_OK(Flush(cf)); in TEST_F()
732 for (int cf = 0; cf != static_cast<int>(num_cfs); ++cf) { in TEST_F() local
733 ColumnFamilyHandle* cfh = handles_[cf]; in TEST_F()