Lines Matching refs:cfh
466 auto cfh = static_cast<ColumnFamilyHandleImpl*>(handles_[i]); in TEST_P() local
467 ASSERT_EQ(0, cfh->cfd()->imm()->NumNotFlushed()); in TEST_P()
468 ASSERT_TRUE(cfh->cfd()->mem()->IsEmpty()); in TEST_P()
503 auto cfh = static_cast<ColumnFamilyHandleImpl*>(handles_[i]); in TEST_P() local
504 ASSERT_EQ(0, cfh->cfd()->imm()->NumNotFlushed()); in TEST_P()
505 ASSERT_TRUE(cfh->cfd()->mem()->IsEmpty()); in TEST_P()
509 auto cfh = static_cast<ColumnFamilyHandleImpl*>(handles_[i]); in TEST_P() local
510 ASSERT_EQ(0, cfh->cfd()->imm()->NumNotFlushed()); in TEST_P()
511 ASSERT_FALSE(cfh->cfd()->mem()->IsEmpty()); in TEST_P()
551 for (auto* cfh : handles_) { in TEST_P() local
552 dbfull()->TEST_WaitForFlushMemTable(cfh); in TEST_P()
555 auto cfh = static_cast<ColumnFamilyHandleImpl*>(handles_[i]); in TEST_P() local
556 ASSERT_EQ(1, cfh->cfd()->imm()->NumNotFlushed()); in TEST_P()
557 ASSERT_TRUE(cfh->cfd()->mem()->IsEmpty()); in TEST_P()