Home
last modified time | relevance | path

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

/rocksdb-6.9/memtable/
Dskiplist.h181 void SetNext(int n, Node* x) {
429 head_->SetNext(i, nullptr);
480 prev_[i]->SetNext(i, x);
Dinlineskiplist.h320 void SetNext(int n, Node* x) {
348 prev->SetNext(level, this);
608 head_->SetNext(i, nullptr);
917 splice->prev_[i]->SetNext(i, x);
Dhash_linklist_rep.cc73 void SetNext(Node* x) { in SetNext() function
686 prev->SetNext(x); in Insert()