Searched refs:numChilds (Results 1 – 3 of 3) sorted by relevance
238 int numChilds = node->GetChildCount(); in DestroyNode() local239 if (numChilds > 0) { in DestroyNode()240 for (int i = 0; i < numChilds; i++) { in DestroyNode()
318 int numChilds = node_->GetChildCount();319 if (numChilds > 0) {320 NSMutableArray* kids = [NSMutableArray arrayWithCapacity:numChilds];321 for (int index = 0; index < numChilds; index++) {
317 int numChilds = node_->GetChildCount(); in get_accChild() local319 if (numChilds <= 0) { in get_accChild()