Searched refs:uncleElement (Results 1 – 1 of 1) sorted by relevance
626 E uncleElement = elementData(uncleIndex); in crossOverUp() local627 if (ordering.compare(uncleElement, parentElement) < 0) { in crossOverUp()629 parentElement = uncleElement; in crossOverUp()658 E uncleElement = elementData(uncleIndex); in getCorrectLastElement() local659 if (ordering.compare(uncleElement, actualLastElement) < 0) { in getCorrectLastElement()661 queue[size] = uncleElement; in getCorrectLastElement()