Home
last modified time | relevance | path

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

/rocksdb-6.9/include/rocksdb/
Dmemtablerep.h118 virtual bool InsertKeyWithHint(KeyHandle handle, void** hint) { in InsertKeyWithHint() function
/rocksdb-6.9/memtable/
Dskiplistrep.cc49 bool InsertKeyWithHint(KeyHandle handle, void** hint) override { in InsertKeyWithHint() function in ROCKSDB_NAMESPACE::__anon1cbf76c00111::SkipListRep
/rocksdb-6.9/db/
Dmemtable.cc508 bool res = table->InsertKeyWithHint(handle, &insert_hints_[prefix]); in Add()