Lines Matching refs:cf

1047     int cf = i / 3;  in TEST_P()  local
1050 cf, "cf" + std::to_string(cf) + "_key_" + std::to_string(cf_key), in TEST_P()
1051 "cf" + std::to_string(cf) + "_val_" + std::to_string(cf_key))); in TEST_P()
1064 int cf = i / 3; in TEST_P() local
1067 ASSERT_OK(Flush(cf)); in TEST_P()
1125 for (int cf = 0; cf < 8; ++cf) { in TEST_P() local
1127 reinterpret_cast<DBImpl*>(db_)->GetColumnFamilyHandle(cf)) in TEST_P()
1747 for (size_t cf = 0; cf != num_cfs; ++cf) { in TEST_F() local
1750 std::string value_str = std::to_string(cf) + "_" + std::to_string(i); in TEST_F()
1752 ASSERT_OK(Put(static_cast<int>(cf), key_str, value_str)); in TEST_F()
1754 ASSERT_OK(Flush(static_cast<int>(cf))); in TEST_F()
1758 for (size_t cf = 0; cf != num_cfs; ++cf) { in TEST_F() local
1759 ASSERT_OK(Flush(static_cast<int>(cf))); in TEST_F()
1767 for (size_t cf = 0; cf != num_cfs; ++cf) { in TEST_F() local
1771 std::to_string(cf) + "_" + std::to_string(i); in TEST_F()
1772 ASSERT_EQ(expected_value_str, Get(static_cast<int>(cf), key_str)); in TEST_F()
1808 for (size_t cf = 0; cf != num_cfs; ++cf) { in TEST_F() local
1809 ASSERT_OK(Put(static_cast<int>(cf), "a", "0_value")); in TEST_F()
1810 ASSERT_OK(Flush(static_cast<int>(cf))); in TEST_F()
1811 ASSERT_OK(Put(static_cast<int>(cf), "b", "0_value")); in TEST_F()
1812 ASSERT_OK(Flush(static_cast<int>(cf))); in TEST_F()
1813 ASSERT_OK(Put(static_cast<int>(cf), "c", "0_value")); in TEST_F()
1814 ASSERT_OK(Flush(static_cast<int>(cf))); in TEST_F()
1862 for (int cf = 0; cf < static_cast<int>(kAllCfNames.size()); ++cf) { in TEST_F() local
1863 ASSERT_OK(Put(cf, "a", "0_value")); in TEST_F()
1864 ASSERT_OK(Flush(cf)); in TEST_F()
1865 ASSERT_OK(Put(cf, "b", "0_value")); in TEST_F()