Lines Matching refs:Splay
31 #include "splay-tree.h"
51 // Splay on the key to move the last node on the search path
53 Splay(key);
88 Splay(key);
115 // Splay on the key to move the node with the given key or the last
117 Splay(key);
139 // Splay on the key to move the node with the given key or the last
141 Splay(key);
189 Splay(new_key);
223 // Splay to make sure that the new root has an empty right child.
224 Splay(key);
233 void SplayTree<Config, Allocator>::Splay(const Key& key) {