Home
last modified time | relevance | path

Searched refs:rootShadowNode (Results 1 – 25 of 51) sorted by relevance

123

/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/root/tests/
H A DABI48_0_0RootShadowNodeTest.cpp23 std::shared_ptr<RootShadowNode> rootShadowNode; in TEST() local
27 Element<RootShadowNode>().reference(rootShadowNode).tag(1).props([&] { in TEST()
35 ABI48_0_0EXPECT_FALSE(rootShadowNode->getIsLayoutClean()); in TEST()
36 ABI48_0_0EXPECT_TRUE(rootShadowNode->layoutIfNeeded()); in TEST()
37 ABI48_0_0EXPECT_TRUE(rootShadowNode->getIsLayoutClean()); in TEST()
39 auto clonedWithDiffentLayoutConstraints = rootShadowNode->clone( in TEST()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/components/root/tests/
H A DABI47_0_0RootShadowNodeTest.cpp23 std::shared_ptr<RootShadowNode> rootShadowNode; in TEST() local
27 Element<RootShadowNode>().reference(rootShadowNode).tag(1).props([&] { in TEST()
35 ABI47_0_0EXPECT_FALSE(rootShadowNode->getIsLayoutClean()); in TEST()
36 ABI47_0_0EXPECT_TRUE(rootShadowNode->layoutIfNeeded()); in TEST()
37 ABI47_0_0EXPECT_TRUE(rootShadowNode->getIsLayoutClean()); in TEST()
39 auto clonedWithDiffentLayoutConstraints = rootShadowNode->clone( in TEST()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/root/tests/
H A DABI49_0_0RootShadowNodeTest.cpp23 std::shared_ptr<RootShadowNode> rootShadowNode; in TEST() local
27 Element<RootShadowNode>().reference(rootShadowNode).tag(1).props([&] { in TEST()
35 ABI49_0_0EXPECT_FALSE(rootShadowNode->getIsLayoutClean()); in TEST()
36 ABI49_0_0EXPECT_TRUE(rootShadowNode->layoutIfNeeded()); in TEST()
37 ABI49_0_0EXPECT_TRUE(rootShadowNode->getIsLayoutClean()); in TEST()
39 auto clonedWithDifferentLayoutConstraints = rootShadowNode->clone( in TEST()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/mounting/
H A DABI49_0_0stubs.cpp66 ShadowNode const &rootShadowNode) { in buildStubViewTreeWithoutUsingDifferentiator() argument
72 ShadowView(rootShadowNode), in buildStubViewTreeWithoutUsingDifferentiator()
73 sliceChildShadowNodeViewPairsLegacy(rootShadowNode)); in buildStubViewTreeWithoutUsingDifferentiator()
75 auto emptyRootShadowNode = rootShadowNode.clone(ShadowNodeFragment{ in buildStubViewTreeWithoutUsingDifferentiator()
85 ShadowNode const &rootShadowNode) { in buildStubViewTreeUsingDifferentiator() argument
86 auto emptyRootShadowNode = rootShadowNode.clone(ShadowNodeFragment{ in buildStubViewTreeUsingDifferentiator()
91 calculateShadowViewMutations(*emptyRootShadowNode, rootShadowNode); in buildStubViewTreeUsingDifferentiator()
H A DABI49_0_0MountingCoordinator.cpp23 : surfaceId_(baseRevision.rootShadowNode->getSurfaceId()), in MountingCoordinator()
28 *baseRevision_.rootShadowNode); in MountingCoordinator()
57 baseRevision_.rootShadowNode.reset(); in revoke()
92 *baseRevision_.rootShadowNode, *lastRevision_->rootShadowNode); in pullTransaction()
140 *lastRevision_->rootShadowNode); in pullTransaction()
148 baseRevision_.rootShadowNode->getDebugDescription()); in pullTransaction()
159 lastRevision_->rootShadowNode->getDebugDescription()); in pullTransaction()
H A DABI49_0_0stubs.h22 ShadowNode const &rootShadowNode);
29 ShadowNode const &rootShadowNode);
H A DABI49_0_0ShadowTreeRevision.h34 RootShadowNode::Shared rootShadowNode; variable
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/mounting/
H A DABI48_0_0stubs.cpp66 ShadowNode const &rootShadowNode) { in buildStubViewTreeWithoutUsingDifferentiator() argument
72 ShadowView(rootShadowNode), in buildStubViewTreeWithoutUsingDifferentiator()
73 sliceChildShadowNodeViewPairsLegacy(rootShadowNode)); in buildStubViewTreeWithoutUsingDifferentiator()
75 auto emptyRootShadowNode = rootShadowNode.clone(ShadowNodeFragment{ in buildStubViewTreeWithoutUsingDifferentiator()
85 ShadowNode const &rootShadowNode) { in buildStubViewTreeUsingDifferentiator() argument
86 auto emptyRootShadowNode = rootShadowNode.clone(ShadowNodeFragment{ in buildStubViewTreeUsingDifferentiator()
91 calculateShadowViewMutations(*emptyRootShadowNode, rootShadowNode); in buildStubViewTreeUsingDifferentiator()
H A DABI48_0_0MountingCoordinator.cpp23 : surfaceId_(baseRevision.rootShadowNode->getSurfaceId()), in MountingCoordinator()
28 *baseRevision_.rootShadowNode); in MountingCoordinator()
57 baseRevision_.rootShadowNode.reset(); in revoke()
92 *baseRevision_.rootShadowNode, *lastRevision_->rootShadowNode); in pullTransaction()
140 *lastRevision_->rootShadowNode); in pullTransaction()
148 baseRevision_.rootShadowNode->getDebugDescription()); in pullTransaction()
159 lastRevision_->rootShadowNode->getDebugDescription()); in pullTransaction()
H A DABI48_0_0stubs.h22 ShadowNode const &rootShadowNode);
29 ShadowNode const &rootShadowNode);
H A DABI48_0_0ShadowTreeRevision.h34 RootShadowNode::Shared rootShadowNode; variable
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/mounting/
H A DABI47_0_0stubs.cpp67 ShadowNode const &rootShadowNode) { in buildStubViewTreeWithoutUsingDifferentiator() argument
73 ShadowView(rootShadowNode), in buildStubViewTreeWithoutUsingDifferentiator()
74 sliceChildShadowNodeViewPairsLegacy(rootShadowNode)); in buildStubViewTreeWithoutUsingDifferentiator()
76 auto emptyRootShadowNode = rootShadowNode.clone(ShadowNodeFragment{ in buildStubViewTreeWithoutUsingDifferentiator()
86 ShadowNode const &rootShadowNode) { in buildStubViewTreeUsingDifferentiator() argument
87 auto emptyRootShadowNode = rootShadowNode.clone(ShadowNodeFragment{ in buildStubViewTreeUsingDifferentiator()
92 calculateShadowViewMutations(*emptyRootShadowNode, rootShadowNode); in buildStubViewTreeUsingDifferentiator()
H A DABI47_0_0MountingCoordinator.cpp24 : surfaceId_(baseRevision.rootShadowNode->getSurfaceId()), in MountingCoordinator()
29 *baseRevision_.rootShadowNode); in MountingCoordinator()
58 baseRevision_.rootShadowNode.reset(); in revoke()
93 *baseRevision_.rootShadowNode, *lastRevision_->rootShadowNode); in pullTransaction()
141 *lastRevision_->rootShadowNode); in pullTransaction()
149 baseRevision_.rootShadowNode->getDebugDescription()); in pullTransaction()
160 lastRevision_->rootShadowNode->getDebugDescription()); in pullTransaction()
H A DABI47_0_0stubs.h22 ShadowNode const &rootShadowNode);
29 ShadowNode const &rootShadowNode);
H A DABI47_0_0ShadowTreeRevision.h34 RootShadowNode::Shared rootShadowNode; variable
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/test_utils/
H A DABI47_0_0shadowTreeGeneration.h63 static int countShadowNodes(ShadowNode::Shared const &rootShadowNode) { in countShadowNodes() argument
67 rootShadowNode, in countShadowNodes()
92 ShadowNode::Shared const &rootShadowNode) { in findRandomShadowNode() argument
93 auto count = countShadowNodes(rootShadowNode); in findRandomShadowNode()
95 rootShadowNode, in findRandomShadowNode()
256 RootShadowNode::Shared &rootShadowNode, in alterShadowTree() argument
258 auto edge = findRandomShadowNode(entropy, rootShadowNode); in alterShadowTree()
260 rootShadowNode = in alterShadowTree()
261 std::static_pointer_cast<RootShadowNode>(rootShadowNode->cloneTree( in alterShadowTree()
269 RootShadowNode::Shared &rootShadowNode, in alterShadowTree() argument
[all …]
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/test_utils/
H A DABI49_0_0shadowTreeGeneration.h64 static int countShadowNodes(ShadowNode::Shared const &rootShadowNode) { in countShadowNodes() argument
68 rootShadowNode, in countShadowNodes()
93 ShadowNode::Shared const &rootShadowNode) { in findRandomShadowNode() argument
94 auto count = countShadowNodes(rootShadowNode); in findRandomShadowNode()
96 rootShadowNode, in findRandomShadowNode()
262 RootShadowNode::Shared &rootShadowNode, in alterShadowTree() argument
264 auto edge = findRandomShadowNode(entropy, rootShadowNode); in alterShadowTree()
266 rootShadowNode = in alterShadowTree()
267 std::static_pointer_cast<RootShadowNode>(rootShadowNode->cloneTree( in alterShadowTree()
275 RootShadowNode::Shared &rootShadowNode, in alterShadowTree() argument
[all …]
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/test_utils/
H A DABI48_0_0shadowTreeGeneration.h64 static int countShadowNodes(ShadowNode::Shared const &rootShadowNode) { in countShadowNodes() argument
68 rootShadowNode, in countShadowNodes()
93 ShadowNode::Shared const &rootShadowNode) { in findRandomShadowNode() argument
94 auto count = countShadowNodes(rootShadowNode); in findRandomShadowNode()
96 rootShadowNode, in findRandomShadowNode()
262 RootShadowNode::Shared &rootShadowNode, in alterShadowTree() argument
264 auto edge = findRandomShadowNode(entropy, rootShadowNode); in alterShadowTree()
266 rootShadowNode = in alterShadowTree()
267 std::static_pointer_cast<RootShadowNode>(rootShadowNode->cloneTree( in alterShadowTree()
275 RootShadowNode::Shared &rootShadowNode, in alterShadowTree() argument
[all …]
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/timeline/
H A DABI48_0_0Timeline.cpp15 record(shadowTree.getCurrentRevision().rootShadowNode); in Timeline()
89 RootShadowNode::Shared const &rootShadowNode) const noexcept { in record()
91 snapshots_.push_back(TimelineSnapshot{rootShadowNode, index}); in record()
106 auto rootShadowNode = snapshot.getRootShadowNode(); in rewind() local
112 rootShadowNode->ShadowNode::clone({})); in rewind()
H A DABI48_0_0TimelineSnapshot.cpp17 RootShadowNode::Shared rootShadowNode, in TimelineSnapshot() argument
19 : rootShadowNode_(std::move(rootShadowNode)), in TimelineSnapshot()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/timeline/
H A DABI49_0_0Timeline.cpp15 record(shadowTree.getCurrentRevision().rootShadowNode); in Timeline()
89 RootShadowNode::Shared const &rootShadowNode) const noexcept { in record()
91 snapshots_.push_back(TimelineSnapshot{rootShadowNode, index}); in record()
106 auto rootShadowNode = snapshot.getRootShadowNode(); in rewind() local
112 rootShadowNode->ShadowNode::clone({})); in rewind()
H A DABI49_0_0TimelineSnapshot.cpp17 RootShadowNode::Shared rootShadowNode, in TimelineSnapshot() argument
19 : rootShadowNode_(std::move(rootShadowNode)), in TimelineSnapshot()
H A DABI49_0_0TimelineSnapshot.h23 TimelineSnapshot(RootShadowNode::Shared rootShadowNode, int index) noexcept;
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/timeline/
H A DABI47_0_0Timeline.cpp16 record(shadowTree.getCurrentRevision().rootShadowNode); in Timeline()
90 RootShadowNode::Shared const &rootShadowNode) const noexcept { in record()
92 snapshots_.push_back(TimelineSnapshot{rootShadowNode, index}); in record()
107 auto rootShadowNode = snapshot.getRootShadowNode(); in rewind() local
112 rootShadowNode->ShadowNode::clone({})); in rewind()
H A DABI47_0_0TimelineSnapshot.cpp18 RootShadowNode::Shared rootShadowNode, in TimelineSnapshot() argument
20 : rootShadowNode_(std::move(rootShadowNode)), in TimelineSnapshot()

123