Searched refs:cf3 (Results 1 – 3 of 3) sorted by relevance
664 ColumnFamilyHandle cf1 = null, cf2 = null, cf3 = null; in testByteCreateFolumnFamily() local671 cf3 = db.createColumnFamily(new ColumnFamilyDescriptor(b2)); in testByteCreateFolumnFamily()679 if (cf3 != null) { in testByteCreateFolumnFamily()680 cf3.close(); in testByteCreateFolumnFamily()
568 ColumnFamilyHandleImplDummy cf3(8, BytewiseComparator()); in TEST_F() local576 batch.Put(&cf3, "zoo", "bar"); in TEST_F()
3487 ColumnFamilyHandle* cf3; in TEST_F() local3490 db3_init->CreateColumnFamily(ColumnFamilyOptions(), "pikachu", &cf3)); in TEST_F()3491 delete cf3; in TEST_F()