Home
last modified time | relevance | path

Searched refs:oldRootShadowNode (Results 1 – 25 of 45) sorted by relevance

12

/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/mounting/tests/
H A DABI47_0_0StateReconciliationTest.cpp29 RootShadowNode::Shared const &oldRootShadowNode, in shadowTreeWillCommit() argument
111 [&](RootShadowNode const &oldRootShadowNode) { in TEST() argument
136 [&](RootShadowNode const &oldRootShadowNode) { in TEST() argument
159 [&](RootShadowNode const &oldRootShadowNode) { in TEST() argument
174 [&](RootShadowNode const &oldRootShadowNode) { in TEST() argument
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/uimanager/
H A DABI49_0_0UIManager.cpp164 [&](RootShadowNode const &oldRootShadowNode) { in completeSurface() argument
166 oldRootShadowNode, in completeSurface()
314 [&](RootShadowNode const &oldRootShadowNode) { in updateState() argument
317 auto rootNode = oldRootShadowNode.cloneTree( in updateState()
376 [&](RootShadowNode const &oldRootShadowNode) { in setNativeProps_DEPRECATED() argument
377 auto rootNode = oldRootShadowNode.cloneTree( in setNativeProps_DEPRECATED()
450 [&](RootShadowNode const &oldRootShadowNode) { in findShadowNodeByTag_DEPRECATED() argument
451 rootShadowNode = &oldRootShadowNode; in findShadowNodeByTag_DEPRECATED()
522 RootShadowNode::Shared const &oldRootShadowNode, in shadowTreeWillCommit() argument
529 shadowTree, oldRootShadowNode, resultRootShadowNode); in shadowTreeWillCommit()
H A DABI49_0_0UIManagerCommitHook.h37 RootShadowNode::Shared const &oldRootShadowNode,
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/timeline/
H A DABI47_0_0TimelineController.cpp58 RootShadowNode::Shared const &oldRootShadowNode, in shadowTreeWillCommit() argument
73 shadowTree, oldRootShadowNode, newRootShadowNode); in shadowTreeWillCommit()
H A DABI47_0_0Timeline.cpp70 RootShadowNode::Shared const &oldRootShadowNode, in shadowTreeWillCommit() argument
110 [&](RootShadowNode const &oldRootShadowNode) -> RootShadowNode::Unshared { in rewind() argument
H A DABI47_0_0TimelineController.h54 RootShadowNode::Shared const &oldRootShadowNode,
H A DABI47_0_0Timeline.h46 RootShadowNode::Shared const &oldRootShadowNode,
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/timeline/
H A DABI48_0_0TimelineController.cpp57 RootShadowNode::Shared const &oldRootShadowNode, in shadowTreeWillCommit() argument
72 shadowTree, oldRootShadowNode, newRootShadowNode); in shadowTreeWillCommit()
H A DABI48_0_0TimelineController.h54 RootShadowNode::Shared const &oldRootShadowNode,
H A DABI48_0_0Timeline.h46 RootShadowNode::Shared const &oldRootShadowNode,
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/timeline/
H A DABI49_0_0TimelineController.cpp57 RootShadowNode::Shared const &oldRootShadowNode, in shadowTreeWillCommit() argument
72 shadowTree, oldRootShadowNode, newRootShadowNode); in shadowTreeWillCommit()
H A DABI49_0_0TimelineController.h54 RootShadowNode::Shared const &oldRootShadowNode,
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/mounting/
H A DABI49_0_0ShadowTreeDelegate.h30 RootShadowNode::Shared const &oldRootShadowNode,
H A DABI49_0_0Differentiator.h49 ShadowNode const &oldRootShadowNode,
H A DABI49_0_0ShadowTree.cpp337 auto const &oldRootShadowNode = oldRevision.rootShadowNode; in tryCommit() local
347 progressState(*newRootShadowNode, *oldRootShadowNode); in tryCommit()
356 *this, oldRootShadowNode, newRootShadowNode); in tryCommit()
430 [](RootShadowNode const &oldRootShadowNode) -> RootShadowNode::Unshared { in commitEmptyTree() argument
432 oldRootShadowNode, in commitEmptyTree()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/mounting/
H A DABI48_0_0ShadowTreeDelegate.h30 RootShadowNode::Shared const &oldRootShadowNode,
H A DABI48_0_0Differentiator.h49 ShadowNode const &oldRootShadowNode,
H A DABI48_0_0ShadowTree.cpp337 auto const &oldRootShadowNode = oldRevision.rootShadowNode; in tryCommit() local
347 progressState(*newRootShadowNode, *oldRootShadowNode); in tryCommit()
378 *this, oldRootShadowNode, newRootShadowNode); in tryCommit()
423 [](RootShadowNode const &oldRootShadowNode) -> RootShadowNode::Unshared { in commitEmptyTree() argument
425 oldRootShadowNode, in commitEmptyTree()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/mounting/
H A DABI47_0_0ShadowTreeDelegate.h30 RootShadowNode::Shared const &oldRootShadowNode,
H A DABI47_0_0Differentiator.h49 ShadowNode const &oldRootShadowNode,
H A DABI47_0_0ShadowTree.cpp338 auto const &oldRootShadowNode = oldRevision.rootShadowNode; in tryCommit() local
348 progressState(*newRootShadowNode, *oldRootShadowNode); in tryCommit()
379 *this, oldRootShadowNode, newRootShadowNode); in tryCommit()
424 [](RootShadowNode const &oldRootShadowNode) -> RootShadowNode::Unshared { in commitEmptyTree() argument
426 oldRootShadowNode, in commitEmptyTree()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/uimanager/
H A DABI48_0_0UIManagerCommitHook.h37 RootShadowNode::Shared const &oldRootShadowNode,
H A DABI48_0_0UIManager.cpp144 [&](RootShadowNode const &oldRootShadowNode) { in completeSurface() argument
146 oldRootShadowNode, in completeSurface()
293 shadowTree.commit([&](RootShadowNode const &oldRootShadowNode) { in updateState() argument
296 auto rootNode = oldRootShadowNode.cloneTree( in updateState()
406 RootShadowNode::Shared const &oldRootShadowNode, in shadowTreeWillCommit() argument
413 shadowTree, oldRootShadowNode, resultRootShadowNode); in shadowTreeWillCommit()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/uimanager/
H A DABI47_0_0UIManagerCommitHook.h37 RootShadowNode::Shared const &oldRootShadowNode,
H A DABI47_0_0UIManager.cpp147 [&](RootShadowNode const &oldRootShadowNode) { in completeSurface() argument
149 oldRootShadowNode, in completeSurface()
296 shadowTree.commit([&](RootShadowNode const &oldRootShadowNode) { in updateState() argument
299 auto rootNode = oldRootShadowNode.cloneTree( in updateState()
409 RootShadowNode::Shared const &oldRootShadowNode, in shadowTreeWillCommit() argument
416 shadowTree, oldRootShadowNode, resultRootShadowNode); in shadowTreeWillCommit()

12