Searched defs:isLeaf (Results 1 – 6 of 6) sorted by relevance
87 DeltaTreeNode(bool isLeaf = true) : IsLeaf(isLeaf) {} in DeltaTreeNode()89 bool isLeaf() const { return IsLeaf; } in isLeaf() function in __anonb6a907500111::DeltaTreeNode
94 RopePieceBTreeNode(bool isLeaf) : IsLeaf(isLeaf) {} in RopePieceBTreeNode()98 bool isLeaf() const { return IsLeaf; } in isLeaf() function in __anoncedcbeae0111::RopePieceBTreeNode
46 bool isLeaf() const { return Children.empty(); } in isLeaf() function
90 bool isLeaf() const { return SuffixIdx != EmptyIdx; } in isLeaf() function
690 bool isLeaf() const { return Val != nullptr; } in isLeaf() function
1307 bool Intrinsic::isLeaf(ID id) { in isLeaf() function in Intrinsic