Searched refs:nextChild (Results 1 – 8 of 8) sorted by relevance
84 for (const nextChild of nextChildren.values()) { constant85 if (!this._children.has(nextChild.id)) {86 const instance = new nextChild.factory(nextChild.args);87 this._children.set(nextChild.id, instance);89 const instance = this._children.get(nextChild.id)!;
9 Element nextChild = child.getNextSiblingElement(); in clearDomChildren() local11 child = nextChild; in clearDomChildren()
73 final int nextChild = 2 * node + 1 + (path & 1); in addLeaf() local74 addLeaf(nextChild, path >>> 1, depth - 1, value); in addLeaf()
910 state as? ChildHandleNode ?: state.list?.nextChild() in <lambda>()920 val nextChild = child.nextChild() ?: return false in <lambda>() constant921 return tryWaitForChild(state, nextChild, proposedUpdate) in <lambda>()928 val waitChild = lastChild.nextChild() in <lambda>()936 private fun LockFreeLinkedListNode.nextChild(): ChildHandleNode? { in <lambda>() method
359 DomTreeNode *nextChild() { in nextChild() function in __anone097c8540311::EarlyCSE::StackNode828 DomTreeNode *child = NodeToProcess->nextChild(); in run()
253 nextChild = self.contents[position]254 newChild.nextSibling = nextChild257 newChildsLastElement.next = nextChild
618 DomTreeNode *nextChild() { in nextChild() function in __anon981229b60311::EarlyCSE::StackNode1338 DomTreeNode *child = NodeToProcess->nextChild(); in run()
636 DomTreeNode *nextChild() { in nextChild() function in __anonc1abad420311::EarlyCSE::StackNode1575 DomTreeNode *child = NodeToProcess->nextChild(); in run()