Home
last modified time | relevance | path

Searched refs:SaveValue (Results 1 – 8 of 8) sorted by relevance

/rocksdb-6.9/table/
Dget_context.h122 bool SaveValue(const ParsedInternalKey& parsed_key, const Slice& value,
127 void SaveValue(const Slice& value, SequenceNumber seq);
Dget_context.cc98 void GetContext::SaveValue(const Slice& value, SequenceNumber /*seq*/) { in SaveValue() function in ROCKSDB_NAMESPACE::GetContext
193 bool GetContext::SaveValue(const ParsedInternalKey& parsed_key, in SaveValue() function in ROCKSDB_NAMESPACE::GetContext
374 get_context->SaveValue( in replayGetContextLog()
Dmock_table.cc49 if (!get_context->SaveValue(parsed_key, iter->value(), &dont_care)) { in Get()
/rocksdb-6.9/table/cuckoo/
Dcuckoo_table_reader.cc171 get_context->SaveValue(value, kMaxSequenceNumber); in Get()
177 get_context->SaveValue(found_ikey, value, &dont_care); in Get()
/rocksdb-6.9/db/
Dcompacted_db_impl.cc15 extern bool SaveValue(void* arg, const ParsedInternalKey& parsed_key,
Dmemtable.cc626 static bool SaveValue(void* arg, const char* entry) { in SaveValue() function
866 table_->Get(key, &saver, SaveValue); in GetFromTable()
/rocksdb-6.9/table/plain/
Dplain_table_reader.cc614 if (!get_context->SaveValue(found_key, found_value, &dont_care, in Get()
/rocksdb-6.9/table/block_based/
Dblock_based_table_reader.cc2236 if (!get_context->SaveValue( in Get()
2542 if (!get_context->SaveValue(parsed_key, biter->value(), &matched, in MultiGet()