Searched refs:InsertWithHintConcurrently (Results 1 – 4 of 4) sorted by relevance
53 void InsertWithHintConcurrently(KeyHandle handle, void** hint) override { in InsertWithHintConcurrently() function in ROCKSDB_NAMESPACE::__anon1cbf76c00111::SkipListRep54 skip_list_.InsertWithHintConcurrently(static_cast<char*>(handle), hint); in InsertWithHintConcurrently()58 return skip_list_.InsertWithHintConcurrently(static_cast<char*>(handle), in InsertKeyWithHintConcurrently()
115 bool InsertWithHintConcurrently(const char* key, void** hint);693 bool InlineSkipList<Comparator>::InsertWithHintConcurrently(const char* key,
422 list_.InsertWithHintConcurrently(buf, &hint); in ConcurrentWriteStep()
132 virtual void InsertWithHintConcurrently(KeyHandle handle, void** /*hint*/) { in InsertWithHintConcurrently() function141 InsertWithHintConcurrently(handle, hint); in InsertKeyWithHintConcurrently()