Lines Matching refs:cfh
50 auto cfh = reinterpret_cast<ColumnFamilyHandleImpl*>(column_family); in TEST_MaxNextLevelOverlappingBytes() local
51 cfd = cfh->cfd(); in TEST_MaxNextLevelOverlappingBytes()
60 auto cfh = reinterpret_cast<ColumnFamilyHandleImpl*>(column_family); in TEST_GetFilesMetaData() local
61 auto cfd = cfh->cfd(); in TEST_GetFilesMetaData()
91 auto cfh = reinterpret_cast<ColumnFamilyHandleImpl*>(column_family); in TEST_CompactRange() local
92 cfd = cfh->cfd(); in TEST_CompactRange()
126 ColumnFamilyHandle* cfh) { in TEST_FlushMemTable() argument
131 if (cfh == nullptr) { in TEST_FlushMemTable()
134 auto cfhi = reinterpret_cast<ColumnFamilyHandleImpl*>(cfh); in TEST_FlushMemTable()
155 auto cfh = reinterpret_cast<ColumnFamilyHandleImpl*>(column_family); in TEST_WaitForFlushMemTable() local
156 cfd = cfh->cfd(); in TEST_WaitForFlushMemTable()
245 auto cfh = reinterpret_cast<ColumnFamilyHandleImpl*>(column_family); in TEST_GetLatestMutableCFOptions() local
246 *mutable_cf_options = *cfh->cfd()->GetLatestMutableCFOptions(); in TEST_GetLatestMutableCFOptions()