Home
last modified time | relevance | path

Searched refs:propsParserContext (Results 1 – 16 of 16) sorted by relevance

/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/root/
H A DABI48_0_0RootShadowNode.cpp41 PropsParserContext const &propsParserContext, in clone() argument
45 propsParserContext, getConcreteProps(), layoutConstraints, layoutContext); in clone()
H A DABI48_0_0RootShadowNode.h55 PropsParserContext const &propsParserContext,
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/root/
H A DABI49_0_0RootShadowNode.cpp41 PropsParserContext const &propsParserContext, in clone() argument
45 propsParserContext, getConcreteProps(), layoutConstraints, layoutContext); in clone()
H A DABI49_0_0RootShadowNode.h55 PropsParserContext const &propsParserContext,
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/components/root/
H A DABI47_0_0RootShadowNode.cpp42 PropsParserContext const &propsParserContext, in clone() argument
46 propsParserContext, getConcreteProps(), layoutConstraints, layoutContext); in clone()
H A DABI47_0_0RootShadowNode.h55 PropsParserContext const &propsParserContext,
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/uimanager/
H A DABI49_0_0UIManager.cpp68 PropsParserContext propsParserContext{surfaceId, *contextContainer_.get()}; in createNode() local
74 componentDescriptor.cloneProps(propsParserContext, nullptr, rawProps); in createNode()
85 propsParserContext, in createNode()
110 PropsParserContext propsParserContext{ in cloneNode() local
128 propsParserContext, in cloneNode()
133 propsParserContext, shadowNode.getProps(), *rawProps); in cloneNode()
382 PropsParserContext propsParserContext{ in setNativeProps_DEPRECATED() local
385 propsParserContext, in setNativeProps_DEPRECATED()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/uimanager/
H A DABI47_0_0UIManager.cpp67 PropsParserContext propsParserContext{surfaceId, *contextContainer_.get()}; in createNode() local
73 componentDescriptor.cloneProps(propsParserContext, nullptr, rawProps); in createNode()
84 propsParserContext, in createNode()
109 PropsParserContext propsParserContext{ in cloneNode() local
118 propsParserContext, shadowNode.getProps(), *rawProps) in cloneNode()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/uimanager/
H A DABI48_0_0UIManager.cpp67 PropsParserContext propsParserContext{surfaceId, *contextContainer_.get()}; in createNode() local
73 componentDescriptor.cloneProps(propsParserContext, nullptr, rawProps); in createNode()
84 propsParserContext, in createNode()
109 PropsParserContext propsParserContext{ in cloneNode() local
119 propsParserContext, shadowNode.getProps(), *rawProps) in cloneNode()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/scheduler/
H A DABI49_0_0SurfaceHandler.cpp201 PropsParserContext propsParserContext{ in measure() local
205 propsParserContext, layoutConstraints, layoutContext); in measure()
233 PropsParserContext propsParserContext{ in constraintLayout() local
241 propsParserContext, layoutConstraints, layoutContext); in constraintLayout()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/scheduler/
H A DABI47_0_0SurfaceHandler.cpp206 PropsParserContext propsParserContext{ in measure() local
210 propsParserContext, layoutConstraints, layoutContext); in measure()
238 PropsParserContext propsParserContext{ in constraintLayout() local
245 propsParserContext, layoutConstraints, layoutContext); in constraintLayout()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/scheduler/
H A DABI48_0_0SurfaceHandler.cpp205 PropsParserContext propsParserContext{ in measure() local
209 propsParserContext, layoutConstraints, layoutContext); in measure()
237 PropsParserContext propsParserContext{ in constraintLayout() local
244 propsParserContext, layoutConstraints, layoutContext); in constraintLayout()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/core/
H A DABI49_0_0ShadowNode.cpp123 auto propsParserContext = PropsParserContext{family_->getSurfaceId(), {}}; in clone()
128 propsParserContext, props_, RawProps(*family.nativeProps_DEPRECATED)); in clone()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/animations/
H A DABI48_0_0LayoutAnimationKeyFrameManager.cpp221 PropsParserContext propsParserContext{surfaceId, *contextContainer_}; in pullTransaction() local
462 .cloneProps(propsParserContext, viewStart.props, {}); in pullTransaction()
485 .cloneProps(propsParserContext, viewStart.props, {}); in pullTransaction()
585 .cloneProps(propsParserContext, viewFinal.props, {}); in pullTransaction()
610 .cloneProps(propsParserContext, viewFinal.props, {}); in pullTransaction()
1141 PropsParserContext propsParserContext{ in createInterpolatedShadowView() local
1144 propsParserContext, progress, startingView.props, finalView.props); in createInterpolatedShadowView()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/animations/
H A DABI49_0_0LayoutAnimationKeyFrameManager.cpp225 PropsParserContext propsParserContext{surfaceId, *contextContainer_}; in pullTransaction() local
466 .cloneProps(propsParserContext, viewStart.props, {}); in pullTransaction()
489 .cloneProps(propsParserContext, viewStart.props, {}); in pullTransaction()
589 .cloneProps(propsParserContext, viewFinal.props, {}); in pullTransaction()
614 .cloneProps(propsParserContext, viewFinal.props, {}); in pullTransaction()
1155 PropsParserContext propsParserContext{ in createInterpolatedShadowView() local
1158 propsParserContext, progress, startingView.props, finalView.props); in createInterpolatedShadowView()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/animations/
H A DABI47_0_0LayoutAnimationKeyFrameManager.cpp235 PropsParserContext propsParserContext{surfaceId, *contextContainer_}; in pullTransaction() local
476 .cloneProps(propsParserContext, viewStart.props, {}); in pullTransaction()
499 .cloneProps(propsParserContext, viewStart.props, {}); in pullTransaction()
599 .cloneProps(propsParserContext, viewFinal.props, {}); in pullTransaction()
624 .cloneProps(propsParserContext, viewFinal.props, {}); in pullTransaction()
1155 PropsParserContext propsParserContext{ in createInterpolatedShadowView() local
1158 propsParserContext, progress, startingView.props, finalView.props); in createInterpolatedShadowView()