Home
last modified time | relevance | path

Searched refs:shadowNode (Results 1 – 25 of 176) sorted by relevance

12345678

/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/core/
H A DABI49_0_0TraitCast.h16 ShadowNodePointerT traitCastPointer(ParamT shadowNode) { in traitCastPointer() argument
19 if (!shadowNode || !shadowNode->getTraits().check(expectedIdentifier)) { in traitCastPointer()
23 return static_cast<ShadowNodePointerT>(shadowNode); in traitCastPointer()
27 ShadowNodeRefT traitCastRef(ParamT &&shadowNode) { in traitCastRef() argument
30 if (!shadowNode.getTraits().check(expectedIdentifier)) { in traitCastRef()
38 return static_cast<ShadowNodeRefT>(shadowNode); in traitCastRef()
43 const std::shared_ptr<ParamT> &shadowNode) { in traitCastShared() argument
45 if (!shadowNode || !shadowNode->getTraits().check(expectedIdentifier)) { in traitCastShared()
73 ShadowNodePointerT traitCast(ShadowNode *shadowNode) { in traitCast() argument
81 const std::shared_ptr<ParamT> &shadowNode) { in traitCast() argument
[all …]
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/core/tests/
H A DABI47_0_0FindNodeAtPointTest.cpp23 .finalize([](ViewShadowNode &shadowNode){ in TEST() argument
26 shadowNode.setLayoutMetrics(layoutMetrics); in TEST()
31 .finalize([](ViewShadowNode &shadowNode){ in TEST() argument
35 shadowNode.setLayoutMetrics(layoutMetrics); in TEST()
40 .finalize([](ViewShadowNode &shadowNode){ in TEST() argument
77 .finalize([](ViewShadowNode &shadowNode){ in TEST() argument
110 .finalize([](ViewShadowNode &shadowNode){ in TEST() argument
118 .finalize([](ViewShadowNode &shadowNode){ in TEST() argument
155 .finalize([](ViewShadowNode &shadowNode){ in TEST() argument
163 .finalize([](ViewShadowNode &shadowNode){ in TEST() argument
[all …]
H A DABI47_0_0ConcreteShadowNodeTest.cpp27 auto shadowNode = builder.build(element); in TEST() local
29 shadowNode->setStateData({{10, 11}, {{21, 22}, {301, 302}}, 0}); in TEST()
32 shadowNode->getState(), shadowNode->getFamily().getMostRecentState()); in TEST()
34 shadowNode->setMounted(true); in TEST()
37 shadowNode->getState(), shadowNode->getFamily().getMostRecentState()); in TEST()
39 auto stateData = shadowNode->getStateData(); in TEST()
H A DABI47_0_0LayoutableShadowNodeTest.cpp34 .finalize([](ViewShadowNode &shadowNode){ in TEST() argument
38 shadowNode.setLayoutMetrics(layoutMetrics); in TEST()
42 .finalize([](ViewShadowNode &shadowNode){ in TEST() argument
95 .finalize([](ViewShadowNode &shadowNode){ in TEST() argument
137 .finalize([](ViewShadowNode &shadowNode){ in TEST() argument
194 .finalize([](RootShadowNode &shadowNode){ in TEST() argument
250 .finalize([](ViewShadowNode &shadowNode){ in TEST() argument
258 auto shadowNode = builder.build(element); in TEST() local
262 shadowNode->getFamily(), *shadowNode, {}); in TEST()
295 auto shadowNode = builder.build(element); in TEST() local
[all …]
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/core/tests/
H A DABI48_0_0FindNodeAtPointTest.cpp23 .finalize([](ViewShadowNode &shadowNode){ in TEST() argument
26 shadowNode.setLayoutMetrics(layoutMetrics); in TEST()
31 .finalize([](ViewShadowNode &shadowNode){ in TEST() argument
35 shadowNode.setLayoutMetrics(layoutMetrics); in TEST()
40 .finalize([](ViewShadowNode &shadowNode){ in TEST() argument
77 .finalize([](ViewShadowNode &shadowNode){ in TEST() argument
110 .finalize([](ViewShadowNode &shadowNode){ in TEST() argument
118 .finalize([](ViewShadowNode &shadowNode){ in TEST() argument
155 .finalize([](ViewShadowNode &shadowNode){ in TEST() argument
163 .finalize([](ViewShadowNode &shadowNode){ in TEST() argument
[all …]
H A DABI48_0_0ConcreteShadowNodeTest.cpp27 auto shadowNode = builder.build(element); in TEST() local
29 shadowNode->setStateData({{10, 11}, {{21, 22}, {301, 302}}, 0}); in TEST()
32 shadowNode->getState(), shadowNode->getFamily().getMostRecentState()); in TEST()
34 shadowNode->setMounted(true); in TEST()
37 shadowNode->getState(), shadowNode->getFamily().getMostRecentState()); in TEST()
39 auto stateData = shadowNode->getStateData(); in TEST()
H A DABI48_0_0LayoutableShadowNodeTest.cpp37 .finalize([](ViewShadowNode &shadowNode){ in TEST() argument
41 shadowNode.setLayoutMetrics(layoutMetrics); in TEST()
45 .finalize([](ViewShadowNode &shadowNode){ in TEST() argument
98 .finalize([](ViewShadowNode &shadowNode){ in TEST() argument
140 .finalize([](ViewShadowNode &shadowNode){ in TEST() argument
197 .finalize([](RootShadowNode &shadowNode){ in TEST() argument
253 .finalize([](ViewShadowNode &shadowNode){ in TEST() argument
261 auto shadowNode = builder.build(element); in TEST() local
265 shadowNode->getFamily(), *shadowNode, {}); in TEST()
298 auto shadowNode = builder.build(element); in TEST() local
[all …]
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/core/tests/
H A DABI49_0_0FindNodeAtPointTest.cpp23 .finalize([](ViewShadowNode &shadowNode){ in TEST() argument
26 shadowNode.setLayoutMetrics(layoutMetrics); in TEST()
31 .finalize([](ViewShadowNode &shadowNode){ in TEST() argument
35 shadowNode.setLayoutMetrics(layoutMetrics); in TEST()
40 .finalize([](ViewShadowNode &shadowNode){ in TEST() argument
77 .finalize([](ViewShadowNode &shadowNode){ in TEST() argument
110 .finalize([](ViewShadowNode &shadowNode){ in TEST() argument
118 .finalize([](ViewShadowNode &shadowNode){ in TEST() argument
155 .finalize([](ViewShadowNode &shadowNode){ in TEST() argument
163 .finalize([](ViewShadowNode &shadowNode){ in TEST() argument
[all …]
H A DABI49_0_0ConcreteShadowNodeTest.cpp27 auto shadowNode = builder.build(element); in TEST() local
29 shadowNode->setStateData({{10, 11}, {{21, 22}, {301, 302}}, 0}); in TEST()
32 shadowNode->getState(), shadowNode->getFamily().getMostRecentState()); in TEST()
34 shadowNode->setMounted(true); in TEST()
37 shadowNode->getState(), shadowNode->getFamily().getMostRecentState()); in TEST()
39 auto stateData = shadowNode->getStateData(); in TEST()
H A DABI49_0_0LayoutableShadowNodeTest.cpp37 .finalize([](ViewShadowNode &shadowNode){ in TEST() argument
45 .finalize([](ViewShadowNode &shadowNode){ in TEST() argument
82 .finalize([](ViewShadowNode &shadowNode){ in TEST() argument
91 auto shadowNode = builder.build(element); in TEST() local
95 shadowNode->getFamily(), *shadowNode, {}); in TEST()
121 .finalize([](ViewShadowNode &shadowNode){ in TEST() argument
174 .finalize([](ViewShadowNode &shadowNode){ in TEST() argument
407 auto shadowNode = builder.build(element); in TEST() local
411 shadowNode->getFamily(), *shadowNode, {}); in TEST()
444 auto shadowNode = builder.build(element); in TEST() local
[all …]
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/mounting/
H A DABI49_0_0ShadowView.cpp24 ShadowView::ShadowView(const ShadowNode &shadowNode) in ShadowView() argument
25 : componentName(shadowNode.getComponentName()), in ShadowView()
26 componentHandle(shadowNode.getComponentHandle()), in ShadowView()
27 surfaceId(shadowNode.getSurfaceId()), in ShadowView()
28 tag(shadowNode.getTag()), in ShadowView()
29 traits(shadowNode.getTraits()), in ShadowView()
30 props(shadowNode.getProps()), in ShadowView()
31 eventEmitter(shadowNode.getEventEmitter()), in ShadowView()
33 state(shadowNode.getState()) {} in ShadowView()
82 return this->shadowNode == rhs.shadowNode; in operator ==()
[all …]
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/mounting/
H A DABI48_0_0ShadowView.cpp23 ShadowView::ShadowView(const ShadowNode &shadowNode) in ShadowView() argument
24 : componentName(shadowNode.getComponentName()), in ShadowView()
25 componentHandle(shadowNode.getComponentHandle()), in ShadowView()
26 surfaceId(shadowNode.getSurfaceId()), in ShadowView()
27 tag(shadowNode.getTag()), in ShadowView()
28 traits(shadowNode.getTraits()), in ShadowView()
29 props(shadowNode.getProps()), in ShadowView()
30 eventEmitter(shadowNode.getEventEmitter()), in ShadowView()
32 state(shadowNode.getState()) {} in ShadowView()
81 return this->shadowNode == rhs.shadowNode; in operator ==()
[all …]
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/mounting/
H A DABI47_0_0ShadowView.cpp23 ShadowView::ShadowView(const ShadowNode &shadowNode) in ShadowView() argument
24 : componentName(shadowNode.getComponentName()), in ShadowView()
25 componentHandle(shadowNode.getComponentHandle()), in ShadowView()
26 surfaceId(shadowNode.getSurfaceId()), in ShadowView()
27 tag(shadowNode.getTag()), in ShadowView()
28 traits(shadowNode.getTraits()), in ShadowView()
29 props(shadowNode.getProps()), in ShadowView()
30 eventEmitter(shadowNode.getEventEmitter()), in ShadowView()
32 state(shadowNode.getState()) {} in ShadowView()
81 return this->shadowNode == rhs.shadowNode; in operator ==()
[all …]
/expo/ios/vendored/unversioned/react-native-reanimated/Common/cpp/Registries/
H A DNewestShadowNodesRegistry.cpp13 ShadowNode::Shared shadowNode, in set() argument
15 map_[shadowNode->getTag()] = std::make_pair(shadowNode, parentTag); in set()
19 const ShadowNode::Shared &shadowNode) const { in has()
20 return map_.find(shadowNode->getTag()) != map_.cend(); in has()
29 const auto it = map_.find(shadowNode->getTag()); in update()
31 it->second.first = shadowNode; in update()
39 auto shadowNode = map_[tag].first; in remove() local
41 while (shadowNode != nullptr) { in remove()
43 for (const auto &child : shadowNode->getChildren()) { in remove()
54 auto it = map_.find(shadowNode->getTag()); in remove()
[all …]
/expo/android/vendored/unversioned/react-native-reanimated/Common/cpp/Registries/
H A DNewestShadowNodesRegistry.cpp13 ShadowNode::Shared shadowNode, in set() argument
15 map_[shadowNode->getTag()] = std::make_pair(shadowNode, parentTag); in set()
19 const ShadowNode::Shared &shadowNode) const { in has()
20 return map_.find(shadowNode->getTag()) != map_.cend(); in has()
29 const auto it = map_.find(shadowNode->getTag()); in update()
31 it->second.first = shadowNode; in update()
39 auto shadowNode = map_[tag].first; in remove() local
41 while (shadowNode != nullptr) { in remove()
43 for (const auto &child : shadowNode->getChildren()) { in remove()
54 auto it = map_.find(shadowNode->getTag()); in remove()
[all …]
/expo/android/vendored/sdk49/react-native-reanimated/Common/cpp/Registries/
H A DNewestShadowNodesRegistry.cpp13 ShadowNode::Shared shadowNode, in set() argument
15 map_[shadowNode->getTag()] = std::make_pair(shadowNode, parentTag); in set()
19 const ShadowNode::Shared &shadowNode) const { in has()
20 return map_.find(shadowNode->getTag()) != map_.cend(); in has()
29 const auto it = map_.find(shadowNode->getTag()); in update()
31 it->second.first = shadowNode; in update()
39 auto shadowNode = map_[tag].first; in remove() local
41 while (shadowNode != nullptr) { in remove()
43 for (const auto &child : shadowNode->getChildren()) { in remove()
54 auto it = map_.find(shadowNode->getTag()); in remove()
[all …]
/expo/ios/vendored/sdk49/react-native-reanimated/Common/cpp/Registries/
H A DNewestShadowNodesRegistry.cpp13 ShadowNode::Shared shadowNode, in set() argument
15 map_[shadowNode->getTag()] = std::make_pair(shadowNode, parentTag); in set()
19 const ShadowNode::Shared &shadowNode) const { in has()
20 return map_.find(shadowNode->getTag()) != map_.cend(); in has()
29 const auto it = map_.find(shadowNode->getTag()); in update()
31 it->second.first = shadowNode; in update()
39 auto shadowNode = map_[tag].first; in remove() local
41 while (shadowNode != nullptr) { in remove()
43 for (const auto &child : shadowNode->getChildren()) { in remove()
54 auto it = map_.find(shadowNode->getTag()); in remove()
[all …]
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/text/
H A DABI48_0_0RawTextShadowNode.h39 ShadowNode const &shadowNode) {
41 shadowNode.getTraits().check(ShadowNodeTraits::Trait::RawText);
44 return static_cast<RawTextShadowNode const &>(shadowNode);
49 ShadowNode const *shadowNode) {
50 if (!shadowNode) {
54 shadowNode->getTraits().check(ShadowNodeTraits::Trait::RawText);
58 return static_cast<RawTextShadowNode const *>(shadowNode);
H A DABI48_0_0TextShadowNode.h63 ShadowNode const &shadowNode) {
64 bool castable = shadowNode.getTraits().check(ShadowNodeTraits::Trait::Text);
67 return static_cast<TextShadowNode const &>(shadowNode);
72 ShadowNode const *shadowNode) {
73 if (!shadowNode) {
76 bool castable = shadowNode->getTraits().check(ShadowNodeTraits::Trait::Text);
80 return static_cast<TextShadowNode const *>(shadowNode);
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/components/text/
H A DABI47_0_0RawTextShadowNode.h39 ShadowNode const &shadowNode) {
41 shadowNode.getTraits().check(ShadowNodeTraits::Trait::RawText);
44 return static_cast<RawTextShadowNode const &>(shadowNode);
49 ShadowNode const *shadowNode) {
50 if (!shadowNode) {
54 shadowNode->getTraits().check(ShadowNodeTraits::Trait::RawText);
58 return static_cast<RawTextShadowNode const *>(shadowNode);
H A DABI47_0_0TextShadowNode.h63 ShadowNode const &shadowNode) {
64 bool castable = shadowNode.getTraits().check(ShadowNodeTraits::Trait::Text);
67 return static_cast<TextShadowNode const &>(shadowNode);
72 ShadowNode const *shadowNode) {
73 if (!shadowNode) {
76 bool castable = shadowNode->getTraits().check(ShadowNodeTraits::Trait::Text);
80 return static_cast<TextShadowNode const *>(shadowNode);
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/view/
H A DABI48_0_0YogaLayoutableShadowNode.h157 YogaLayoutableShadowNode const &shadowNode);
166 YogaLayoutableShadowNode const &shadowNode);
174 YogaLayoutableShadowNode const &shadowNode);
186 traitCast<YogaLayoutableShadowNode const &>(ShadowNode const &shadowNode) {
188 shadowNode.getTraits().check(ShadowNodeTraits::Trait::YogaLayoutableKind);
191 return static_cast<YogaLayoutableShadowNode const &>(shadowNode);
196 traitCast<YogaLayoutableShadowNode const *>(ShadowNode const *shadowNode) {
197 if (!shadowNode) {
200 bool castable = shadowNode->getTraits().check(
205 return static_cast<YogaLayoutableShadowNode const *>(shadowNode);
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/components/view/
H A DABI47_0_0YogaLayoutableShadowNode.h157 YogaLayoutableShadowNode const &shadowNode);
166 YogaLayoutableShadowNode const &shadowNode);
174 YogaLayoutableShadowNode const &shadowNode);
186 traitCast<YogaLayoutableShadowNode const &>(ShadowNode const &shadowNode) {
188 shadowNode.getTraits().check(ShadowNodeTraits::Trait::YogaLayoutableKind);
191 return static_cast<YogaLayoutableShadowNode const &>(shadowNode);
196 traitCast<YogaLayoutableShadowNode const *>(ShadowNode const *shadowNode) {
197 if (!shadowNode) {
200 bool castable = shadowNode->getTraits().check(
205 return static_cast<YogaLayoutableShadowNode const *>(shadowNode);
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/safeareaview/
H A DABI48_0_0SafeAreaViewComponentDescriptor.h23 void adopt(ShadowNode::Unshared const &shadowNode) const override { in adopt() argument
25 std::dynamic_pointer_cast<SafeAreaViewShadowNode>(shadowNode)); in adopt()
27 std::static_pointer_cast<SafeAreaViewShadowNode>(shadowNode); in adopt()
37 shadowNode->getState()); in adopt()
42 ConcreteComponentDescriptor::adopt(shadowNode); in adopt()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/components/safeareaview/
H A DABI47_0_0SafeAreaViewComponentDescriptor.h23 void adopt(ShadowNode::Unshared const &shadowNode) const override { in adopt() argument
25 std::dynamic_pointer_cast<SafeAreaViewShadowNode>(shadowNode)); in adopt()
27 std::static_pointer_cast<SafeAreaViewShadowNode>(shadowNode); in adopt()
37 shadowNode->getState()); in adopt()
42 ConcreteComponentDescriptor::adopt(shadowNode); in adopt()

12345678