Home | History | Annotate | Download | only in src

Lines Matching refs:Splay

8 #include "src/splay-tree.h"
28 // Splay on the key to move the last node on the search path
30 Splay(key);
65 Splay(key);
92 // Splay on the key to move the node with the given key or the last
94 Splay(key);
116 // Splay on the key to move the node with the given key or the last
118 Splay(key);
166 Splay(new_key);
200 // Splay to make sure that the new root has an empty right child.
201 Splay(key);
210 void SplayTree<Config, Allocator>::Splay(const Key& key) {