Searched defs:isLeaf (Results 1 – 7 of 7) sorted by relevance
58 - (BOOL)isLeaf { method
87 DeltaTreeNode(bool isLeaf = true) in DeltaTreeNode()90 bool isLeaf() const { return IsLeaf; } in isLeaf() function in __anon49b07f6a0111::DeltaTreeNode
93 RopePieceBTreeNode(bool isLeaf) : Size(0), IsLeaf(isLeaf) {} in RopePieceBTreeNode()97 bool isLeaf() const { return IsLeaf; } in isLeaf() function in __anon41a2a5480111::RopePieceBTreeNode
123 public boolean isLeaf(Object node) { in isLeaf() method in TestTreeModel
74 virtual bool isLeaf() const { return false; } in isLeaf() function
207 virtual bool isLeaf() const { return true; } in isLeaf() function
339 bool isLeaf() const { return Val != 0; } in isLeaf() function