Home
last modified time | relevance | path

Searched refs:HasHistory (Results 1 – 3 of 3) sorted by relevance

/rocksdb-6.9/db/
Dmemtable_list.h173 bool HasHistory() const { return !memlist_history_.empty(); } in HasHistory() function
283 bool HasHistory() const;
Dmemtable_list.cc579 bool MemTableList::HasHistory() const { in HasHistory() function in ROCKSDB_NAMESPACE::MemTableList
590 const bool has_history = current_->HasHistory(); in UpdateCachedValuesFromMemTableListVersion()
Dwrite_batch.cc1798 if (imm->HasHistory()) { in CheckMemtableFull()