Home | History | Annotate | Download | only in src

Lines Matching refs:parent_hash

7848     const uint32_t parent_hash = GetSortedKey(i)->Hash();
7859 if (child_hash <= parent_hash) break;
7862 parent_index = child_index; // parent_hash remains correct.
7872 const uint32_t parent_hash = GetSortedKey(parent_index)->Hash();
7884 if (child_hash <= parent_hash) break;