| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/core/ |
| H A D | ABI48_0_0ComponentDescriptor.h | 80 virtual ShadowNode::Shared createShadowNode( 105 virtual Props::Shared cloneProps( 107 const Props::Shared &props, 114 virtual Props::Shared interpolateProps( 117 const Props::Shared &props, 118 const Props::Shared &newProps) const = 0; 124 virtual State::Shared createInitialState( 132 virtual State::Shared createState( 134 const StateData::Shared &data) const = 0; 145 ContextContainer::Shared contextContainer_; [all …]
|
| H A D | ABI48_0_0State.h | 28 using Shared = std::shared_ptr<const State>; 37 explicit State(StateData::Shared data, State const &state); 39 StateData::Shared data, 40 ShadowNodeFamily::Shared const &family); 50 State::Shared getMostRecentState() const; 56 State::Shared getMostRecentStateIfObsolete() const; 82 StateData::Shared const &getDataPointer() const { in getDataPointer() 97 StateData::Shared data_;
|
| H A D | ABI48_0_0ShadowNodeFragment.h | 29 Props::Shared const &props = propsPlaceholder(); 31 State::Shared const &state = statePlaceholder(); 38 static Props::Shared const &propsPlaceholder(); 40 static State::Shared const &statePlaceholder(); 59 Props::Shared props; 61 State::Shared state;
|
| H A D | ABI48_0_0ShadowNode.h | 34 using Shared = std::shared_ptr<ShadowNode const>; 74 ShadowNodeFamily::Shared family, 121 Props::Shared const &getProps() const; 140 const State::Shared &getState() const; 149 State::Shared getMostRecentState() const; 164 void appendChild(Shared const &child); 167 Shared const &newChild, 194 Props::Shared props_; 196 State::Shared state_; 211 ShadowNodeFamily::Shared family_; [all …]
|
| H A D | ABI48_0_0ConcreteComponentDescriptor.h | 68 ShadowNode::Shared createShadowNode( in createShadowNode() 89 const ShadowNode::Shared &parentShadowNode, in appendChild() 98 virtual Props::Shared cloneProps( in cloneProps() 100 const Props::Shared &props, in cloneProps() 130 Props::Shared interpolateProps( in interpolateProps() 133 const Props::Shared &props, in interpolateProps() 134 const Props::Shared &newProps) const override { in interpolateProps() 138 Props::Shared interpolatedPropsShared = in interpolateProps() 154 virtual State::Shared createInitialState( in createInitialState() 169 virtual State::Shared createState( in createState() [all …]
|
| H A D | ABI48_0_0State.cpp | 19 State::State(StateData::Shared data, State const &state) in State() 24 State::State(StateData::Shared data, ShadowNodeFamily::Shared const &family) in State() 29 State::Shared State::getMostRecentState() const { in getMostRecentState() 38 State::Shared State::getMostRecentStateIfObsolete() const { in getMostRecentStateIfObsolete()
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/core/ |
| H A D | ABI49_0_0ComponentDescriptor.h | 80 virtual ShadowNode::Shared createShadowNode( 105 virtual Props::Shared cloneProps( 107 const Props::Shared &props, 114 virtual Props::Shared interpolateProps( 117 const Props::Shared &props, 118 const Props::Shared &newProps) const = 0; 124 virtual State::Shared createInitialState( 132 virtual State::Shared createState( 134 const StateData::Shared &data) const = 0; 145 ContextContainer::Shared contextContainer_; [all …]
|
| H A D | ABI49_0_0State.h | 28 using Shared = std::shared_ptr<const State>; 37 explicit State(StateData::Shared data, State const &state); 39 StateData::Shared data, 40 ShadowNodeFamily::Shared const &family); 50 State::Shared getMostRecentState() const; 56 State::Shared getMostRecentStateIfObsolete() const; 82 StateData::Shared const &getDataPointer() const { in getDataPointer() 97 StateData::Shared data_;
|
| H A D | ABI49_0_0ShadowNode.h | 36 using Shared = std::shared_ptr<ShadowNode const>; 76 ShadowNodeFamily::Shared family, 123 Props::Shared const &getProps() const; 142 const State::Shared &getState() const; 151 State::Shared getMostRecentState() const; 166 virtual void appendChild(Shared const &child); 169 Shared const &newChild, 196 Props::Shared props_; 198 State::Shared state_; 213 ShadowNodeFamily::Shared family_; [all …]
|
| H A D | ABI49_0_0ShadowNodeFragment.h | 29 Props::Shared const &props = propsPlaceholder(); 31 State::Shared const &state = statePlaceholder(); 38 static Props::Shared const &propsPlaceholder(); 40 static State::Shared const &statePlaceholder(); 59 Props::Shared props; 61 State::Shared state;
|
| H A D | ABI49_0_0ConcreteComponentDescriptor.h | 68 ShadowNode::Shared createShadowNode( in createShadowNode() 89 const ShadowNode::Shared &parentShadowNode, in appendChild() 98 virtual Props::Shared cloneProps( in cloneProps() 100 const Props::Shared &props, in cloneProps() 130 Props::Shared interpolateProps( in interpolateProps() 133 const Props::Shared &props, in interpolateProps() 134 const Props::Shared &newProps) const override { in interpolateProps() 138 Props::Shared interpolatedPropsShared = in interpolateProps() 154 virtual State::Shared createInitialState( in createInitialState() 169 virtual State::Shared createState( in createState() [all …]
|
| H A D | ABI49_0_0State.cpp | 19 State::State(StateData::Shared data, State const &state) in State() 24 State::State(StateData::Shared data, ShadowNodeFamily::Shared const &family) in State() 29 State::Shared State::getMostRecentState() const { in getMostRecentState() 38 State::Shared State::getMostRecentStateIfObsolete() const { in getMostRecentStateIfObsolete()
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/core/ |
| H A D | ABI47_0_0ComponentDescriptor.h | 80 virtual ShadowNode::Shared createShadowNode( 105 virtual Props::Shared cloneProps( 107 const Props::Shared &props, 114 virtual Props::Shared interpolateProps( 117 const Props::Shared &props, 118 const Props::Shared &newProps) const = 0; 124 virtual State::Shared createInitialState( 132 virtual State::Shared createState( 134 const StateData::Shared &data) const = 0; 145 ContextContainer::Shared contextContainer_; [all …]
|
| H A D | ABI47_0_0State.h | 28 using Shared = std::shared_ptr<const State>; 37 explicit State(StateData::Shared data, State const &state); 39 StateData::Shared data, 40 ShadowNodeFamily::Shared const &family); 50 State::Shared getMostRecentState() const; 56 State::Shared getMostRecentStateIfObsolete() const; 82 StateData::Shared const &getDataPointer() const { in getDataPointer() 97 StateData::Shared data_;
|
| H A D | ABI47_0_0ShadowNodeFragment.h | 29 Props::Shared const &props = propsPlaceholder(); 31 State::Shared const &state = statePlaceholder(); 38 static Props::Shared const &propsPlaceholder(); 40 static State::Shared const &statePlaceholder(); 59 Props::Shared props; 61 State::Shared state;
|
| H A D | ABI47_0_0ShadowNode.h | 34 using Shared = std::shared_ptr<ShadowNode const>; 74 ShadowNodeFamily::Shared family, 121 Props::Shared const &getProps() const; 135 const State::Shared &getState() const; 144 State::Shared getMostRecentState() const; 159 void appendChild(Shared const &child); 162 Shared const &newChild, 189 Props::Shared props_; 191 State::Shared state_; 206 ShadowNodeFamily::Shared family_; [all …]
|
| H A D | ABI47_0_0ConcreteComponentDescriptor.h | 67 ShadowNode::Shared createShadowNode( in createShadowNode() 88 const ShadowNode::Shared &parentShadowNode, in appendChild() 97 virtual Props::Shared cloneProps( in cloneProps() 99 const Props::Shared &props, in cloneProps() 129 Props::Shared interpolateProps( in interpolateProps() 132 const Props::Shared &props, in interpolateProps() 133 const Props::Shared &newProps) const override { in interpolateProps() 137 Props::Shared interpolatedPropsShared = in interpolateProps() 153 virtual State::Shared createInitialState( in createInitialState() 168 virtual State::Shared createState( in createState() [all …]
|
| H A D | ABI47_0_0State.cpp | 20 State::State(StateData::Shared data, State const &state) in State() 25 State::State(StateData::Shared data, ShadowNodeFamily::Shared const &family) in State() 30 State::Shared State::getMostRecentState() const { in getMostRecentState() 39 State::Shared State::getMostRecentStateIfObsolete() const { in getMostRecentStateIfObsolete()
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/uimanager/ |
| H A D | ABI49_0_0UIManager.h | 39 ContextContainer::Shared contextContainer); 85 ShadowNode::Shared getNewestCloneOfShadowNode( 115 ShadowNode::Shared createNode( 122 ShadowNode::Shared cloneNode( 137 ShadowNode::Shared const &shadowNode, 141 ShadowNode::Shared findNodeAtPoint( 142 ShadowNode::Shared const &shadowNode, 162 const ShadowNode::Shared &shadowNode, 167 ShadowNode::Shared const &shadowNode, 171 const ShadowNode::Shared &shadowNode, [all …]
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/uimanager/ |
| H A D | ABI47_0_0UIManager.h | 38 ContextContainer::Shared contextContainer); 84 ShadowNode::Shared getNewestCloneOfShadowNode( 114 ShadowNode::Shared createNode( 121 ShadowNode::Shared cloneNode( 127 const ShadowNode::Shared &parentShadowNode, 136 ShadowNode::Shared const &shadowNode, 140 ShadowNode::Shared findNodeAtPoint( 141 ShadowNode::Shared const &shadowNode, 161 const ShadowNode::Shared &shadowNode, 166 const ShadowNode::Shared &shadowNode, [all …]
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/uimanager/ |
| H A D | ABI48_0_0UIManager.h | 38 ContextContainer::Shared contextContainer); 84 ShadowNode::Shared getNewestCloneOfShadowNode( 114 ShadowNode::Shared createNode( 121 ShadowNode::Shared cloneNode( 127 const ShadowNode::Shared &parentShadowNode, 136 ShadowNode::Shared const &shadowNode, 140 ShadowNode::Shared findNodeAtPoint( 141 ShadowNode::Shared const &shadowNode, 161 const ShadowNode::Shared &shadowNode, 166 const ShadowNode::Shared &shadowNode, [all …]
|
| /expo/ios/vendored/unversioned/react-native-reanimated/Common/cpp/Registries/ |
| H A D | NewestShadowNodesRegistry.h | 18 void set(ShadowNode::Shared shadowNode, Tag parentTag); 21 bool has(const ShadowNode::Shared &shadowNode) const; 24 ShadowNode::Shared get(Tag tag) const; 27 void update(ShadowNode::Shared shadowNode); 34 std::unordered_map<Tag, std::pair<ShadowNode::Shared, Tag>> map_;
|
| /expo/ios/vendored/sdk49/react-native-reanimated/Common/cpp/Registries/ |
| H A D | NewestShadowNodesRegistry.h | 18 void set(ShadowNode::Shared shadowNode, Tag parentTag); 21 bool has(const ShadowNode::Shared &shadowNode) const; 24 ShadowNode::Shared get(Tag tag) const; 27 void update(ShadowNode::Shared shadowNode); 34 std::unordered_map<Tag, std::pair<ShadowNode::Shared, Tag>> map_;
|
| /expo/android/vendored/unversioned/react-native-reanimated/Common/cpp/Registries/ |
| H A D | NewestShadowNodesRegistry.h | 18 void set(ShadowNode::Shared shadowNode, Tag parentTag); 21 bool has(const ShadowNode::Shared &shadowNode) const; 24 ShadowNode::Shared get(Tag tag) const; 27 void update(ShadowNode::Shared shadowNode); 34 std::unordered_map<Tag, std::pair<ShadowNode::Shared, Tag>> map_;
|
| /expo/android/vendored/sdk49/react-native-reanimated/Common/cpp/Registries/ |
| H A D | NewestShadowNodesRegistry.h | 18 void set(ShadowNode::Shared shadowNode, Tag parentTag); 21 bool has(const ShadowNode::Shared &shadowNode) const; 24 ShadowNode::Shared get(Tag tag) const; 27 void update(ShadowNode::Shared shadowNode); 34 std::unordered_map<Tag, std::pair<ShadowNode::Shared, Tag>> map_;
|