Searched refs:compact_ (Results 1 – 4 of 4) sorted by relevance
286 compact_->total_bytes += sc.total_bytes; in AggregateStatistics()349 assert(compact_ == nullptr); in ~CompactionJob()402 auto* c = compact_->compaction; in Prepare()439 auto* c = compact_->compaction; in GenSubcompactionBoundaries()708 compact_->status = status; in Run()716 Status status = compact_->status; in Install()1415 auto* compaction = compact_->compaction; in InstallCompactionResults()1577 delete compact_; in CleanupCompaction()1578 compact_ = nullptr; in CleanupCompaction()1670 if (compact_->NumOutputFiles() > 0U) { in UpdateCompactionJobStats()[all …]
149 CompactionState* compact_; variable
144 bool compact_; variable
944 compact_(false) {948 compact_ = IsFlagPresent(flags, ARG_COMPACT);1003 if (compact_) { in DoCommand()