Searched refs:cfs_plus_default (Results 1 – 3 of 3) sorted by relevance
121 std::vector<std::string> cfs_plus_default = cfs; in CreateAndReopenWithCF() local122 cfs_plus_default.insert(cfs_plus_default.begin(), kDefaultColumnFamilyName); in CreateAndReopenWithCF()123 ReopenWithColumnFamilies(cfs_plus_default, options); in CreateAndReopenWithCF()
146 std::vector<std::string> cfs_plus_default = cfs; in CreateAndReopenWithCF() local147 cfs_plus_default.insert(cfs_plus_default.begin(), kDefaultColumnFamilyName); in CreateAndReopenWithCF()148 ReopenWithColumnFamilies(cfs_plus_default, options); in CreateAndReopenWithCF()
596 std::vector<std::string> cfs_plus_default = cfs; in CreateAndReopenWithCF() local597 cfs_plus_default.insert(cfs_plus_default.begin(), kDefaultColumnFamilyName); in CreateAndReopenWithCF()598 ReopenWithColumnFamilies(cfs_plus_default, options); in CreateAndReopenWithCF()