Home
last modified time | relevance | path

Searched refs:GetFromHistory (Results 1 – 4 of 4) sorted by relevance

/rocksdb-6.9/db/
Dmemtable_list.h92 bool GetFromHistory(const LookupKey& key, std::string* value,
98 bool GetFromHistory(const LookupKey& key, std::string* value,
105 return GetFromHistory(key, value, timestamp, s, merge_context,
Dmemtable_list_test.cc423 found = list.current()->GetFromHistory( in TEST_F()
429 found = list.current()->GetFromHistory( in TEST_F()
491 found = list.current()->GetFromHistory( in TEST_F()
497 found = list.current()->GetFromHistory( in TEST_F()
Dmemtable_list.cc142 bool MemTableListVersion::GetFromHistory( in GetFromHistory() function in ROCKSDB_NAMESPACE::MemTableListVersion
/rocksdb-6.9/db/db_impl/
Ddb_impl.cc3923 sv->imm->GetFromHistory(lkey, nullptr, nullptr, &s, &merge_context, in GetLatestSequenceForKey()