Lines Matching full:splay
31 #include "splay-tree.h"
50 // Splay on the key to move the last node on the search path
52 Splay(key);
87 Splay(key);
108 // Splay on the key to move the node with the given key or the last
110 Splay(key);
132 // Splay on the key to move the node with the given key or the last
134 Splay(key);
182 Splay(new_key);
216 // Splay to make sure that the new root has an empty right child.
217 Splay(key);
226 void SplayTree<Config, Allocator>::Splay(const Key& key) {