Searched refs:IsOrphan (Results 1 – 2 of 2) sorted by relevance
210 bool IsOrphan(uint32_t node) const { in IsOrphan() function218 return node == root_ || !IsOrphan(node); in IsInTree()