Home | History | Annotate | Download | only in src

Lines Matching refs:parent_hash

8294     const uint32_t parent_hash = GetSortedKey(i)->Hash();
8305 if (child_hash <= parent_hash) break;
8308 parent_index = child_index; // parent_hash remains correct.
8318 const uint32_t parent_hash = GetSortedKey(parent_index)->Hash();
8330 if (child_hash <= parent_hash) break;