Lines Matching refs:Key
54 typedef typename Config::Key Key; typedef
70 bool Insert(const Key& key, Locator* locator);
75 bool Find(const Key& key, Locator* locator);
79 bool FindGreatestLessThan(const Key& key, Locator* locator);
86 bool FindLeastGreaterThan(const Key& key, Locator* locator);
92 bool Move(const Key& old_key, const Key& new_key);
95 bool Remove(const Key& key);
103 void Splay(const Key& key);
107 Node(const Key& key, const Value& value) in Node()
120 Key key() { return key_; } in key()
128 Key key_;
140 const Key& key() { return node_->key_; } in key()
159 bool FindInternal(const Key& key);
165 void RemoveRootNode(const Key& key);