Home
last modified time | relevance | path

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

/rocksdb-6.9/table/
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
/rocksdb-6.9/db/
Dmemtable.cc626 static bool SaveValue(void* arg, const char* entry) { in SaveValue() function