Home | History | Annotate | Download | only in src

Lines Matching refs:Locator

23                                           Locator* locator) {
34 locator->bind(root_);
41 locator->bind(root_);
77 bool SplayTree<Config, Allocator>::Find(const Key& key, Locator* locator) {
79 locator->bind(root_);
89 Locator* locator) {
99 locator->bind(root_);
104 bool result = FindGreatest(locator);
113 Locator* locator) {
123 locator->bind(root_);
128 bool result = FindLeast(locator);
136 bool SplayTree<Config, Allocator>::FindGreatest(Locator* locator) {
142 locator->bind(current);
148 bool SplayTree<Config, Allocator>::FindLeast(Locator* locator) {
154 locator->bind(current);