Lines Matching defs:key_hash
70 HashValue key_hash = HashValue(Hasher()(key));
71 const FocusedTree* tree = FindHash(key_hash);
178 HashValue key_hash;
251 while (current_->key_hash[level_] == kRight || path_[level_] == nullptr) {
271 if (current_->key_hash != other.current_->key_hash) {
282 if (current_->key_hash == other.current_->key_hash) {
285 return current_->key_hash < other.current_->key_hash;
379 HashValue key_hash = HashValue(Hasher()(key));
382 const FocusedTree* old = FindHash(key_hash, &path, &length);
401 key_hash,
415 while (tree && hash != tree->key_hash) {
416 while ((hash ^ tree->key_hash)[level] == 0) {
432 while (tree && hash != tree->key_hash) {
434 while ((hash ^ tree->key_hash)[level] == 0) {
477 if (tree->key_hash[level] == bit) {