Lines Matching refs:GetLatestMutableCFOptions
931 new_options = *cfd->GetLatestMutableCFOptions(); in SetOptions()
2371 *cfd->GetLatestMutableCFOptions()); in CreateColumnFamilyImpl()
2453 s = versions_->LogAndApply(cfd, *cfd->GetLatestMutableCFOptions(), &edit, in DropColumnFamilyImpl()
2458 auto* mutable_cf_options = cfd->GetLatestMutableCFOptions(); in DropColumnFamilyImpl()
3237 status = versions_->LogAndApply(cfd, *cfd->GetLatestMutableCFOptions(), in DeleteFile()
3242 *cfd->GetLatestMutableCFOptions()); in DeleteFile()
3322 status = versions_->LogAndApply(cfd, *cfd->GetLatestMutableCFOptions(), in DeleteFilesInRanges()
3327 *cfd->GetLatestMutableCFOptions()); in DeleteFilesInRanges()
4199 mutable_cf_options_list.push_back(cfd->GetLatestMutableCFOptions()); in IngestExternalFiles()
4225 *cfd->GetLatestMutableCFOptions()); in IngestExternalFiles()
4323 auto cf_options = cfd->GetLatestMutableCFOptions(); in CreateColumnFamilyWithImport()
4359 auto cf_options = cfd->GetLatestMutableCFOptions(); in CreateColumnFamilyWithImport()
4555 auto cf_options = cfd->GetLatestMutableCFOptions(); in ReserveFileNumbersBeforeIngestion()