Home
last modified time | relevance | path

Searched defs:CompactionState (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/leveldb/db/
H A Ddb_impl.cc54 struct DBImpl::CompactionState { struct in leveldb::DBImpl
56 struct Output {
62 Output* current_output() { return &outputs[outputs.size() - 1]; } in current_output()
64 explicit CompactionState(Compaction* c) in CompactionState() argument
71 Compaction* const compaction;
77 SequenceNumber smallest_snapshot;
79 std::vector<Output> outputs;
82 WritableFile* outfile;
83 TableBuilder* builder;
85 uint64_t total_bytes;