Home
last modified time | relevance | path

Searched refs:Tag (Results 1 – 25 of 179) sorted by relevance

12345678

/expo/ios/vendored/unversioned/react-native-reanimated/Common/cpp/Registries/
H A DNewestShadowNodesRegistry.h18 void set(ShadowNode::Shared shadowNode, Tag parentTag);
24 ShadowNode::Shared get(Tag tag) const;
30 void remove(Tag tag);
34 std::unordered_map<Tag, std::pair<ShadowNode::Shared, Tag>> map_;
H A DNewestShadowNodesRegistry.cpp14 Tag parentTag) { in set()
23 ShadowNode::Shared NewestShadowNodesRegistry::get(Tag tag) const { in get()
34 void NewestShadowNodesRegistry::remove(Tag tag) { in remove()
55 Tag parentTag = it->second.second; in remove()
/expo/ios/vendored/sdk49/react-native-reanimated/Common/cpp/Registries/
H A DNewestShadowNodesRegistry.h18 void set(ShadowNode::Shared shadowNode, Tag parentTag);
24 ShadowNode::Shared get(Tag tag) const;
30 void remove(Tag tag);
34 std::unordered_map<Tag, std::pair<ShadowNode::Shared, Tag>> map_;
H A DNewestShadowNodesRegistry.cpp14 Tag parentTag) { in set()
23 ShadowNode::Shared NewestShadowNodesRegistry::get(Tag tag) const { in get()
34 void NewestShadowNodesRegistry::remove(Tag tag) { in remove()
55 Tag parentTag = it->second.second; in remove()
/expo/android/vendored/unversioned/react-native-reanimated/Common/cpp/Registries/
H A DNewestShadowNodesRegistry.h18 void set(ShadowNode::Shared shadowNode, Tag parentTag);
24 ShadowNode::Shared get(Tag tag) const;
30 void remove(Tag tag);
34 std::unordered_map<Tag, std::pair<ShadowNode::Shared, Tag>> map_;
H A DNewestShadowNodesRegistry.cpp14 Tag parentTag) { in set()
23 ShadowNode::Shared NewestShadowNodesRegistry::get(Tag tag) const { in get()
34 void NewestShadowNodesRegistry::remove(Tag tag) { in remove()
55 Tag parentTag = it->second.second; in remove()
/expo/android/vendored/sdk49/react-native-reanimated/Common/cpp/Registries/
H A DNewestShadowNodesRegistry.h18 void set(ShadowNode::Shared shadowNode, Tag parentTag);
24 ShadowNode::Shared get(Tag tag) const;
30 void remove(Tag tag);
34 std::unordered_map<Tag, std::pair<ShadowNode::Shared, Tag>> map_;
H A DNewestShadowNodesRegistry.cpp14 Tag parentTag) { in set()
23 ShadowNode::Shared NewestShadowNodesRegistry::get(Tag tag) const { in get()
34 void NewestShadowNodesRegistry::remove(Tag tag) { in remove()
55 Tag parentTag = it->second.second; in remove()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/core/
H A DABI47_0_0EventTarget.h33 using Tag = int32_t;
38 EventTarget(jsi::Runtime &runtime, jsi::Value const &instanceHandle, Tag tag);
66 Tag getTag() const;
72 Tag tag_;
H A DABI47_0_0EventTarget.cpp15 using Tag = EventTarget::Tag; typedef
20 Tag tag) in EventTarget()
65 Tag EventTarget::getTag() const { in getTag()
H A DABI47_0_0ShadowNodeFamilyFragment.h27 Tag const tag;
48 Tag tag;
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/core/
H A DABI49_0_0EventTarget.h33 using Tag = int32_t;
38 EventTarget(jsi::Runtime &runtime, jsi::Value const &instanceHandle, Tag tag);
66 Tag getTag() const;
72 Tag tag_;
H A DABI49_0_0EventTarget.cpp14 using Tag = EventTarget::Tag; typedef
19 Tag tag) in EventTarget()
64 Tag EventTarget::getTag() const { in getTag()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/core/
H A DABI48_0_0EventTarget.h33 using Tag = int32_t;
38 EventTarget(jsi::Runtime &runtime, jsi::Value const &instanceHandle, Tag tag);
66 Tag getTag() const;
72 Tag tag_;
H A DABI48_0_0EventTarget.cpp14 using Tag = EventTarget::Tag; typedef
19 Tag tag) in EventTarget()
64 Tag EventTarget::getTag() const { in getTag()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Fabric/Mounting/
H A DABI49_0_0RCTComponentViewRegistry.h32 … tag:(ABI49_0_0facebook::ABI49_0_0React::Tag)tag;
39 tag:(ABI49_0_0facebook::ABI49_0_0React::Tag)tag
45 …tViewDescriptor const &)componentViewDescriptorWithTag:(ABI49_0_0facebook::ABI49_0_0React::Tag)tag;
51 …_0RCTComponentViewProtocol> *)findComponentViewWithTag:(ABI49_0_0facebook::ABI49_0_0React::Tag)tag;
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Fabric/Mounting/
H A DABI48_0_0RCTComponentViewRegistry.h32 … tag:(ABI48_0_0facebook::ABI48_0_0React::Tag)tag;
39 tag:(ABI48_0_0facebook::ABI48_0_0React::Tag)tag
45 …tViewDescriptor const &)componentViewDescriptorWithTag:(ABI48_0_0facebook::ABI48_0_0React::Tag)tag;
51 …_0RCTComponentViewProtocol> *)findComponentViewWithTag:(ABI48_0_0facebook::ABI48_0_0React::Tag)tag;
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Fabric/Mounting/
H A DABI47_0_0RCTComponentViewRegistry.h32 … tag:(ABI47_0_0facebook::ABI47_0_0React::Tag)tag;
39 tag:(ABI47_0_0facebook::ABI47_0_0React::Tag)tag
45 …tViewDescriptor const &)componentViewDescriptorWithTag:(ABI47_0_0facebook::ABI47_0_0React::Tag)tag;
51 …_0RCTComponentViewProtocol> *)findComponentViewWithTag:(ABI47_0_0facebook::ABI47_0_0React::Tag)tag;
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Tests/Mounting/
H A DABI48_0_0RCTComponentViewRegistryTests.mm32 Tag nonExistingTag = 12;
37 Tag existingTag = 2;
50 Tag nonExistingTag = 12;
53 Tag existingTag = 2;
63 Tag existingTag = 2;
78 Tag nonExistingTag = 12;
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Tests/Mounting/
H A DABI47_0_0RCTComponentViewRegistryTests.mm31 Tag nonExistingTag = 12;
36 Tag existingTag = 2;
49 Tag nonExistingTag = 12;
52 Tag existingTag = 2;
62 Tag existingTag = 2;
77 Tag nonExistingTag = 12;
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Tests/Mounting/
H A DABI49_0_0RCTComponentViewRegistryTests.mm32 Tag nonExistingTag = 12;
37 Tag existingTag = 2;
50 Tag nonExistingTag = 12;
53 Tag existingTag = 2;
63 Tag existingTag = 2;
78 Tag nonExistingTag = 12;
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/mounting/
H A DABI49_0_0StubViewTree.h31 StubView const &getStubView(Tag tag) const;
39 Tag rootTag;
40 std::unordered_map<Tag, StubView::Shared> registry{};
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/mounting/
H A DABI48_0_0StubViewTree.h31 StubView const &getStubView(Tag tag) const;
39 Tag rootTag;
40 std::unordered_map<Tag, StubView::Shared> registry{};
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/mounting/
H A DABI47_0_0StubViewTree.h31 StubView const &getStubView(Tag tag) const;
39 Tag rootTag;
40 std::unordered_map<Tag, StubView::Shared> registry{};
/expo/docs/ui/components/Tag/
H A Dindex.tsx4 export { Tag } from './Tag';

12345678