Home | History | Annotate | Download | only in src

Lines Matching refs:current_hash

2805       uint32_t current_hash = entry->Hash();
2806 if (current_hash > hash) break;
2807 if (current_hash == hash && entry->Equals(name)) return sorted_index;
2813 uint32_t current_hash = entry->Hash();
2814 if (current_hash == hash && entry->Equals(name)) return number;