Searched defs:Locator (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dsplay-tree.h57 class Locator;
70 bool Insert(const Key& key, Locator* locator);
75 bool Find(const Key& key, Locator* locator);
79 bool FindGreatestLessThan(const Key& key, Locator* locator);
82 bool FindGreatest(Locator* locator);
86 bool FindLeastGreaterThan(const Key& key, Locator* locator);
89 bool FindLeast(Locator* locator);
127 friend class Locator;
136 class Locator BASE_EMBEDDED {
138 explicit Locator(Nod function in class:v8::internal::SplayTree::BASE_EMBEDDED
139 Locator() : node_(NULL) { } function in class:v8::internal::SplayTree::BASE_EMBEDDED
[all...]

Completed in 56 milliseconds