Searched refs:thatNode (Results 1 – 1 of 1) sorted by relevance
292 commits.sort([] (const MultiVerCommitNode &thisNode, const MultiVerCommitNode &thatNode) { in GetAllCommitsInTree() argument293 return (thisNode.version > thatNode.version); in GetAllCommitsInTree()