Searched defs:isLeaf (Results 1 – 12 of 12) sorted by relevance
58 - (BOOL)isLeaf { method
94 buildItem_: function(traceName, isLeaf, bytes, allocs) { argument
85 DeltaTreeNode(bool isLeaf = true) in DeltaTreeNode()88 bool isLeaf() const { return IsLeaf; } in isLeaf() function in __anon805a93560111::DeltaTreeNode
91 RopePieceBTreeNode(bool isLeaf) : Size(0), IsLeaf(isLeaf) {} in RopePieceBTreeNode()95 bool isLeaf() const { return IsLeaf; } in isLeaf() function in __anoncb2164340111::RopePieceBTreeNode
120 bool isLeaf() { return 0 == fLevel; } in isLeaf() function
251 bool isLeaf = isTestNodeTypeExecutable(node->getNodeType()); in iterate() local
89 virtual bool isLeaf() const OVERRIDE FINAL { return false; } in isLeaf() function
169 virtual bool isLeaf() const { return true; } in isLeaf() function
283 int isLeaf; in statDecodePage() local
345 bool isLeaf() const { return Val != nullptr; } in isLeaf() function
1733 cvox.DomUtil.directedNextLeafLikeNode = function(node, r, isLeaf) { argument