Lines Matching refs:locator
46 Locator* locator) {
57 locator->bind(root_);
64 locator->bind(root_);
100 bool SplayTree<Config, Allocator>::Find(const Key& key, Locator* locator) {
102 locator->bind(root_);
112 Locator* locator) {
122 locator->bind(root_);
127 bool result = FindGreatest(locator);
136 Locator* locator) {
146 locator->bind(root_);
151 bool result = FindLeast(locator);
159 bool SplayTree<Config, Allocator>::FindGreatest(Locator* locator) {
165 locator->bind(current);
171 bool SplayTree<Config, Allocator>::FindLeast(Locator* locator) {
177 locator->bind(current);