Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/persistent_cache/
Dpersistent_cache_bench.cc171 InsertKey(i); in Prepop()
185 InsertKey(insert_key_limit_++); in Write()
189 void InsertKey(const uint64_t key) { in InsertKey() function in ROCKSDB_NAMESPACE::CacheTierBenchmark
/rocksdb-6.9/include/rocksdb/
Dmemtablerep.h99 virtual bool InsertKey(KeyHandle handle) { in InsertKey() function
/rocksdb-6.9/memtable/
Dskiplistrep.cc41 bool InsertKey(KeyHandle handle) override { in InsertKey() function in ROCKSDB_NAMESPACE::__anon1cbf76c00111::SkipListRep
/rocksdb-6.9/db/
Dmemtable.cc513 bool res = table->InsertKey(handle); in Add()