Home | History | Annotate | Download | only in src

Lines Matching refs:Locator

45 bool SplayTree<Config, Allocator>::Insert(const Key& key, Locator* locator) {
56 locator->bind(root_);
63 locator->bind(root_);
93 bool SplayTree<Config, Allocator>::Find(const Key& key, Locator* locator) {
95 locator->bind(root_);
105 Locator* locator) {
115 locator->bind(root_);
120 bool result = FindGreatest(locator);
129 Locator* locator) {
139 locator->bind(root_);
144 bool result = FindLeast(locator);
152 bool SplayTree<Config, Allocator>::FindGreatest(Locator* locator) {
158 locator->bind(current);
164 bool SplayTree<Config, Allocator>::FindLeast(Locator* locator) {
170 locator->bind(current);