Searched refs:NodeDepth (Results 1 – 1 of 1) sorted by relevance
589 struct NodeDepth { struct593 inline bool operator>(const NodeDepth& rhs) const noexcept in operator >() argument606 inline bool operator==(const NodeDepth& rhs) const noexcept in operator ==() argument617 vector<NodeDepth> depths; in FindSkeletonRoot()628 std::sort(depths.begin(), depths.end(), std::greater<NodeDepth>()); in FindSkeletonRoot()634 [](uint32_t depth, const NodeDepth& current) { return current.depth < depth; }); in FindSkeletonRoot()641 std::sort(depths.begin(), depths.end(), std::greater<NodeDepth>()); in FindSkeletonRoot()