Home
last modified time | relevance | path

Searched refs:LongLivedObject (Results 1 – 25 of 28) sorted by relevance

12

/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/bridging/
H A DABI49_0_0LongLivedObject.h27 class LongLivedObject {
32 LongLivedObject() = default;
33 virtual ~LongLivedObject() = default;
46 void add(std::shared_ptr<LongLivedObject> o);
47 void remove(const LongLivedObject *o);
54 std::unordered_set<std::shared_ptr<LongLivedObject>> collection_;
H A DABI49_0_0LongLivedObject.cpp19 void LongLivedObjectCollection::add(std::shared_ptr<LongLivedObject> so) { in add()
24 void LongLivedObjectCollection::remove(const LongLivedObject *o) { in remove()
46 void LongLivedObject::allowRelease() { in allowRelease()
H A DABI49_0_0CallbackWrapper.h19 class CallbackWrapper : public LongLivedObject {
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/bridging/
H A DABI48_0_0LongLivedObject.h27 class LongLivedObject {
32 LongLivedObject();
33 virtual ~LongLivedObject();
47 void add(std::shared_ptr<LongLivedObject> o) const;
48 void remove(const LongLivedObject *o) const;
53 mutable std::unordered_set<std::shared_ptr<LongLivedObject>> collection_;
H A DABI48_0_0LongLivedObject.cpp21 void LongLivedObjectCollection::add(std::shared_ptr<LongLivedObject> so) const { in add()
26 void LongLivedObjectCollection::remove(const LongLivedObject *o) const { in remove()
50 LongLivedObject::LongLivedObject() {} in LongLivedObject() function in ABI48_0_0facebook::ABI48_0_0React::LongLivedObject
51 LongLivedObject::~LongLivedObject() {} in ~LongLivedObject()
53 void LongLivedObject::allowRelease() { in allowRelease()
H A DABI48_0_0CallbackWrapper.h19 class CallbackWrapper : public LongLivedObject {
98 LongLivedObject::allowRelease(); in allowRelease()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/bridging/
H A DABI47_0_0LongLivedObject.h27 class LongLivedObject {
32 LongLivedObject();
33 virtual ~LongLivedObject();
47 void add(std::shared_ptr<LongLivedObject> o) const;
48 void remove(const LongLivedObject *o) const;
53 mutable std::unordered_set<std::shared_ptr<LongLivedObject>> collection_;
H A DABI47_0_0LongLivedObject.cpp21 void LongLivedObjectCollection::add(std::shared_ptr<LongLivedObject> so) const { in add()
26 void LongLivedObjectCollection::remove(const LongLivedObject *o) const { in remove()
50 LongLivedObject::LongLivedObject() {} in LongLivedObject() function in ABI47_0_0facebook::ABI47_0_0React::LongLivedObject
51 LongLivedObject::~LongLivedObject() {} in ~LongLivedObject()
53 void LongLivedObject::allowRelease() { in allowRelease()
H A DABI47_0_0CallbackWrapper.h19 class CallbackWrapper : public LongLivedObject {
98 LongLivedObject::allowRelease(); in allowRelease()
/expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/jsi/
H A DJsiPromises.h21 class LongLivedObject {
26 LongLivedObject() = default;
27 virtual ~LongLivedObject() = default;
32 struct Promise : public LongLivedObject {
/expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/jsi/
H A DJsiPromises.h21 class LongLivedObject {
26 LongLivedObject() = default;
27 virtual ~LongLivedObject() = default;
32 struct Promise : public LongLivedObject {
/expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/jsi/
H A DJsiPromises.h21 class LongLivedObject {
26 LongLivedObject() = default;
27 virtual ~LongLivedObject() = default;
32 struct Promise : public LongLivedObject {
/expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/jsi/
H A DJsiPromises.h21 class LongLivedObject {
26 LongLivedObject() = default;
27 virtual ~LongLivedObject() = default;
32 struct Promise : public LongLivedObject {
/expo/ios/versioned/sdk47/EXAV/EXAV/AudioSampleCallback/Utils/
H A DCallbackWrapper.h43 class LongLivedObject {
48 LongLivedObject() {} in LongLivedObject() function
49 virtual ~LongLivedObject() {} in ~LongLivedObject()
63 void add(std::shared_ptr<LongLivedObject> o) const;
64 void remove(const LongLivedObject *o) const;
68 mutable std::unordered_set<std::shared_ptr<LongLivedObject>> collection_;
73 class CallbackWrapper : public LongLivedObject {
148 LongLivedObject::allowRelease(); in allowRelease()
H A DCallbackWrapper.mm11 * NOTE: This file is a copy of ReactCommon/LongLivedObject.cpp
26 void LongLivedObjectCollection::add(std::shared_ptr<LongLivedObject> so) const {
31 void LongLivedObjectCollection::remove(const LongLivedObject *o) const {
49 // LongLivedObject
50 void LongLivedObject::allowRelease() {
/expo/ios/versioned/sdk48/EXAV/EXAV/AudioSampleCallback/Utils/
H A DCallbackWrapper.h43 class LongLivedObject {
48 LongLivedObject() {} in LongLivedObject() function
49 virtual ~LongLivedObject() {} in ~LongLivedObject()
63 void add(std::shared_ptr<LongLivedObject> o) const;
64 void remove(const LongLivedObject *o) const;
68 mutable std::unordered_set<std::shared_ptr<LongLivedObject>> collection_;
73 class CallbackWrapper : public LongLivedObject {
148 LongLivedObject::allowRelease(); in allowRelease()
H A DCallbackWrapper.mm11 * NOTE: This file is a copy of ReactCommon/LongLivedObject.cpp
26 void LongLivedObjectCollection::add(std::shared_ptr<LongLivedObject> so) const {
31 void LongLivedObjectCollection::remove(const LongLivedObject *o) const {
49 // LongLivedObject
50 void LongLivedObject::allowRelease() {
/expo/ios/versioned/sdk49/EXAV/EXAV/AudioSampleCallback/Utils/
H A DCallbackWrapper.h43 class LongLivedObject {
48 LongLivedObject() {} in LongLivedObject() function
49 virtual ~LongLivedObject() {} in ~LongLivedObject()
63 void add(std::shared_ptr<LongLivedObject> o) const;
64 void remove(const LongLivedObject *o) const;
68 mutable std::unordered_set<std::shared_ptr<LongLivedObject>> collection_;
73 class CallbackWrapper : public LongLivedObject {
148 LongLivedObject::allowRelease(); in allowRelease()
H A DCallbackWrapper.mm11 * NOTE: This file is a copy of ReactCommon/LongLivedObject.cpp
26 void LongLivedObjectCollection::add(std::shared_ptr<LongLivedObject> so) const {
31 void LongLivedObjectCollection::remove(const LongLivedObject *o) const {
49 // LongLivedObject
50 void LongLivedObject::allowRelease() {
/expo/packages/expo-av/ios/EXAV/AudioSampleCallback/Utils/
H A DCallbackWrapper.h43 class LongLivedObject {
48 LongLivedObject() {} in LongLivedObject() function
49 virtual ~LongLivedObject() {} in ~LongLivedObject()
63 void add(std::shared_ptr<LongLivedObject> o) const;
64 void remove(const LongLivedObject *o) const;
68 mutable std::unordered_set<std::shared_ptr<LongLivedObject>> collection_;
73 class CallbackWrapper : public LongLivedObject {
148 LongLivedObject::allowRelease(); in allowRelease()
H A DCallbackWrapper.mm11 * NOTE: This file is a copy of ReactCommon/LongLivedObject.cpp
26 void LongLivedObjectCollection::add(std::shared_ptr<LongLivedObject> so) const {
31 void LongLivedObjectCollection::remove(const LongLivedObject *o) const {
49 // LongLivedObject
50 void LongLivedObject::allowRelease() {
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/nativemodule/core/ReactCommon/
H A DABI48_0_0TurboModuleUtils.h24 struct Promise : public LongLivedObject {
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/nativemodule/core/ReactCommon/
H A DABI49_0_0TurboModuleUtils.h24 struct Promise : public LongLivedObject {
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/nativemodule/core/ReactCommon/
H A DABI47_0_0TurboModuleUtils.h25 struct Promise : public LongLivedObject {
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/
H A DABI48_0_0ReactCommon.podspec65 "react/nativemodule/core/ReactCommon/LongLivedObject.h" :
66 "react/nativemodule/core/ReactCommon/{LongLivedObject,CallbackWrapper}.h"

12