Home
last modified time | relevance | path

Searched refs:IsLeaf (Results 1 – 4 of 4) sorted by relevance

/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Collision/
Db2DynamicTree.cpp127 b2Assert(m_nodes[proxyId].IsLeaf()); in DestroyProxy()
137 b2Assert(m_nodes[proxyId].IsLeaf()); in MoveProxy()
193 while (m_nodes[index].IsLeaf() == false) in InsertLeaf()
212 if (m_nodes[child1].IsLeaf()) in InsertLeaf()
229 if (m_nodes[child2].IsLeaf()) in InsertLeaf()
385 if (A->IsLeaf() || A->height < 2) in Balance()
566 if (node->IsLeaf()) in ComputeHeight()
599 if (node->IsLeaf()) in ValidateStructure()
629 if (node->IsLeaf()) in ValidateMetrics()
686 b2Assert(node->IsLeaf() == false); in GetMaxBalance()
[all …]
Db2DynamicTree.h30 bool IsLeaf() const in IsLeaf() function
186 if (node->IsLeaf()) in Query()
257 if (node->IsLeaf()) in RayCast()
/external/clang/lib/Rewrite/
DDeltaTree.cpp79 bool IsLeaf; member in __anon02546c280111::DeltaTreeNode
86 : NumValuesUsed(0), IsLeaf(isLeaf), FullDelta(0) {} in DeltaTreeNode()
88 bool isLeaf() const { return IsLeaf; } in isLeaf()
DRewriteRope.cpp89 bool IsLeaf; member in __anonb2f4b9860111::RopePieceBTreeNode
91 RopePieceBTreeNode(bool isLeaf) : Size(0), IsLeaf(isLeaf) {} in RopePieceBTreeNode()
95 bool isLeaf() const { return IsLeaf; } in isLeaf()