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 __anon1d7936dc0111::DeltaTreeNode
94 RopePieceBTreeNode(bool isLeaf) : IsLeaf(isLeaf) {} in RopePieceBTreeNode()98 bool isLeaf() const { return IsLeaf; } in isLeaf() function in __anon2a77013a0111::RopePieceBTreeNode
46 bool isLeaf() const { return Children.empty(); } in isLeaf() function
169 bool isLeaf() const { return SuffixIdx != EmptyIdx; } in isLeaf() function
1095 bool Intrinsic::isLeaf(ID id) { in isLeaf() function in Intrinsic
696 bool isLeaf() const { return Val != nullptr; } in isLeaf() function